]> granicus.if.org Git - esp-idf/commit
Component/bt: fix scan duplicate
authorzhiweijian <zhiweijian@espressif.com>
Thu, 3 May 2018 12:22:08 +0000 (20:22 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Mon, 21 May 2018 07:23:15 +0000 (15:23 +0800)
commit340ad5c430f6cb40b5a1b252ca3ce40cf371d8b0
tree0a17e4b02ddc076b12c377fab73639eab2936065
parent35d148256b8cf3a85e1b285c012769ea0e47b3c8
Component/bt: fix scan duplicate
22 files changed:
components/bt/Kconfig
components/bt/bluedroid/api/include/api/esp_gap_ble_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/include/bta_dm_int.h
components/bt/bluedroid/bta/include/bta/bta_api.h
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/stack/btm/btm_ble_gap.c
components/bt/bluedroid/stack/btm/include/btm_ble_int.h
components/bt/bluedroid/stack/btu/btu_hcif.c
components/bt/bluedroid/stack/include/stack/btm_ble_api.h
components/bt/bt.c
components/bt/include/esp_bt.h
components/bt/lib
components/idf_test/integration_test/TC_IT_BTSTK_GAP.yml
examples/bluetooth/ble_eddystone/main/esp_eddystone_demo.c
examples/bluetooth/ble_ibeacon/main/ibeacon_demo.c
examples/bluetooth/ble_spp_client/main/spp_client_demo.c
examples/bluetooth/ble_throughput/throughput_client/main/example_ble_client_throughput.c
examples/bluetooth/gatt_client/main/gattc_demo.c
examples/bluetooth/gatt_security_client/main/example_ble_sec_gattc_demo.c
examples/bluetooth/gattc_multi_connect/main/gattc_multi_connect.c