Commit Graph

1168 Commits

Author SHA1 Message Date
Zhou Xiao 6e59e1bf4f feat(ble): support sid filter feature on ESP32H2
(cherry picked from commit e4e42f01661d2d74b392195e51e2fe558fcf9dc0)

Co-authored-by: cjin <jinchen@espressif.com>
2026-01-21 16:14:26 +05:30
Zhou Xiao fac081442c feat(ble): support sid filter feature on ESP32C5
(cherry picked from commit debd743a0b72ec1b203dea1342dc1531887574c5)

Co-authored-by: cjin <jinchen@espressif.com>
2026-01-21 16:14:26 +05:30
Zhou Xiao 63025accd3 change(ble): [AUTO_MR] Update lib_esp32c6 to 17fdc66e
(cherry picked from commit 54e5f358bf544e51175dfb9ca3075a8d577800fe)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2026-01-21 16:14:26 +05:30
Zhou Xiao 666086a33d change(ble): [AUTO_MR] Update lib_esp32c5 to 17fdc66e
(cherry picked from commit 7631a6f1587ae521936b0b7869dc67102eb175f8)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2026-01-21 16:14:26 +05:30
Zhou Xiao 90ad25a0c9 change(ble): [AUTO_MR] Update lib_esp32h2 to 17fdc66e
(cherry picked from commit 57b4819474e88b702178a9e62dd1f978acb3dc88)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2026-01-21 16:14:26 +05:30
yangfeng fb62b97ef6 feat(bt): set BR/EDR max sync conn eff for Bluedroid HFP on ESP32
Closes https://github.com/espressif/esp-idf/issues/18060
2026-01-19 15:29:22 +08:00
Island 553cb5945b Merge branch 'change/ble_update_lib_20260108_v5.5' into 'release/v5.5'
change(ble): [AUTO_MR] 20260108 - Update ESP BLE Controller Lib (v5.5)

See merge request espressif/esp-idf!44933
2026-01-15 14:47:11 +08:00
Jin Cheng aced53e693 fix(bt/controller): fixed wrong key type during changing connection link key 2026-01-09 18:13:06 +08:00
Zhou Xiao c37e949021 change(ble): [AUTO_MR] Update lib_esp32c6 to acf48208
(cherry picked from commit 69522eaedb28a8c22fdcd77a310840e8ddce1a50)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2026-01-08 21:13:43 +08:00
Zhou Xiao eb3d2510eb change(ble): [AUTO_MR] Update lib_esp32c5 to acf48208
(cherry picked from commit d61e0bf975a1eb59eaa8f0e19ee4993956b6a4f8)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2026-01-08 21:13:43 +08:00
Zhou Xiao 7e832133d5 change(ble): [AUTO_MR] Update lib_esp32h2 to acf48208
(cherry picked from commit 32b41c88e0c531ef1711c770a8fdc4ba00ce0ac2)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2026-01-08 21:13:42 +08:00
Island 0876e0def2 Merge branch 'feat/support_fixed_id_for_ctrl_log_v5.5' into 'release/v5.5'
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(1bb2f50) (v5.5)

See merge request espressif/esp-idf!44780
2026-01-07 14:18:07 +08:00
Wang Meng Yang 17cd45038f Merge branch 'bugfix/fix_event_filter_bug_v5.5' into 'release/v5.5'
fix(bt/controller): Fixed hci connection request event filter bug (v5.5)

See merge request espressif/esp-idf!43875
2026-01-07 10:42:32 +08:00
Chen Jian Hua d76ad391ec feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(1bb2f50)
- Support fixed log id for log compression
- Support parsing log with synced timestamp


