Commit Graph

909 Commits

Author SHA1 Message Date
Zhou Xiao
9b4b230363 feat(ble): support pawr feature in ble sdk on ESP32-H2
(cherry picked from commit 2f7e200fc8)

Co-authored-by: cjin <jinchen@espressif.com>
2025-08-19 13:13:39 +08:00
Zhou Xiao
e0268646d9 feat(ble): support pawr feature in ble sdk on ESP32-C6
(cherry picked from commit 410d904845)

Co-authored-by: cjin <jinchen@espressif.com>
2025-08-19 13:13:37 +08:00
Zhou Xiao
4bfe2bd9c3 feat(ble): add clk source freq change of ble slow clock on ESP32-H2
(cherry picked from commit cb60528f23)

Co-authored-by: cjin <jinchen@espressif.com>
2025-08-19 13:13:35 +08:00
Zhou Xiao
9fce4890da feat(ble): add clk source freq change of ble slow clock on ESP32-C6
(cherry picked from commit b5ce766c7f)

Co-authored-by: cjin <jinchen@espressif.com>
2025-08-19 13:13:32 +08:00
Zhou Xiao
51f5327edf change(ble): [AUTO_MR] Update lib_esp32c6 to 9492a0cb
(cherry picked from commit 236baa7585)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-08-19 13:13:30 +08:00
Zhou Xiao
63943fc64b change(ble): [AUTO_MR] Update lib_esp32h2 to 9492a0cb
(cherry picked from commit ea32d4cd18)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-08-19 13:13:28 +08:00
Zhao Wei Liang
130a77f73b change(ble): enabled specify scan channel vs hci cmd for ESP32-C2
(cherry picked from commit 2818eb91f1)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-08-11 10:29:36 +08:00
Zhao Wei Liang
f4f14d4342 change(ble): [AUTO_MR] Update lib_esp32c2 to dbd33ef2
(cherry picked from commit 043143ab8b)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:13:34 +08:00
Zhao Wei Liang
3eb2fab302 change(ble): [AUTO_MR] Update lib_esp32c6 to 898f73cb
(cherry picked from commit fe22519bb5)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:13:31 +08:00
Zhao Wei Liang
4213a758bc change(ble): [AUTO_MR] Update lib_esp32h2 to 898f73cb
(cherry picked from commit 4990dfdd23)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-08 21:13:29 +08:00
Island
b63fa75d66 Merge branch 'bugfix/fix_bt_hci_not_effective_v5.1' into 'release/v5.1'
Fixed bt hci event was not report to host when hci command was sent (v5.1)

See merge request espressif/esp-idf!41010
2025-08-05 14:31:08 +08:00
Zhang Hai Peng
2c4e2255e9 fix(bt/ble): Update esp32 libbtdm_app.a (722c907a)
- Fixed bt hci event was not report to host when hci command was sent


(cherry picked from commit 155c32be20)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-08-04 11:53:19 +08:00
Zhao Wei Liang
076e6e9ad6 fix(ble): fixed dtm function error on ESP32-H2
(cherry picked from commit 43c82b3b20)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-01 10:20:11 +08:00
Zhao Wei Liang
f6d9263ecf fix(ble): fixed dtm function error on ESP32-C6
(cherry picked from commit ca0fdad4f2)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-08-01 10:20:09 +08:00
Island
ee97e0aa6b Merge branch 'change/ble_update_lib_20250728_v5.1' into 'release/v5.1'
change(ble): [AUTO_MR] 20250728 - Update ESP BLE Controller Lib (v5.1)

See merge request espressif/esp-idf!40908
2025-07-31 11:51:57 +08:00
Island
ddd00f1f38 Merge branch 'bugfix/fix_ble_aa_check_v2_v5.1' into 'release/v5.1'
Optimize check Access Address when receive connection request PDU (v5.1)

See merge request espressif/esp-idf!40746
2025-07-30 16:55:50 +08:00
Zhou Xiao
59ee4c727b feat(ble): add flash only param config api on ESP32-H2
(cherry picked from commit 4c8258ca38)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-30 13:13:32 +08:00
Zhou Xiao
e40fda4903 feat(ble): add flash only param config api on ESP32-C6
(cherry picked from commit dc65875e57)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-30 13:13:30 +08:00
Zhou Xiao
3000eb8b29 change(ble): [AUTO_MR] Update lib_esp32c2 to 4556045f
(cherry picked from commit 0a7660d0f3)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-30 13:13:25 +08:00
Zhou Xiao
a328697d59 change(ble): [AUTO_MR] Update lib_esp32c6 to 499c41fb
(cherry picked from commit f2741f1932)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-30 13:13:23 +08:00
Zhou Xiao
50662823f2 change(ble): [AUTO_MR] Update lib_esp32h2 to 499c41fb
(cherry picked from commit ee48ef2167)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-30 13:13:20 +08:00
zhanghaipeng
d7a8d9f646 fix(bt/ble): Update esp32 libbtdm_app.a (3a27e2e)
- Optimize check Access Address when receive connection request PDU
2025-07-29 15:36:12 +08:00
chenjianhua
cf265c962b 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-28 13:18:17 +08:00
Island
88a0a7b4ac Merge branch 'change/ble_update_lib_20250709_v5.1' into 'release/v5.1'
change(ble): [AUTO_MR] 20250709 - Update ESP BLE Controller Lib (v5.1)

