Jiang Jiang Jian
731f11766c
Merge branch 'bugfix/fix_some_ble_bugs_250628_cjh_esp32_v5.5' into 'release/v5.5'
...
Fixed some BLE bugs 250628 on esp32(d9a3de0) (v5.5)
See merge request espressif/esp-idf!40798
2025-07-25 23:15:59 +08:00
Jiang Jiang Jian
b9d7aacd1d
Merge branch 'change/ble_update_lib_20250709_v5.5' into 'release/v5.5'
...
change(ble): [AUTO_MR] 20250709 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!40471
2025-07-25 20:28:49 +08:00
Jiang Jiang Jian
aa2c410b62
Merge branch 'bugfix/fix_ble_aa_check_v2_v5.5' into 'release/v5.5'
...
Optimize check Access Address when receive connection request PDU (v5.5)
See merge request espressif/esp-idf!40750
2025-07-25 15:00:32 +08:00
cjin
ff7830f45b
feat(ble): enable broker initialization on ESP32-C6
2025-07-25 00:01:44 +08:00
cjin
947e79f03d
feat(ble): enable broker initialization on ESP32-C5
2025-07-25 00:01:39 +08:00
cjin
6f4ec5f3a6
feat(ble): enable broker initialization on ESP32-H2
2025-07-25 00:01:32 +08:00
cjin
e70bf20bba
feat(ble): support memory allocation check debug feature on ESP32-H2
2025-07-25 00:01:26 +08:00
cjin
4b347bc75a
feat(ble): support memory allocation check debug feature on ESP32-C6
2025-07-25 00:01:22 +08:00
cjin
dbb5069423
feat(ble): support memory allocation check debug feature on ESP32-C5
2025-07-25 00:01:17 +08:00
cjin
e313f56b30
feat(ble): support memory allocation check debug feature on ESP32-C2
2025-07-25 00:01:11 +08:00
Zhou Xiao
6d5aa29358
change(ble): [AUTO_MR] Update lib_esp32c2 to c7732d48
2025-07-25 00:01:07 +08:00
Zhou Xiao
ad7c681583
change(ble): [AUTO_MR] Update lib_esp32c6 to ca6c20bc
2025-07-25 00:01:03 +08:00
Zhou Xiao
a091cb0046
change(ble): [AUTO_MR] Update lib_esp32c5 to ca6c20bc
2025-07-25 00:00:58 +08:00
Zhou Xiao
957104bb31
change(ble): [AUTO_MR] Update lib_esp32h2 to ca6c20bc
2025-07-25 00:00:53 +08:00
Jiang Jiang Jian
f7d3562271
Merge branch 'change/ble_update_lib_20250630_v5.5' into 'release/v5.5'
...
change(ble): [AUTO_MR] 20250630 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!40301
2025-07-24 23:51:46 +08:00
Chen Jian Hua
7af79ac92c
fix(bt): Update bt lib for ESP32(d9a3de0)
...
- Support BLE vendor HCI related params reset
- Support multi conn optimization vendor hci command
- Fixed the issue where rssi of conn is incorrect when latency is no zero
- Fixed prio setting for BLE events
- Fixed disconnection issue when coexisting with other BLE events
- Fixed crash due to bandwidth full when updating conn params
(cherry picked from commit f20c6a2813 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-07-24 21:33:38 +08:00
Zhang Hai Peng
6434f7f82e
fix(bt/ble): Update esp32 libbtdm_app.a (3a27e2e)
...
- Optimize check Access Address when receive connection request PDU
(cherry picked from commit a663a87fe0 )
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-07-24 19:44:09 +08:00
gongyantao
9987ce610b
fix(bt): fixed the incorrect unit of clk in cpb rx event
2025-07-24 16:26:44 +08:00
Zhou Xiao
e184fe297b
fix(ble): ensure ble controller disable safety for ESP32-C2
2025-07-24 00:46:18 +08:00
zwl
ad53477921
change(ble): [AUTO_MR] Update lib_esp32c2 to 9af627ef
2025-07-24 00:46:18 +08:00
zwl
3e008eac89
change(ble): [AUTO_MR] Update lib_esp32c6 to d2d70d40
2025-07-24 00:46:18 +08:00
zwl
6e6bea3967
change(ble): [AUTO_MR] Update lib_esp32c5 to d2d70d40
2025-07-24 00:46:18 +08:00
zwl
06b9e8804f
change(ble): [AUTO_MR] Update lib_esp32h2 to d2d70d40
2025-07-24 00:46:18 +08:00
Island
da257a9690
Merge branch 'change/ble_update_lib_20250613_v5.5' into 'release/v5.5'
...
change(ble): [AUTO_MR] 20250613 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!40161
2025-07-22 15:16:06 +08:00
Island
338dc154dc
Merge branch 'feat/ble_log_spi_out_dev_phase_4_v5.5' into 'release/v5.5'
...
BLE Log SPI Out Dev Phase 4 (v5.5)
See merge request espressif/esp-idf!40426
2025-07-22 15:16:00 +08:00
Wang Meng Yang
87e8895083
Merge branch 'bugfix/bt_sleep_log_consistent_v5.5' into 'release/v5.5'
...
fix(ble): keep the log of the bluetooth sleep clock source consistent(v5.5)
See merge request espressif/esp-idf!40355
2025-07-22 14:45:07 +08:00
Jiang Jiang Jian
2045b1206b
Merge branch 'bugfix/auth_collision_v5.5' into 'release/v5.5'
...
fix(bt/controller): Fixed bugs on LMP legacy and secure authentication collision (v5.5)
See merge request espressif/esp-idf!40010
2025-07-22 14:40:57 +08:00
Chen Jian Hua
2157ab84e2
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(2edb0b0)
...
- Fixed TX issue when the event is aborted
- Fixed BLE assert llc_llcp.c 487
- Fixed BLE assert sch_prog.c 304
- Fixed anonymous extended adv reporting
- Support vendor HCI related params reset
(cherry picked from commit ad71a2cd33 )
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-07-08 13:33:40 +08:00
Zhou Xiao
8f586ecfd9
fix(ble): update error code in controller init for ESP32-S3/ESP32-C3
...
(cherry picked from commit b8b7e153a7 )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-07-08 13:16:02 +08:00
Zhou Xiao
6501cea942
fix(ble): fixed controller log api call for ESP32-C3/ESP32-S3
...
(cherry picked from commit 6ac541aa4a )
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-07-08 13:15:59 +08:00
xiongweichao
71956c72e0
fix(ble): keep the log of the bluetooth sleep clock source consistent
2025-07-04 10:25:07 +08:00
cjin
9e1b2d1741
feat(ble): add sm count reserve cnt setting on ESP32-H2
2025-06-26 15:06:13 +08:00
cjin
dc5b3de0ea
feat(ble): add sm count reserve cnt setting on ESP32-C6 and ESP32-C61
2025-06-26 15:06:13 +08:00
cjin
f77271e701
feat(ble): add sm count reserve cnt setting on ESP32-C5
2025-06-26 15:06:13 +08:00
cjin
58b5a76153
change(ble): update lib_esp32c6 and esp32c61 to ea6c58c7
2025-06-26 15:06:13 +08:00
cjin
51c803915e
change(ble): update lib_esp32h2 to ea6c58c7
2025-06-26 15:06:13 +08:00
cjin
43232d25d8
change(ble): update lib_esp32c5 to ea6c58c7
2025-06-26 15:06:13 +08:00
Zhou Xiao
1ce5e59715
change(ble): [AUTO_MR] Update lib_esp32c2 to e865b4f9
2025-06-26 15:06:13 +08:00
Zhou Xiao
df0243732f
change(ble): [AUTO_MR] Update lib_esp32c6 to b8770ab2
2025-06-26 15:06:13 +08:00
Zhou Xiao
e5d17a7f8e
change(ble): [AUTO_MR] Update lib_esp32c5 to b8770ab2
2025-06-26 15:06:13 +08:00
Zhou Xiao
af84a63d6b
change(ble): [AUTO_MR] Update lib_esp32h2 to b8770ab2
2025-06-26 15:06:13 +08:00
liqigan
d33e716a32
fix(bt/controller): Fixed bugs on LMP legacy and secure authentication collision
2025-06-20 14:57:13 +08:00
Jiang Jiang Jian
5c6701aad0
Merge branch 'feat/reduce_bin_size_and_iram_for_ble_rom_code_v5.5' into 'release/v5.5'
...
feat(ble/controller): Reduce bin size and IRAM for BLE rom code on ESP32-C3 and ESP32-S3 (v5.5)
See merge request espressif/esp-idf!39453
2025-06-18 16:09:20 +08:00
Jiang Jiang Jian
8ac432ec0a
Merge branch 'fix/update_dfs_compensate_table_v5.5' into 'release/v5.5'
...
fix(esp_hw_support): update esp32 dfs table to make the timing drift always negative (v5.5)
See merge request espressif/esp-idf!39897
2025-06-18 00:40:23 +08:00
zhanghaipeng
4fd109860b
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(4713a69)
...
- Fixed double free exception during BLE init under low memory
2025-06-17 21:03:32 +08:00
zhiweijian
88f234f1ef
feat(ble/controller): Reduce bin size and IRAM for BLE rom code
2025-06-17 21:03:32 +08:00
Jiang Jiang Jian
24e323685a
Merge branch 'change/ble_update_lib_20250606_v5.5' into 'release/v5.5'
...
change(ble): [AUTO_MR] 20250606 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!39740
2025-06-17 14:19:41 +08:00
wuzhenghui
f4669e3377
change(bt): increase BTDM_MODEM_WAKE_UP_DELAY
2025-06-16 17:24:47 +08:00
Island
fc71a8643e
Merge branch 'bugfix/fix_ble_scan_no_adv_report_when_connected_v5.5' into 'release/v5.5'
...
Fixed missing ADV reports after bonding and connection on ESP32-C3 and ESP32-S3 (v5.5)
See merge request espressif/esp-idf!39276
2025-06-13 19:00:26 +08:00
Zhao Wei Liang
f5be149eb2
fix(ble): change the default ble cca thresh on ESP32-C2
...
(cherry picked from commit a10696d7e1 )
Co-authored-by: cjin <jinchen@espressif.com >
2025-06-13 16:09:23 +08:00