esp-idf/components/bt/host/bluedroid
wangmengyang aaf1d3909d 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-03 21:55:05 +08:00
..
api Merge branch 'bugfix/ext_adv_param_check_v4.4' into 'release/v4.4' 2022-07-06 17:21:27 +08:00
bta fix sink wrong sniff params which caused by HID porting 2022-07-01 14:49:54 +08:00
btc component/bt: add simple ADV flow control mechanism -- drop the packets when the adv report queues are considered full 2022-08-03 21:55:02 +08:00
common/include/common fix the issue of functions not defined when enable memory debug 2022-07-08 11:03:07 +08:00
device component/bt: add BLE v5.0 feature for bluedroid host 2021-01-15 17:55:12 +08:00
external/sbc Whitespace: Automated whitespace fixes (large commit) 2020-11-11 07:36:35 +00:00
hci component/bt: use fixed_pkt_queue instead of fixed_queue for hci commands 2022-08-03 21:55:05 +08:00
main 1. transparent HID device 2021-09-07 16:59:30 +08:00
stack component/bt: use fixed_pkt_queue instead of fixed_queue for hci commands 2022-08-03 21:55:05 +08:00
Kconfig.in components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller 2021-09-16 20:26:35 +08:00