]> granicus.if.org Git - esp-idf/commit
components/bt: Separation of BT and BLE
authorbaohongde <baohongde@espressif.com>
Mon, 12 Nov 2018 03:08:19 +0000 (11:08 +0800)
committerbaohongde <baohongde@espressif.com>
Thu, 20 Jun 2019 09:06:23 +0000 (17:06 +0800)
commit07fef85a23111a4a238222a0273eae089e8faa05
treef778f3de80b0380106da15dbe802d935cd4e9b4f
parent485c896740883007dbee7a0a937ba6563d15e7d3
components/bt: Separation of BT and BLE
42 files changed:
components/bt/Kconfig
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/dm/bta_dm_api.c
components/bt/bluedroid/bta/dm/include/bta_dm_int.h
components/bt/bluedroid/bta/include/bta/bta_api.h
components/bt/bluedroid/bta/include/bta/bta_dm_co.h
components/bt/bluedroid/btc/core/btc_ble_storage.c
components/bt/bluedroid/btc/core/btc_dm.c
components/bt/bluedroid/btc/core/btc_main.c
components/bt/bluedroid/btc/core/btc_task.c
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/common/include/common/bt_target.h
components/bt/bluedroid/common/include/common/bt_user_config.h
components/bt/bluedroid/stack/btm/btm_acl.c
components/bt/bluedroid/stack/btm/btm_ble.c
components/bt/bluedroid/stack/btm/btm_devctl.c
components/bt/bluedroid/stack/btm/btm_sec.c
components/bt/bluedroid/stack/btm/include/btm_int.h
components/bt/bluedroid/stack/btu/btu_hcif.c
components/bt/bluedroid/stack/include/stack/btm_api.h
components/bt/bluedroid/stack/include/stack/l2c_api.h
components/bt/bluedroid/stack/include/stack/smp_api.h
components/bt/bluedroid/stack/l2cap/l2c_api.c
components/bt/bluedroid/stack/l2cap/l2c_ble.c
components/bt/bluedroid/stack/l2cap/l2c_link.c
components/bt/bluedroid/stack/l2cap/l2c_main.c
components/bt/bluedroid/stack/l2cap/l2c_utils.c
components/bt/bluedroid/stack/smp/include/smp_int.h
components/bt/bluedroid/stack/smp/smp_act.c
components/bt/bluedroid/stack/smp/smp_api.c
components/bt/bluedroid/stack/smp/smp_br_main.c
components/bt/bluedroid/stack/smp/smp_keys.c
components/bt/bluedroid/stack/smp/smp_l2c.c
components/bt/bluedroid/stack/smp/smp_main.c
components/bt/bluedroid/stack/smp/smp_utils.c
examples/bluetooth/a2dp_sink/sdkconfig.defaults
examples/bluetooth/a2dp_source/sdkconfig.defaults
examples/bluetooth/bt_discovery/sdkconfig.defaults
examples/bluetooth/bt_spp_acceptor/sdkconfig.defaults
examples/bluetooth/bt_spp_initiator/sdkconfig.defaults
examples/bluetooth/bt_spp_vfs_acceptor/sdkconfig.defaults
examples/bluetooth/bt_spp_vfs_initiator/sdkconfig.defaults