]> 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:43:36 +0000 (14:43 +0800)
commit78511c3cc335b888a49304239c7e745b567c77b3
tree47a249a0098406dd603b7197abf30fe4732900bd
parentcd6bbaa727849fa318c411ee23e2e3af47fb1349
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