]> granicus.if.org Git - esp-idf/commit
component/bt: add a option to make report adv data and scan response individually
authorTian Hao <tianhao@espressif.com>
Wed, 23 Jan 2019 06:11:56 +0000 (14:11 +0800)
committerTian Hao <tianhao@espressif.com>
Thu, 24 Jan 2019 06:30:02 +0000 (14:30 +0800)
commit6c8a8664aaab980b68f7ba32d481173a99ecef4e
tree5e7ab7ceb89b74c3cf96a92f2d3b819235bcb417
parent52b27890def2045a059b86f3b6262c35561a054d
component/bt: add a option to make report adv data and scan response individually

Originally, when doing BLE active scan, Bluedroid will not report adv to
application layer until receive scan response. This option is used to
disable the behavior. When enable this option, Bluedroid will report
adv data or scan response to application layer immediately.
components/bt/Kconfig
components/bt/bluedroid/common/include/common/bt_target.h
components/bt/bluedroid/stack/btm/btm_ble_gap.c
examples/bluetooth/gatt_client/main/Kconfig.projbuild [new file with mode: 0644]
examples/bluetooth/gatt_client/main/gattc_demo.c