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
Zhao Wei Liang
ccef14fad2
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-13 16:09:23 +08:00
Zhao Wei Liang
bb8338b17a
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-13 16:09:23 +08:00
Zhao Wei Liang
53534bc5ce
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-13 16:09:23 +08:00
Zhao Wei Liang
ec2f1c0023
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-13 16:09:23 +08:00
Zhao Wei Liang
5584880376
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-13 16:09:23 +08:00
Zhao Wei Liang
ebdafe8e0c
change(ble): [AUTO_MR] Update lib_esp32c2 to 7f72c031
...
(cherry picked from commit 4be18a2469 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-13 16:09:23 +08:00
Zhao Wei Liang
addc2101dc
change(ble): [AUTO_MR] Update lib_esp32c6 to 35fe65f4
...
(cherry picked from commit 57c8d23800 )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-13 16:09:23 +08:00
Zhao Wei Liang
6078213bcd
change(ble): [AUTO_MR] Update lib_esp32c5 to 35fe65f4
...
(cherry picked from commit dacaae746e )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-13 16:09:23 +08:00
Zhao Wei Liang
4869e83855
change(ble): [AUTO_MR] Update lib_esp32h2 to 35fe65f4
...
(cherry picked from commit dbf7835a6b )
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-06-13 16:09:23 +08:00
Zhou Xiao
0a3cc83a86
fix(ble): fixed spi log init failure return value for ESP32
2025-05-26 10:47:03 +08:00
Zhang Hai Peng
43ff2531ab
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:38 +08:00
Zhao Wei Liang
eb0cf524c0
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:43 +08:00
Zhao Wei Liang
6ba1a3a427
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 12:04:41 +08:00
Zhao Wei Liang
f9597a06f4
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:38 +08:00
Zhao Wei Liang
f056662cd5
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:36 +08:00
Zhao Wei Liang
e1aee3ff2b
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:33 +08:00
Zhao Wei Liang
2e02c26b81
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:31 +08:00
Zhao Wei Liang
f5748f3d9b
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:28 +08:00
Zhao Wei Liang
8a138cbd22
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:26 +08:00
Rahul Tank
386a3905b5
Merge branch 'feat/autopts_and_ssc_fixes' into 'master'
...
feat(nimble): Added fixes related to SSC and AutoPTS testing
See merge request espressif/esp-idf!36913
2025-05-08 17:58:55 +08:00
Island
3f2f57a3cc
Merge branch 'change/ble_update_lib_20250430' into 'master'
...
change(ble): [AUTO_MR] 20250430 - Update ESP BLE Controller Lib
Closes BLERP-1818, BLERP-1737, BLERP-1704, BLERP-1827, BLERP-1453, BLERP-1756, BLERP-1754, BLERP-1828, BLERP-1826, BLERP-1829, BLERP-1830, and BLERP-1831
See merge request espressif/esp-idf!38850
2025-05-08 16:00:34 +08:00
Wang Meng Yang
ee9c524bb6
Merge branch 'feat/add_sdkconfig_for_secure_connection' into 'master'
...
feat(bt): add sdkconfig for secure connection host support feature
See merge request espressif/esp-idf!38895
2025-05-08 14:33:10 +08:00
gongyantao
fc6f5cf71d
feat(bt): Initialize the SC during the bluedroid initialization
2025-05-08 10:06:13 +08:00
Jiang Jiang Jian
e9d2d033c8
Merge branch 'feat/add_config_for_esp32c2_move_phylib_to_flash' into 'master'
...
feat(phy): add config for esp32c2 move iram func to flash
Closes IDF-11433
See merge request espressif/esp-idf!37917
2025-05-07 21:34:27 +08:00
Sumeet Singh
12639efed5
feat(nimble): Added some fixes for autopts testing
2025-05-07 15:27:08 +05:30
Shen Weilong
26754d8e71
change(ble): [AUTO_MR] Update lib_esp32c2 to 16e16586
2025-05-07 12:12:24 +08:00
Shen Weilong
a477bfb140
change(ble): [AUTO_MR] Update lib_esp32c6 to 9ecb81c8
2025-05-07 12:12:24 +08:00
Shen Weilong
852a095b59
change(ble): [AUTO_MR] Update lib_esp32c5 to 9ecb81c8
2025-05-07 12:12:24 +08:00
Shen Weilong
a3cc91dbf0
change(ble): [AUTO_MR] Update lib_esp32h2 to 9ecb81c8
2025-05-07 12:12:24 +08:00
wangtao@espressif.com
3035667e69
feat(phy): add config for esp32c2 move iram func to flash
2025-05-07 11:24:17 +08:00
cjin
6a80deac03
fix(ble): fix rtc freq set too high on ESP32-C2
2025-05-06 19:19:11 +08:00
Shen Meng Jing
62d4115e08
docs: Fix some typos
2025-04-30 18:35:39 +08:00
chenjianhua
f0d5227735
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
...
- Fixed ble lib linkage issue
2025-04-28 13:25:10 +08:00
Island
7a3925a5c2
Merge branch 'bugfix/fix_cble50y25_207' into 'master'
...
Fixed MIC error disconnection when pairing with iOS devices on ESP32-C3 and ESP32-S3(edf923e)
Closes BLERP-1804
See merge request espressif/esp-idf!38655
2025-04-27 10:15:31 +08:00
Island
c29c5c506b
Merge branch 'feat/support_136k_rc_clk_on_ble_sleep' into 'master'
...
Feat/support 136k rc clk on ble sleep
Closes BLERP-1650
See merge request espressif/esp-idf!37813
2025-04-24 10:38:35 +08:00
chenjianhua
0df0b53b0a
fix(bt): Update bt lib for ESP32-C3 and ESP32-S3(edf923e)
...
- Fixed MIC error disconnection when pairing with iOS devices
2025-04-23 17:34:19 +08:00
cjin
6c8ee69151
feat(ble): support ble sleep using 136 kHz RC on ESP32-H2
2025-04-22 10:02:57 +08:00
cjin
718dd7a87a
feat(ble): support ble sleep using 136 kHz RC on ESP32-C6
2025-04-22 10:02:49 +08:00
linruihao
121ce6c689
fix(bt/controller): Fixed access external memory in isr context
2025-04-18 15:10:17 +08:00
Wang Meng Yang
abe7680142
Merge branch 'bugfix/bt_prio_err_in_dual_mode' into 'master'
...
fix(bt/controller): update libbtdm_app.a
Closes BTQABR2023-355 and BT-3931
See merge request espressif/esp-idf!38472
2025-04-18 14:41:57 +08:00
cjin
cb8ea7951c
feat(ble): support ble sleep using 136 kHz RC on ESP32-C5
2025-04-18 11:10:51 +08:00
cjin
73f1084bf8
feat(ble): support ble sleep using 136 kHz RC on ESP32-C2
2025-04-18 11:10:18 +08:00