esp-idf/components/bt/host/bluedroid/stack/btm
wangmengyang 20705588b2 component/bt: use fixed_pkt_queue instead of fixed_queue for hci commands
some fixes after modifications:
  1. removed the use of waiting_command_t
  2. fix assert for HCI write_eir command
  3. fixed the crash upon handling command status event when trying to free to the HCI command buffer
  4. fixed the issue in transmitting HCI vendor specific commands
  5. fixed the lost command complete callbacks for HCI commands LE_RAND and LE_ENCRYPT
2022-08-04 14:27:32 +08:00
..
include component/bt: use the OSI utility "pkt_queue" to store ADV report packet in btu layer 2022-08-04 14:27:30 +08:00
btm_acl.c Dereference after null check 2021-11-22 10:47:07 +08:00
btm_ble_5_gap.c component/bt: fix periodic adv parameters detection issue 2021-12-29 15:03:28 +08:00
btm_ble_addr.c fix ble connection event report remote address error 2021-03-12 11:44:13 +08:00
btm_ble_adv_filter.c Fix some typo in idf 2019-12-12 15:55:42 +08:00
btm_ble_batchscan.c Bluetooth component refactoring 2019-06-30 16:39:00 +08:00
btm_ble_bgconn.c fix bluedroid deinit crash 2021-01-15 21:08:14 +08:00
btm_ble_cont_energy.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_ble_gap.c component/bt: fix adv report flow control logic, give ADV report credits every 10 packets 2022-08-04 14:27:32 +08:00
btm_ble_multi_adv.c fix vendor hci memory leak 2021-01-15 18:03:15 +08:00
btm_ble_privacy.c component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
btm_ble.c Merge branch 'bugfix/fix_static_check_error_mr_4.3' into 'release/v4.3' 2021-11-23 06:36:23 +00:00
btm_dev.c There is an issue that if the the btm_cb.p_sec_dev_rec_list is full,but at the same 2022-01-04 11:09:44 +08:00
btm_devctl.c component/bt: use fixed_pkt_queue instead of fixed_queue for hci commands 2022-08-04 14:27:32 +08:00
btm_inq.c component/bt: use fixed_pkt_queue instead of fixed_queue for hci commands 2022-08-04 14:27:32 +08:00
btm_main.c add BLE connection establishment retry 2021-04-20 02:53:07 +00:00
btm_pm.c Dereference null return value 2021-11-22 10:47:23 +08:00
btm_sco.c Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
btm_sec.c Merge branch 'bugfix/fix_static_check_error_mr_4.3' into 'release/v4.3' 2021-11-23 06:36:23 +00:00