(cherry picked from commit 2ccf3123739bb1d68fc3ba3d43e54dd859da7fab)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2026-01-05 09:33:22 +08:00
zhaoweiliang 823ebb1ce3 fix(ble): fixed build error on ESP32-C5 2026-01-04 15:49:01 +08:00
zhaoweiliang 86613d225f fix(ble): fixed build error on ESP32-C6 2026-01-04 15:49:01 +08:00
zhaoweiliang e047f40baa change(ble): [AUTO_MR] Update lib_esp32c6 to 2406161c 2026-01-04 15:49:01 +08:00
zhaoweiliang 9a7d360faa change(ble): [AUTO_MR] Update lib_esp32c5 to 2406161c 2026-01-04 15:49:01 +08:00
zhaoweiliang 3d45deb23a change(ble): [AUTO_MR] Update lib_esp32h2 to 2406161c 2026-01-04 15:49:01 +08:00
zhaoweiliang 80b7c2b0f1 feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-C5 2026-01-04 15:47:48 +08:00
zhaoweiliang 0b89e031d8 feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-C6 2026-01-04 15:47:48 +08:00
zhaoweiliang eefc31f4ae feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-H2 2026-01-04 15:47:30 +08:00
zhaoweiliang fb5882d86c change(ble): [AUTO_MR] Update lib_esp32c6 to faf10639 2026-01-04 15:47:06 +08:00
zhaoweiliang 4eb392586f change(ble): [AUTO_MR] Update lib_esp32c5 to faf10639 2026-01-04 15:46:55 +08:00
zhaoweiliang c42a382a70 change(ble): [AUTO_MR] Update lib_esp32h2 to faf10639 2026-01-04 15:46:38 +08:00
Zhao Wei Liang a7597ac11e fix(ble): fixed the assert issue when using tinycrypt on ESP32-C2
(cherry picked from commit ac5d14d9544a596fc600993e4e0783d3987b64d7)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2026-01-04 15:41:01 +08:00
liqigan b97da17ceb fix(bt/controller): Fixed hci connection request event filter bug 2026-01-04 12:21:04 +08:00
zhanghaipeng 9b0f6330e8 fix(bt): Update esp32 libbtdm_app.a (15a18b1a)
- fix(ble): fixed BLE enable scan timeout
 - fix(ble): fixed crash in "btdm_controller_task"
2026-01-04 12:21:04 +08:00
Zhou Xiao e763455cd9 change(ble): [AUTO_MR] Update lib_esp32c2 to 9f051857
(cherry picked from commit 7ebf1c8d158a1e1ce60a870170adb34c02eb18f1)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-12-30 13:13:23 +08:00
Jiang Jiang Jian 0a10858fd7 Merge branch 'feature/extend_h2_conon_num_to_70_v5.5' into 'release/v5.5'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.5)

See merge request espressif/esp-idf!43835
2025-12-30 10:31:52 +08:00
Island 2cbffeab2d Merge branch 'change/ble_update_lib_20251106_v5.5' into 'release/v5.5'
change(ble): [AUTO_MR] 20251106 - Update ESP BLE Controller Lib (v5.5)

See merge request espressif/esp-idf!43174
2025-12-26 14:22:52 +08:00
Island da5ff0c78c Merge branch 'fix/add_soc_caps_for_pawr_feat_v5.5' into 'release/v5.5'
fix(ble): add soc caps feat for PAwR (v5.5)

See merge request espressif/esp-idf!44150
2025-12-26 14:21:25 +08:00
Chen Jian Hua ebd08a5aa6 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(5106725)
- Fixed BLE assert lld_con.c 1479


(cherry picked from commit 22641241faccb558353153eef06f7894c2599428)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-12-17 12:53:55 +08:00
Jin Chen df9e35edb3 fix(ble): remove target dependency on power control config on ESP32C5
(cherry picked from commit 82da79224e571b1630f0e360af06e536c5ea68f3)

Co-authored-by: cjin <jinchen@espressif.com>
2025-12-11 16:23:17 +08:00
Jin Chen b84629814a fix(ble): remove target dependency on power control config on ESP32C6
(cherry picked from commit f29f500ac8a2ea0e8de2005f08e7c0e79c3c4adc)

