Zhou Xiao
87396ab0ce
fix(ble): ensure ble controller disable safety for ESP32-C2
2025-07-10 22:47:41 +08:00
zwl
a495def473
change(ble): [AUTO_MR] Update lib_esp32c2 to 9af627ef
2025-07-10 22:47:31 +08:00
zwl
331b28d37f
change(ble): [AUTO_MR] Update lib_esp32c6 to d2d70d40
2025-07-10 22:47:23 +08:00
zwl
2cdd1c2074
change(ble): [AUTO_MR] Update lib_esp32c5 to d2d70d40
2025-07-10 22:47:18 +08:00
zwl
b98df991f9
change(ble): [AUTO_MR] Update lib_esp32h2 to d2d70d40
2025-07-10 22:47:13 +08:00
Island
c31df8ff8a
Merge branch 'feat/ble_log_spi_out_dev_phase_4_v5.4' into 'release/v5.4'
...
BLE Log SPI Out Dev Phase 4 (v5.4)
See merge request espressif/esp-idf!40425
2025-07-09 14:06:38 +08:00
Chen Jian Hua
4f94202609
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:34 +08:00
Zhou Xiao
deebad0bbe
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:15:24 +08:00
Zhou Xiao
2dacf4bb86
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:21 +08:00
gongyantao
caea2feae7
fix(bt): fixed the incorrect unit of clk in cpb rx event
2025-07-07 14:54:29 +08:00
Wang Meng Yang
2a78865be6
Merge branch 'bugfix/bt_sleep_log_consistent_v5.4' into 'release/v5.4'
...
fix(ble): keep the log of the bluetooth sleep clock source consistent(v5.4)
See merge request espressif/esp-idf!40356
2025-07-04 19:17:34 +08:00
xiongweichao
900ecc4d03
fix(ble): keep the log of the bluetooth sleep clock source consistent
2025-07-04 10:27:49 +08:00
cjin
884573a419
feat(ble): add sm count reserve cnt setting on ESP32-H2
2025-07-03 15:24:12 +08:00
cjin
1653442b7b
feat(ble): add sm count reserve cnt setting on ESP32-C6 and ESP32-C61
2025-07-03 15:24:12 +08:00
cjin
a4b0800444
feat(ble): add sm count reserve cnt setting on ESP32-C5
2025-07-03 15:24:12 +08:00
cjin
5845d3a7df
change(ble): update lib_esp32c6 and esp32c61 to ea6c58c7
2025-07-03 15:24:12 +08:00
cjin
9f3be8aa92
change(ble): update lib_esp32h2 to ea6c58c7
2025-07-03 15:24:12 +08:00
cjin
640e44eff8
change(ble): update lib_esp32c5 to ea6c58c7
2025-07-03 15:24:12 +08:00
Zhou Xiao
39e7147613
change(ble): [AUTO_MR] Update lib_esp32c2 to e865b4f9
2025-07-03 15:24:12 +08:00
Zhou Xiao
ea7689c503
change(ble): [AUTO_MR] Update lib_esp32c6 to b8770ab2
2025-07-03 15:24:12 +08:00
Zhou Xiao
6dfaa7caec
change(ble): [AUTO_MR] Update lib_esp32c5 to b8770ab2
2025-07-03 15:24:12 +08:00
Zhou Xiao
11b7dfabe2
change(ble): [AUTO_MR] Update lib_esp32h2 to b8770ab2
2025-07-03 15:24:12 +08:00
Island
b84ccbc475
Merge branch 'change/ble_update_lib_20250606_v5.4' into 'release/v5.4'
...
change(ble): [AUTO_MR] 20250606 - Update ESP BLE Controller Lib (v5.4)
See merge request espressif/esp-idf!39739
2025-07-03 15:19:55 +08:00
Island
f5edc85801
Merge branch 'bugfix/fix_ble_init_exception_v5.4' into 'release/v5.4'
...
Fixed double free exception during BLE init under low memory (v5.4)
See merge request espressif/esp-idf!39747
2025-07-02 15:53:17 +08:00
liqigan
950a7d22c8
fix(bt/controller): Fixed bugs on LMP legacy and secure authentication collision
2025-06-20 14:57:20 +08:00
wuzhenghui
2519605acb
change(bt): increase BTDM_MODEM_WAKE_UP_DELAY
2025-06-13 20:37:35 +08:00
Zhang Hai Peng
45dcdc4709
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(4713a69)
...
- Fixed double free exception during BLE init under low memory
(cherry picked from commit 49a4325b15
)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-06-09 15:13:44 +08:00
Zhao Wei Liang
112644547d
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-09 11:04:47 +08:00
Zhao Wei Liang
b575652e62
fix(ble): change the default ble cca thresh on ESP32-H2
...
(cherry picked from commit a2fab0ad60
)
Co-authored-by: cjin <jinchen@espressif.com >
2025-06-09 11:04:44 +08:00
Zhao Wei Liang
ecfafb77f5
fix(ble): change the default ble cca thresh on ESP32-C6
...
(cherry picked from commit 581521526b
)
Co-authored-by: cjin <jinchen@espressif.com >
2025-06-09 11:04:41 +08:00
Zhao Wei Liang
6723eae6ec
fix(ble): change the default ble cca thresh on ESP32-C5
...
(cherry picked from commit c802176535
)
Co-authored-by: cjin <jinchen@espressif.com >
2025-06-09 11:04:38 +08:00
Zhao Wei Liang
dbd4e8ffe7
fix(ble): fixed an occasional abnormal scanning stop issue on ESP32-C5
...
(cherry picked from commit 44d7fc43f6
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-09 11:04:34 +08:00
Zhao Wei Liang
33022b7bbc
fix(ble): fixed an occasional assertion issue during sync on ESP32-C6
...
(cherry picked from commit 3c8ba488e0
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-09 11:04:32 +08:00
Zhao Wei Liang
35e7d1ad03
change(ble): [AUTO_MR] Update lib_esp32c2 to 7f72c031
...
(cherry picked from commit 4be18a2469
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-09 11:04:29 +08:00
Zhao Wei Liang
373f68a86e
change(ble): [AUTO_MR] Update lib_esp32c6 to 35fe65f4
...
(cherry picked from commit 57c8d23800
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-09 11:04:27 +08:00
Zhao Wei Liang
67fb299421
change(ble): [AUTO_MR] Update lib_esp32c5 to 35fe65f4
...
(cherry picked from commit dacaae746e
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-09 11:04:25 +08:00
Zhao Wei Liang
a502f01187
change(ble): [AUTO_MR] Update lib_esp32h2 to 35fe65f4
...
(cherry picked from commit dbf7835a6b
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-09 11:04:23 +08:00
Zhi Wei Jian
33df4408d7
feat(ble/controller): Reduce bin size and IRAM for BLE rom code
...
(cherry picked from commit 1d739291ca
)
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2025-05-27 16:03:34 +08:00
Jiang Jiang Jian
606ba21345
Merge branch 'feat/ble_log_spi_out_dev_phase_3_v5.4' into 'release/v5.4'
...
Feat/ble log spi out dev phase 3 (v5.4)
See merge request espressif/esp-idf!39355
2025-05-27 11:32:51 +08:00
Jiang Jiang Jian
76b003c8d6
Merge branch 'bugfix/fix_ble_scan_no_adv_report_when_connected_v5.4' into 'release/v5.4'
...
Fixed missing ADV reports after bonding and connection on ESP32-C3 and ESP32-S3 (v5.4)
See merge request espressif/esp-idf!39275
2025-05-27 11:15:50 +08:00
Zhou Xiao
e2742ca1f7
fix(ble): fixed spi log init failure return value for ESP32
2025-05-26 10:47:14 +08:00
Zhang Hai Peng
abb3b2d70c
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(4713205)
...
- Fix: Missing ADV reports after bonding and connection
(cherry picked from commit 244d4f8fa7
)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-05-20 11:13:32 +08:00
Zhao Wei Liang
6f99672c32
feat(ble): support creating connections during scanning process on ESP32-C5
...
(cherry picked from commit 9d687daf36
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-19 19:17:03 +08:00
Zhao Wei Liang
6a9fedcab3
fix(ble): added missed printf for ll log interface
...
(cherry picked from commit d12e072b35
)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-05-19 12:04:21 +08:00
Zhao Wei Liang
2f92b39cc5
feat(ble): support creating connections during scanning process on ESP32-H2
...
(cherry picked from commit 207d85a5f7
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-19 12:04:18 +08:00
Zhao Wei Liang
efd16c699a
fix(ble): fixed occasional assert issue in scan and connection scenarios on ESP32-C6
...
(cherry picked from commit cd6038b6cf
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-19 12:04:16 +08:00
Zhao Wei Liang
d15978a30d
change(ble): [AUTO_MR] Update lib_esp32c2 to 664e4255
...
(cherry picked from commit 3cfd4d0166
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-19 12:04:14 +08:00
Zhao Wei Liang
60d528f7a7
change(ble): [AUTO_MR] Update lib_esp32c6 to 1304a9d0
...
(cherry picked from commit 69158d5064
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-19 12:04:11 +08:00
Zhao Wei Liang
8a447d44c6
change(ble): [AUTO_MR] Update lib_esp32c5 to 1304a9d0
...
(cherry picked from commit 27220c1b4c
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-19 12:04:09 +08:00
Zhao Wei Liang
af84660236
change(ble): [AUTO_MR] Update lib_esp32h2 to 1304a9d0
...
(cherry picked from commit 29f89efea6
)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-05-19 12:04:07 +08:00