]> granicus.if.org Git - esp-idf/commit
Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning
authorzhiweijian <zhiweijian@espressif.com>
Mon, 2 Jul 2018 02:59:51 +0000 (10:59 +0800)
committerzhiweijian <zhiweijian@espressif.com>
Wed, 1 Aug 2018 07:06:56 +0000 (15:06 +0800)
commit658668b386ee08cf14c19643b54c26044ecdc27c
tree16a57243ae17fbd552ac9a0b2588ab646cf0ae2e
parentbba047fb3e50949fab00a24379b8112769cea659
Component/bt: fix hci_hal_env.rx_q and xHciH4Queue blocking when scanning
30 files changed:
components/bt/Kconfig
components/bt/bluedroid/btc/core/btc_task.c
components/bt/bluedroid/btc/include/btc/btc_task.h
components/bt/bluedroid/btc/profile/std/a2dp/btc_a2dp_sink.c
components/bt/bluedroid/btc/profile/std/a2dp/btc_a2dp_source.c
components/bt/bluedroid/btc/profile/std/gap/btc_gap_ble.c
components/bt/bluedroid/btc/profile/std/include/btc_gap_ble.h
components/bt/bluedroid/common/include/common/bt_defs.h
components/bt/bluedroid/common/include/common/bt_target.h
components/bt/bluedroid/hci/hci_hal_h4.c
components/bt/bluedroid/hci/hci_layer.c
components/bt/bluedroid/osi/include/osi/fixed_queue.h
components/bt/bluedroid/osi/include/osi/thread.h
components/bt/bluedroid/stack/avct/avct_lcb.c
components/bt/bluedroid/stack/avdt/avdt_ccb.c
components/bt/bluedroid/stack/avdt/avdt_scb.c
components/bt/bluedroid/stack/btm/btm_ble_gap.c
components/bt/bluedroid/stack/btm/btm_main.c
components/bt/bluedroid/stack/btm/btm_sco.c
components/bt/bluedroid/stack/btm/btm_sec.c
components/bt/bluedroid/stack/btu/btu_init.c
components/bt/bluedroid/stack/gap/gap_conn.c
components/bt/bluedroid/stack/gatt/gatt_db.c
components/bt/bluedroid/stack/gatt/gatt_main.c
components/bt/bluedroid/stack/gatt/gatt_sr.c
components/bt/bluedroid/stack/gatt/gatt_utils.c
components/bt/bluedroid/stack/l2cap/l2c_fcr.c
components/bt/bluedroid/stack/l2cap/l2c_utils.c
components/bt/bluedroid/stack/rfcomm/port_utils.c
components/bt/bluedroid/stack/rfcomm/rfc_utils.c