Co-authored-by: cjin <jinchen@espressif.com>
2025-12-11 16:23:16 +08:00
Jin Chen 0cce37f934 fix(ble): add soc caps config for pawr feat on ESP32C5
(cherry picked from commit 19130df4f39b45a88d51baf9b7a0381bb73db063)

Co-authored-by: cjin <jinchen@espressif.com>
2025-12-11 16:23:09 +08:00
Jin Chen a6aa9bf7f5 fix(ble): add soc caps config for pawr feat on ESP32H2
(cherry picked from commit 2eb79c71f10766c94176fe206024777183750d53)

Co-authored-by: cjin <jinchen@espressif.com>
2025-12-11 16:23:08 +08:00
Jin Chen b0b2130475 fix(ble): add soc caps config for pawr feat on ESP32C6
(cherry picked from commit 4e4b863299164bfb78fa2c4142e0a57a2894232f)

Co-authored-by: cjin <jinchen@espressif.com>
2025-12-11 16:23:07 +08:00
Shen Wei Long 7738c4f733 change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2
(cherry picked from commit cd33f13521179656817840f5a3743a60e2c28b3f)

Co-authored-by: ShenWeilong <shenweilong@espressif.com>
2025-11-28 09:06:14 +00:00
Zhao Wei Liang 3a1a9d8813 feat(ble): add peripheral fast rx data in latency config on ESP32-C5
(cherry picked from commit 29890c89161ae83f1f7eb9f15579cb590877b928)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2025-11-18 00:07:10 +08:00
Zhao Wei Liang 5e63d62db9 feat(ble): add peripheral fast rx data in latency config on ESP32-C6
(cherry picked from commit 0f03da43c8cab9a8cd54d56e81782e693dcac789)

Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com>
2025-11-18 00:07:10 +08:00
Zhao Wei Liang 0633afea3b feat: rename ble sleep related apt on ESP32-C5
(cherry picked from commit ed6587b1324a8b603bd05287993758eb6974bbe5)

Co-authored-by: cjin <jinchen@espressif.com>
2025-11-18 00:07:10 +08:00
Zhao Wei Liang 975a3f92e6 feat: rename ble sleep related apt on ESP32-H2
(cherry picked from commit 658efa27f071c33b6a35d43b465f5ac32b2e20f7)

Co-authored-by: cjin <jinchen@espressif.com>
2025-11-18 00:07:10 +08:00
Zhao Wei Liang 3030f4770f feat: rename ble sleep related apt on ESP32-C6
(cherry picked from commit 8e1292e1f29795d02226d178debf6c1564f6e33d)

Co-authored-by: cjin <jinchen@espressif.com>
2025-11-18 00:07:10 +08:00
Zhou Xiao a18213cc8a change(ble): [AUTO_MR] Update lib_esp32c5 to b6027aeb 2025-11-18 00:07:10 +08:00
Zhou Xiao 5811c72e6a change(ble): [AUTO_MR] Update lib_esp32c6 to b6027aeb 2025-11-18 00:07:10 +08:00
Zhou Xiao bef5b134a7 change(ble): [AUTO_MR] Update lib_esp32h2 to b6027aeb 2025-11-18 00:07:10 +08:00
Zhou Xiao d6d882b82f change(ble): [AUTO_MR] Update lib_esp32c2 to 27b6e1dc 2025-11-18 00:07:10 +08:00
Jin Cheng 051de7d578 fix(bt/controller): Fixed some controller bugs
- Fixed Bluetooth hardware error of 'CHMAP_ERROR'
- Fixed encryption collision bug
2025-11-13 19:46:56 +08:00
Chen Jian Hua 4dc1bb07a4 feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(0871069)
- Added more log for BLE
- Support BLE log filter and simeple output
- Support BLE log compression


(cherry picked from commit 03758ba550d1eec11b3f00ecc00341e2f53cd2e3)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-11-05 13:33:23 +08:00