See merge request espressif/esp-idf!40467
2025-07-11 10:46:07 +08:00
Island
fefa675213 Merge branch 'feat/ble_log_spi_out_dev_phase_4_v5.1' into 'release/v5.1'
BLE Log SPI Out Dev Phase 4 (v5.1)

See merge request espressif/esp-idf!40422
2025-07-10 18:53:00 +08:00
Wang Meng Yang
662fba0879 Merge branch 'bugfix/bt_sleep_log_consistent_v5.1' into 'release/v5.1'
fix(ble): keep the log of the bluetooth sleep clock source consistent(v5.1)

See merge request espressif/esp-idf!40359
2025-07-09 13:46:41 +08:00
Zhou Xiao
0077cba84d feat(ble): enable broker initialization on ESP32-C6
(cherry picked from commit 3d93ce37da)

Co-authored-by: cjin <jinchen@espressif.com>
2025-07-09 13:13:37 +08:00
Zhou Xiao
910dee18f2 feat(ble): enable broker initialization on ESP32-H2
(cherry picked from commit 64f216ae5a)

Co-authored-by: cjin <jinchen@espressif.com>
2025-07-09 13:13:34 +08:00
Zhou Xiao
7c247b7aed feat(ble): support memory allocation check debug feature on ESP32-H2
(cherry picked from commit 265a8746dc)

Co-authored-by: cjin <jinchen@espressif.com>
2025-07-09 13:13:32 +08:00
Zhou Xiao
3e9279ce82 feat(ble): support memory allocation check debug feature on ESP32-C6
(cherry picked from commit 027766e0c2)

Co-authored-by: cjin <jinchen@espressif.com>
2025-07-09 13:13:29 +08:00
Zhou Xiao
643bcf2f3b feat(ble): support memory allocation check debug feature on ESP32-C2
(cherry picked from commit 7ef90d4113)

Co-authored-by: cjin <jinchen@espressif.com>
2025-07-09 13:13:27 +08:00
Zhou Xiao
89da7335a9 change(ble): [AUTO_MR] Update lib_esp32c2 to c7732d48
(cherry picked from commit 3d45e8578e)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-09 13:13:24 +08:00
Zhou Xiao
2339901607 change(ble): [AUTO_MR] Update lib_esp32c6 to ca6c20bc
(cherry picked from commit 1e236a1feb)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-09 13:13:22 +08:00
Zhou Xiao
071b489c5d change(ble): [AUTO_MR] Update lib_esp32h2 to ca6c20bc
(cherry picked from commit 6a650312d4)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-09 13:13:19 +08:00
Zhou Xiao
b66fcf54c1 fix(ble): update error code in controller init for ESP32-S3/ESP32-C3 2025-07-08 23:06:55 +08:00
Zhou Xiao
37f1ff5585 fix(ble): fixed controller log api call for ESP32-C3/ESP32-S3 2025-07-08 23:06:55 +08:00
Chen Jian Hua
469152d618 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:16 +08:00
Jiang Jiang Jian
8ffce5a6dd Merge branch 'fix/update_dfs_compensate_table_v5.1' into 'release/v5.1'
fix(esp_hw_support): update esp32 dfs table to make the timing drift always negative (v5.1)

See merge request espressif/esp-idf!39899
2025-07-08 10:14:11 +08:00
xiongweichao
4df0e15513 fix(ble): keep the log of the bluetooth sleep clock source consistent 2025-07-08 07:17:00 +08:00
gongyantao
095f50b7e0 fix(bt): fixed the incorrect unit of clk in cpb rx event 2025-07-07 14:51:20 +08:00
Zhao Wei Liang
8c0b1609d1 fix(ble): ensure ble controller disable safety for ESP32-C2
(cherry picked from commit cbe6f68d3c)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-07-02 15:13:33 +08:00
Zhao Wei Liang
6f5f5de5ce change(ble): [AUTO_MR] Update lib_esp32c2 to 9af627ef
(cherry picked from commit 6fac09d0c3)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-02 15:13:28 +08:00
Zhao Wei Liang
bc947c0584 change(ble): [AUTO_MR] Update lib_esp32c6 to d2d70d40
(cherry picked from commit 736cd84967)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-02 15:13:26 +08:00
Zhao Wei Liang
a5b775d2c2 change(ble): [AUTO_MR] Update lib_esp32h2 to d2d70d40
(cherry picked from commit 1671932345)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-07-02 15:13:24 +08:00
cjin
8e50f15db3 feat(ble): add sm count reserve cnt setting on ESP32-H2 2025-06-26 15:02:38 +08:00
cjin
a5e5f636ac feat(ble): add sm count reserve cnt setting on ESP32-C6 2025-06-26 15:02:38 +08:00
cjin
2dda051ded change(ble): update lib_esp32c6 to ea6c58c7 2025-06-26 15:02:38 +08:00
cjin
906b2738d6 change(ble): update lib_esp32h2 to ea6c58c7 2025-06-26 15:02:38 +08:00
Zhou Xiao
16a59f7260 change(ble): [AUTO_MR] Update lib_esp32c6 to b8770ab2 2025-06-26 15:02:38 +08:00
Zhou Xiao
a4482c6fcf change(ble): [AUTO_MR] Update lib_esp32c2 to e865b4f9 2025-06-26 15:02:38 +08:00