]> granicus.if.org Git - esp-idf/commit
component/bt: transport the following modules: btif_config, btif_storage, btif_util
authorwangmengyang <wangmengyang@espressif.com>
Tue, 7 Mar 2017 07:09:52 +0000 (15:09 +0800)
committerwangmengyang <wangmengyang@espressif.com>
Tue, 7 Mar 2017 07:09:52 +0000 (15:09 +0800)
commit3acd445f94f481b6e6231d1c64f7c97dcdcfdb14
tree70ad03781d523538de7ea0d68e21705785364c03
parentc23b66b1dec56c17b3515a98c6db8d9ee5cb6ac9
component/bt: transport the following modules: btif_config, btif_storage, btif_util
16 files changed:
components/bt/bluedroid/btc/core/btc_config.c [moved from components/bt/bluedroid/btif/btif_config.c with 76% similarity]
components/bt/bluedroid/btc/core/btc_dm.c
components/bt/bluedroid/btc/core/btc_main.c
components/bt/bluedroid/btc/core/btc_storage.c [moved from components/bt/bluedroid/btif/btif_storage.c with 55% similarity]
components/bt/bluedroid/btc/core/btc_util.c [moved from components/bt/bluedroid/btif/btif_util.c with 82% similarity]
components/bt/bluedroid/btc/include/btc_config.h [new file with mode: 0644]
components/bt/bluedroid/btc/include/btc_storage.h [moved from components/bt/bluedroid/btif/include/btif_storage.h with 51% similarity]
components/bt/bluedroid/btc/include/btc_util.h [moved from components/bt/bluedroid/btif/include/btif_util.h with 52% similarity]
components/bt/bluedroid/btc/profile/std/a2dp/bta_av_co.c
components/bt/bluedroid/btc/profile/std/a2dp/btc_avk.c
components/bt/bluedroid/btc/profile/std/a2dp/btc_media_task.c
components/bt/bluedroid/btc/profile/std/avrc/btc_avrc.c
components/bt/bluedroid/btif/btif_rc.c.bak [new file with mode: 0755]
components/bt/bluedroid/btif/include/btif_common.h [deleted file]
components/bt/bluedroid/btif/include/btif_config.h [deleted file]
components/bt/bluedroid/btif/include/btif_dm.h [deleted file]