Commit Graph

878 Commits

Author SHA1 Message Date
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
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
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
Zhou Xiao
e6f97003f8 change(ble): [AUTO_MR] Update lib_esp32h2 to b8770ab2 2025-06-26 15:02:38 +08:00
liqigan
2efb2b7112 fix(bt/controller): Fixed bugs on LMP legacy and secure authentication collision 2025-06-20 14:57:45 +08:00
wuzhenghui
89a4cc34b3 change(bt): increase BTDM_MODEM_WAKE_UP_DELAY 2025-06-16 17:35:04 +08:00
Island
e8aa955479 Merge branch 'feat/reduce_bin_size_and_iram_for_ble_rom_code_v5.1' into 'release/v5.1'
feat(ble/controller): Reduce bin size and IRAM for BLE rom code on ESP32-C3 and ESP32-S3 (v5.1)

See merge request espressif/esp-idf!39449
2025-06-13 10:17:43 +08:00
zhanghaipeng
81fe15b709 fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(4713a69)
- Fixed double free exception during BLE init under low memory
2025-06-10 10:30:28 +08:00
Zhao Wei Liang
d39b945a37 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:03:36 +08:00
Zhao Wei Liang
5eaabafd51 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:03:34 +08:00
Zhao Wei Liang
38bfa54f38 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:03:32 +08:00
Zhao Wei Liang
335ca34735 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:03:28 +08:00
Zhao Wei Liang
9b5bb35982 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:03:26 +08:00
Zhao Wei Liang
464d08acbc 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:03:24 +08:00
Zhao Wei Liang
7b8681d070 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:03:21 +08:00
zhiweijian
8c2bce45c4 feat(ble/controller): Reduce bin size and IRAM for BLE rom code 2025-05-27 16:31:46 +08:00
Zhou Xiao
99c0ef7c63 fix(ble): fixed spi log init failure return value for ESP32 2025-05-26 10:47:48 +08:00
Island
f9f1d1b18a Merge branch 'bugfix/fix_ble_scan_no_adv_report_when_connected_v5.1' into 'release/v5.1'
Fixed missing ADV reports after bonding and connection on ESP32-C3 and ESP32-S3 (v5.1)

See merge request espressif/esp-idf!39272
2025-05-21 18:19:34 +08:00
Zhang Hai Peng
73445999ac 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:16 +08:00
Zhou Xiao
062987668a fix(ble): added missed printf for ll log interface 2025-05-19 20:34:04 +08:00
zwl
89110a212e fix(ble): fixed occasional assert issue in scan and connection scenarios on ESP32-C6 2025-05-19 20:34:00 +08:00
Zhao Wei Liang
c243d89daa 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:03:34 +08:00
Zhao Wei Liang
c2821abd16 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:03:31 +08:00
Zhao Wei Liang
74683d2142 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:03:29 +08:00
Zhao Wei Liang
88cd2dbbae 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:03:27 +08:00
Rahul Tank
d4274bc0b9 Merge branch 'feat/autopts_and_ssc_fixes_v5.1' into 'release/v5.1'
feat(nimble): Added fixes related to SSC and AutoPTS testing (v5.1)

See merge request espressif/esp-idf!38805
2025-05-11 00:01:50 +08:00
Island
05ebbbf023 Merge branch 'change/ble_update_lib_20250430_v5.1' into 'release/v5.1'
change(ble): [AUTO_MR] 20250430 - Update ESP BLE Controller Lib (v5.1)

See merge request espressif/esp-idf!38971
2025-05-09 14:05:28 +08:00
Sumeet Singh
2ebbd7a8fe feat(nimble): Added some fixes for autopts testing (v5.1) 2025-05-08 19:44:30 +05:30
gongyantao
73cac9faf6 fix(bt): disable dm1 for acl-u when aes-ccm is on in peripheral 2025-05-08 15:30:49 +08:00
Shen Wei Long
69e392e7ea change(ble): [AUTO_MR] Update lib_esp32c2 to 16e16586
(cherry picked from commit 26754d8e71)

Co-authored-by: Shen Weilong <shenweilong@espressif.com>
2025-05-08 14:53:32 +08:00
Shen Wei Long
67ede93869 change(ble): [AUTO_MR] Update lib_esp32c6 to 9ecb81c8
(cherry picked from commit a477bfb140)

Co-authored-by: Shen Weilong <shenweilong@espressif.com>
2025-05-08 14:53:30 +08:00
Shen Wei Long
1f1e0684ff change(ble): [AUTO_MR] Update lib_esp32h2 to 9ecb81c8
(cherry picked from commit a3cc91dbf0)

Co-authored-by: Shen Weilong <shenweilong@espressif.com>
2025-05-08 14:53:27 +08:00
Jin Chen
e98d4f485d fix(ble): fix rtc freq set too high on ESP32-C2
(cherry picked from commit 6a80deac03)

Co-authored-by: cjin <jinchen@espressif.com>
2025-05-07 10:18:23 +08:00
Island
eb6437199b Merge branch 'bugfix/fix_cble50y25_207_v5.1' into 'release/v5.1'
Fixed MIC error disconnection when pairing with iOS devices on ESP32-C3 and ESP32-S3(edf923e) (v5.1)

See merge request espressif/esp-idf!38761
2025-04-30 11:16:40 +08:00