]> granicus.if.org Git - esp-idf/commit
component/bt: Add Legacy Pairing (backport 3.1)
authorbaohongde <baohongde@espressif.com>
Tue, 4 Sep 2018 12:59:03 +0000 (20:59 +0800)
committerbaohongde <baohongde@espressif.com>
Tue, 4 Sep 2018 12:59:03 +0000 (20:59 +0800)
commit95c580508810cfa1877edd48351006c3910b8b62
treef47542771fbdf90e932e5bbb44c8f51a2a62ea2a
parent969161183afe16bb9655a3c32cc84d0303220b25
component/bt: Add Legacy Pairing (backport 3.1)

A cherry-pick of MR !3057
17 files changed:
components/bt/bluedroid/api/esp_gap_bt_api.c
components/bt/bluedroid/api/include/api/esp_gap_bt_api.h
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/dm/bta_dm_api.c
components/bt/bluedroid/bta/dm/bta_dm_main.c
components/bt/bluedroid/bta/dm/include/bta_dm_int.h
components/bt/bluedroid/bta/include/bta/bta_api.h
components/bt/bluedroid/btc/core/btc_dm.c
components/bt/bluedroid/btc/profile/std/gap/btc_gap_bt.c
components/bt/bluedroid/btc/profile/std/include/btc_gap_bt.h
components/bt/bluedroid/common/include/common/bt_target.h
examples/bluetooth/a2dp_sink/main/main.c
examples/bluetooth/a2dp_source/main/main.c
examples/bluetooth/bt_spp_acceptor/main/example_spp_acceptor_demo.c
examples/bluetooth/bt_spp_initiator/main/example_spp_initiator_demo.c
examples/bluetooth/bt_spp_vfs_acceptor/main/example_spp_vfs_acceptor_demo.c
examples/bluetooth/bt_spp_vfs_initiator/main/example_spp_vfs_initiator_demo.c