]> granicus.if.org Git - esp-idf/commit
bt component: optimize scan feature
authorisland <island@espressif.com>
Tue, 11 Apr 2017 06:20:20 +0000 (14:20 +0800)
committerisland <island@espressif.com>
Tue, 11 Apr 2017 06:20:20 +0000 (14:20 +0800)
commita4f3312d9d1cf55543023ecb853d104ea11840c8
tree661d615aae45908018f8ffb3fa722d5d17cfe5ec
parent375b28650bd1c90d6ac706f63cde9a64d9a7e3e5
bt component: optimize scan feature

1. Add advertising data length and scan response length in scan result
2. Add scan continuously feature
3. Fix non connectable adv topology error
4. Increase BTC queue size
components/bt/bluedroid/api/include/esp_gap_ble_api.h
components/bt/bluedroid/bta/dm/bta_dm_act.c
components/bt/bluedroid/bta/include/bta_api.h
components/bt/bluedroid/btc/core/btc_task.c
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/osi/include/thread.h
components/bt/bluedroid/stack/btm/btm_ble_gap.c
components/bt/bluedroid/stack/include/btm_api.h
examples/bluetooth/gatt_client/main/gattc_demo.c