esp-idf/components/bt/controller
Jin Cheng 22fad3f0a8 fix(bt/controller): Fixed some controller bugs on ESP32
- Fixed access NULL in SCO frame end
      Closes https://jira.espressif.com:8443/browse/IDFGH-10796
    - Added LAP checking for Periodic Inquiry
    - Removed an inproper assertion in SCO module
    - Fixed wrong logic in key exchange when
      LMP transaction collision occurred
    - Fixed the using of wrong error code in
      the transaction collision of role switch
2024-09-23 15:33:11 +08:00
..
esp32 feat(ble/controller): Support get BLE controller free heap size 2024-08-22 14:42:52 +08:00
esp32c2 feat(ble): add internal api to change ble slow clock source 2024-08-27 12:49:32 +08:00
esp32c3 fix(bt/controller): Change the max TX power to +20dBm on ESP32-C3 and ESP32-S3 2024-09-09 11:25:10 +08:00
esp32c5 feat(ble): support ble light sleep on esp32c5 2024-09-10 15:19:22 +08:00
esp32c6 feat(ble): add internal api to change ble slow clock source 2024-08-27 12:49:32 +08:00
esp32c61 feat(ble): added ble support on esp32c61 2024-09-14 12:22:04 +08:00
esp32h2 feat(ble): add internal api to change ble slow clock source 2024-08-27 12:49:32 +08:00
esp32p4 esp32p4: introduce the target 2023-06-13 15:16:11 +08:00
esp32s2 components/bt: Combine 3 Bluetooth controller menu 2021-09-15 10:57:37 +08:00
esp32s3 Merge ESP32C3 and ESP32S3 BLE bt.c files to one 2023-03-06 14:53:03 +08:00
lib_esp32@22a4e62193 fix(bt/controller): Fixed some controller bugs on ESP32 2024-09-23 15:33:11 +08:00
lib_esp32c2 fix(ble): fixed occasional assertion issue when enabling logging on ESP32-C2 2024-09-18 15:39:26 +08:00
lib_esp32c3_family@061e70c319 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(63eb54d) 2024-09-21 10:43:16 +08:00
lib_esp32c5 feat(ble): support ble light sleep on esp32c5 2024-09-10 15:19:22 +08:00
lib_esp32c6 fix(ble): fixed occasional crash issue in multi-connect scenarios on ESP32-C6 2024-09-18 15:39:26 +08:00
lib_esp32h2 fix(ble): fixed occasional acl data packet loss issue when using UHCI on ESP32-H2 2024-09-18 15:39:26 +08:00