]> granicus.if.org Git - esp-idf/commit
Component/bt: add BLE adv report flow control
authorzhiweijian <zhiweijian@espressif.com>
Fri, 1 Mar 2019 13:59:55 +0000 (21:59 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Tue, 12 Mar 2019 07:15:21 +0000 (15:15 +0800)
commit3d542b25307c1f93c796ddb4a1f2daa9180edd9c
tree2e7ca4f1f91a9645088d956451718f816ea289e9
parent9f3bde609658a4fabb29a13bebeec2f429d8551b
Component/bt: add BLE adv report flow control
20 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/include/bta/bta_api.h
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/common/include/common/bt_target.h
components/bt/bluedroid/device/controller.c
components/bt/bluedroid/hci/hci_hal_h4.c
components/bt/bluedroid/hci/hci_layer.c
components/bt/bluedroid/hci/hci_packet_factory.c
components/bt/bluedroid/hci/include/hci/hci_packet_factory.h
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/hcic/hciblecmds.c
components/bt/bluedroid/stack/include/stack/btm_api.h
components/bt/bluedroid/stack/include/stack/btm_ble_api.h
components/bt/bluedroid/stack/include/stack/hcidefs.h
components/bt/bluedroid/stack/include/stack/hcimsgs.h
components/bt/lib