zwl
043143ab8b
change(ble): [AUTO_MR] Update lib_esp32c2 to dbd33ef2
2025-08-06 21:04:50 +08:00
zwl
fe22519bb5
change(ble): [AUTO_MR] Update lib_esp32c6 to 898f73cb
2025-08-06 21:04:50 +08:00
zwl
3abfca1e2c
change(ble): [AUTO_MR] Update lib_esp32c5 to 898f73cb
2025-08-06 21:04:50 +08:00
zwl
4990dfdd23
change(ble): [AUTO_MR] Update lib_esp32h2 to 898f73cb
2025-08-06 21:04:50 +08:00
harshal.patil
60ff4bca9b
refactor(esp_system): Update all references of the memory protection configs
2025-08-04 11:43:01 +05:30
Jiang Jiang Jian
47c0e262e0
Merge branch 'bugfix/fix_bt_hci_not_effective' into 'master'
...
Fixed bt hci event was not report to host when hci command was sent(master)
Closes BTQABR2023-538 and BTQABR2023-548
See merge request espressif/esp-idf!40992
2025-08-02 00:56:07 +08:00
zhanghaipeng
155c32be20
fix(bt/ble): Update esp32 libbtdm_app.a (722c907a)
...
- Fixed bt hci event was not report to host when hci command was sent
2025-08-01 19:21:28 +08:00
zwl
6f0a61ab0d
fix(ble): fixed dtm function error on ESP32-C5
2025-07-31 14:53:29 +08:00
zwl
43c82b3b20
fix(ble): fixed dtm function error on ESP32-H2
2025-07-31 14:52:59 +08:00
zwl
ca0fdad4f2
fix(ble): fixed dtm function error on ESP32-C6
2025-07-31 14:17:07 +08:00
zwl
312de57214
feat(ble): add flash only param config api on ESP32-C5
2025-07-28 14:11:22 +08:00
zwl
4c8258ca38
feat(ble): add flash only param config api on ESP32-H2
2025-07-28 14:11:16 +08:00
zwl
dc65875e57
feat(ble): add flash only param config api on ESP32-C6
2025-07-28 14:11:10 +08:00
Zhou Xiao
0a7660d0f3
change(ble): [AUTO_MR] Update lib_esp32c2 to 4556045f
2025-07-28 14:09:18 +08:00
Zhou Xiao
f2741f1932
change(ble): [AUTO_MR] Update lib_esp32c6 to 499c41fb
2025-07-28 14:09:18 +08:00
Zhou Xiao
7b921c71b3
change(ble): [AUTO_MR] Update lib_esp32c5 to 499c41fb
2025-07-28 14:09:17 +08:00
Zhou Xiao
ee48ef2167
change(ble): [AUTO_MR] Update lib_esp32h2 to 499c41fb
2025-07-28 14:09:17 +08:00
chenjianhua
f20c6a2813
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
2025-07-22 16:14:27 +08:00
Zhou Xiao
3671d7b59b
feat(ble): support ble log uart dma out for ESP32-C5
2025-07-17 10:48:22 +08:00
Zhou Xiao
d45778f784
feat(ble): support ble log uart dma out for ESP32-H2
2025-07-17 10:48:22 +08:00
Zhou Xiao
ae8a7c8117
feat(ble): support ble log uart dma out for ESP32-C6
2025-07-17 10:48:22 +08:00
cjin
3d93ce37da
feat(ble): enable broker initialization on ESP32-C6
2025-07-09 11:25:23 +08:00
cjin
afee51e0ef
feat(ble): enable broker initialization on ESP32-C5
2025-07-09 11:25:23 +08:00
cjin
64f216ae5a
feat(ble): enable broker initialization on ESP32-H2
2025-07-09 11:25:23 +08:00
cjin
265a8746dc
feat(ble): support memory allocation check debug feature on ESP32-H2
2025-07-09 11:25:23 +08:00
cjin
027766e0c2
feat(ble): support memory allocation check debug feature on ESP32-C6
2025-07-09 11:25:23 +08:00
cjin
1ce54a5fe8
feat(ble): support memory allocation check debug feature on ESP32-C5
2025-07-09 11:25:23 +08:00
cjin
7ef90d4113
feat(ble): support memory allocation check debug feature on ESP32-C2
2025-07-09 11:25:23 +08:00
Zhou Xiao
3d45e8578e
change(ble): [AUTO_MR] Update lib_esp32c2 to c7732d48
2025-07-09 11:17:37 +08:00
Zhou Xiao
1e236a1feb
change(ble): [AUTO_MR] Update lib_esp32c6 to ca6c20bc
2025-07-09 11:17:37 +08:00
Zhou Xiao
91e8ed2a10
change(ble): [AUTO_MR] Update lib_esp32c5 to ca6c20bc
2025-07-09 11:17:37 +08:00
Zhou Xiao
6a650312d4
change(ble): [AUTO_MR] Update lib_esp32h2 to ca6c20bc
2025-07-09 11:17:37 +08:00
Island
d73e172d31
Merge branch 'feat/ble_log_spi_out_dev_phase_4' into 'master'
...
BLE Log SPI Out Dev Phase 4
Closes BLERP-2033, BLERP-2032, BLERP-2014, BLERP-2019, BLERP-2016, and BLERP-2015
See merge request espressif/esp-idf!40190
2025-07-08 14:01:59 +08:00
Island
652fe76dca
Merge branch 'bugfix/fix_some_ble_bugs_250610_cjh_esp32c3' into 'master'
...
Fixed some BLE bugs 250220 on esp32c3(2edb0b0)
Closes BLERP-1961, BLERP-1963, BLERP-1967, BLERP-1986, and BLERP-1973
See merge request espressif/esp-idf!39798
2025-07-08 11:40:37 +08:00
Zhou Xiao
b8b7e153a7
fix(ble): update error code in controller init for ESP32-S3/ESP32-C3
2025-07-07 18:57:02 +08:00
Zhou Xiao
6ac541aa4a
fix(ble): fixed controller log api call for ESP32-C3/ESP32-S3
2025-07-07 18:57:02 +08:00
gongyantao
16f87fb8c8
fix(bt): fixed the incorrect unit of clk in cpb rx event
2025-07-04 14:29:02 +08:00
Island
63f7d7eadf
Merge branch 'bugfix/fix_ble_aa_check_v2' into 'master'
...
Optimize check Access Address when receive connection request PDU
Closes BLERP-2036
See merge request espressif/esp-idf!40162
2025-07-04 14:03:44 +08:00
zhanghaipeng
a663a87fe0
fix(bt/ble): Update esp32 libbtdm_app.a (3a27e2e)
...
- Optimize check Access Address when receive connection request PDU
2025-07-03 10:26:48 +08:00
Wang Meng Yang
0e92b38244
Merge branch 'bugfix/bt_sleep_log_consistent' into 'master'
...
fix(ble): keep the log of the bluetooth sleep clock source consistent
See merge request espressif/esp-idf!40281
2025-07-02 17:32:27 +08:00
xiongweichao
c2d666a6d9
fix(ble): keep the log of the bluetooth sleep clock source consistent
2025-07-01 19:17:20 +08:00
chenjianhua
ad71a2cd33
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
2025-07-01 16:18:09 +08:00
Zhou Xiao
cbe6f68d3c
fix(ble): ensure ble controller disable safety for ESP32-C2
2025-07-01 10:45:36 +08:00
zwl
6fac09d0c3
change(ble): [AUTO_MR] Update lib_esp32c2 to 9af627ef
2025-06-30 21:43:42 +08:00
zwl
736cd84967
change(ble): [AUTO_MR] Update lib_esp32c6 to d2d70d40
2025-06-30 21:43:42 +08:00
zwl
8d55aca9e7
change(ble): [AUTO_MR] Update lib_esp32c5 to d2d70d40
2025-06-30 21:43:41 +08:00
zwl
1671932345
change(ble): [AUTO_MR] Update lib_esp32h2 to d2d70d40
2025-06-30 21:43:41 +08:00
cjin
e44f1373a0
feat(ble): add sm count reserve cnt setting on ESP32-H2
2025-06-26 14:54:53 +08:00
cjin
ab92fef5be
feat(ble): add sm count reserve cnt setting on ESP32-C6 and ESP32-C61
2025-06-26 14:54:53 +08:00
cjin
3d96faae5d
feat(ble): add sm count reserve cnt setting on ESP32-C5
2025-06-26 14:54:53 +08:00