Rahul Tank
c5a8693174
Merge branch 'bugfix/fix_os_mbuf_dup_v5.5' into 'release/v5.5'
...
fix(nimble): Address mbuf from different chains traversal during copying (v5.5)
See merge request espressif/esp-idf!42366
2025-10-10 15:31:18 +05:30
Jiang Jiang Jian
7aee10fc67
Merge branch 'bugfix/fix_bleqabr25_1004_v5.5' into 'release/v5.5'
...
fix(ble/bluedroid): Fixed the status setting in the HCI event (v5.5)
See merge request espressif/esp-idf!42195
2025-10-10 10:26:33 +08:00
Rahul Tank
ad73a70997
fix(nimble): Address mbuf from different chains traversal during copying
2025-10-09 20:21:14 +05:30
Rahul Tank
e8ff0a5656
Merge branch 'bugfix/fix_ext_adv_data_reattempt_v5.5' into 'release/v5.5'
...
fix(nimble): Avoid ext adv data in reattempt advertising (v5.5)
See merge request espressif/esp-idf!42129
2025-10-09 20:20:37 +05:30
Rahul Tank
54de9c4aa5
Merge branch 'bugfix/re_organize_nimble_kconfig_v5.5' into 'release/v5.5'
...
fix(nimble): Declutter the nimble menu config options (v5.5)
See merge request espressif/esp-idf!42302
2025-10-08 11:04:29 +05:30
Chen Jian Hua
a4004031bd
fix(ble/bluedroid): Fixed the status setting in the HCI event
...
(cherry picked from commit 4ae438cca255b885ac0341ae38a3506fe706e4cc)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2025-10-01 00:07:54 +08:00
Rahul Tank
67003b5630
fix(nimble): Declutter the nimble menu config options
2025-09-30 14:41:45 +05:30
Rahul Tank
e2b2a4d841
fix(nimble): Avoid ext adv data in reattempt advertising
2025-09-30 12:09:42 +05:30
JinCheng
c3efac4608
fix(bluedroid): removed the code relying on compiler-specific extension for FAM in union
2025-09-27 11:31:05 +08:00
JinCheng
999710fccf
fix(bt/bluedroid): fixed potential OOB in Bluedroid
2025-09-26 17:28:55 +08:00
Wang Meng Yang
cda5d90ad1
Merge branch 'bugfix/fix_bt_coverity_v5.5' into 'release/v5.5'
...
bugfix: Fix array compared against 0 in btc_manage.c and the issue of uninitialized pointer reading in coexist_printf (v5.5)
See merge request espressif/esp-idf!42066
2025-09-24 17:52:00 +08:00
Rahul Tank
965e2e47d4
Merge branch 'feat/separate_indicate_v5.5' into 'release/v5.5'
...
fix(nimble): Added code to handle sending indicate (v5.5)
See merge request espressif/esp-idf!41990
2025-09-24 09:09:25 +05:30
Island
636daf109c
Merge branch 'feat/ble_log_v2_with_log_compression_v5.5' into 'release/v5.5'
...
feat(ble): Support ble log compression(draft)(v5.5)
See merge request espressif/esp-idf!41757
2025-09-24 10:28:17 +08:00
Rahul Tank
6ea055c1b9
fix(nimble): Added code to handle sending indicate
2025-09-22 21:50:26 +05:30
yangfeng
c2c23e620a
fix(bt/btc): Fix array compared against 0 in btc_manage.c
2025-09-22 11:49:31 +08:00
Zhao Wei Liang
7e25412983
fix(ble): update ext_version on ESP32-C5
...
(cherry picked from commit fc293cf67233226c50bc3846d9a0531f1d2a84af)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Zhao Wei Liang
d2006c6399
fix(ble): update ext_version on ESP32-H2
...
(cherry picked from commit b091ec843c3b6fd26b4d66421bf45b04bb64e272)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Zhao Wei Liang
9167dcc6b2
fix(ble): update ext_version on ESP32-C6
...
(cherry picked from commit 3558f20a4ed15e4d819d3b05f7b2d0e2709ad3b9)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Zhao Wei Liang
0b7af82488
change(ble): [AUTO_MR] Update lib_esp32c2 to e08d6058
...
(cherry picked from commit 0ec2a92d7930ee36e393d5aee990612565ae71ed)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Zhao Wei Liang
0854212af7
change(ble): [AUTO_MR] Update lib_esp32c6 to 000475d3
...
(cherry picked from commit 32a510900ce593be86498894ab7a3c7b623e62f7)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Zhao Wei Liang
2f35b047b6
change(ble): [AUTO_MR] Update lib_esp32c5 to 000475d3
...
(cherry picked from commit 77cf75ed53645a021403c6b211dd6d7bc9f2c934)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Zhao Wei Liang
e3dd190c25
change(ble): [AUTO_MR] Update lib_esp32h2 to 000475d3
...
(cherry picked from commit 141362fe48dda7dc605b3e0a6f78a3ad0dd13e21)
Co-authored-by: zwl <zhaoweiliang@espressif.com >
2025-09-22 11:36:51 +08:00
Island
56bef4d352
Merge branch 'bugfix/ble_enhanced_security_v2_v5.5' into 'release/v5.5'
...
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data (v5.5)
See merge request espressif/esp-idf!41307
2025-09-22 10:27:27 +08:00
luoxu
2d2ec6c34e
feat(ble): Support ble log compression(draft)
2025-09-22 00:05:02 +08:00
Wang Meng Yang
42e7c93104
Merge branch 'bugfix/fix_esp32_bt_sw_intr_v5.5' into 'release/v5.5'
...
fix(bt): fixed sw_intr issue with BT register or trigger error core on ESP32 (v5.5)
See merge request espressif/esp-idf!41633
2025-09-18 17:47:21 +08:00
Rahul Tank
a2c5d88320
Merge branch 'fix/connect_gap_event_status_handling_v5.5' into 'release/v5.5'
...
fix(nimble): Fixed incorrect HCI status in connect event (v5.5)
See merge request espressif/esp-idf!41880
2025-09-17 13:50:00 +05:30
Zhou Xiao
727224920c
fix(ble): fixed ble log config for ESP32-C3/ESP32-S3
2025-09-16 22:48:11 +08:00
Zhou Xiao
2d83b8f422
feat(ble): supported ble log v2 for ESP32
2025-09-16 19:07:49 +08:00
Zhou Xiao
85d2c81f70
feat(ble): supported ble log v2 for ESP32-C3/ESP32-S3
2025-09-16 19:07:49 +08:00
Zhou Xiao
8e1b0c23a7
feat(ble): supported ble log v2 for ESP32-C5
2025-09-16 19:07:49 +08:00
Zhou Xiao
49bcc44e76
feat(ble): supported ble log v2 for ESP32-C2
2025-09-16 19:07:49 +08:00
Zhou Xiao
954e370bc0
feat(ble): supported ble log v2 for ESP32-H2
2025-09-16 19:07:49 +08:00
Zhou Xiao
67a511abc6
feat(ble): supported ble log v2 for ESP32-C6
2025-09-16 19:07:49 +08:00
Zhou Xiao
bc5b61b56c
fix(ble): fixed ble log v2 configuration issues
2025-09-16 19:07:45 +08:00
LiPeng
08b798afa5
fix(bt): fixed sw_intr issue with BT register or trigger error core on ESP32
2025-09-15 19:15:21 +08:00
Astha Verma
cc0efd88c0
fix(nimble): Fixed incorrect HCI status in connect event
2025-09-15 10:59:12 +05:30
Rahul Tank
2550e531d1
fix(nimble): Fixed reattempt count handling for perdiodic adv
2025-09-10 18:52:09 +05:30
Island
6b7d55aeba
Merge branch 'feat/support_blufi_adv_with_name_v5.5' into 'release/v5.5'
...
feat(bt/blufi): Support Blufi start advertising with specified name (v5.5)
See merge request espressif/esp-idf!41338
2025-09-04 12:02:40 +08:00
Island
ba4300c226
Merge branch 'feat/support_cble50y24_108_v5.5' into 'release/v5.5'
...
Support multi-connection optimization and examples on Bluedroid (v5.5)
See merge request espressif/esp-idf!41200
2025-09-04 12:02:33 +08:00
Island
e45ab3764f
Merge branch 'feat/ble_log_v2_v5.5' into 'release/v5.5'
...
feat(ble): refactored ble log module with layered design (v5.5)
See merge request espressif/esp-idf!41659
2025-09-03 14:18:11 +08:00
Jiang Jiang Jian
326f10b89f
Merge branch 'opt/opt_ble_stability_v5.5' into 'release/v5.5'
...
Improve ESP32 stability and security (v5.5)
See merge request espressif/esp-idf!41548
2025-09-02 14:34:45 +08:00
Wang Meng Yang
eef2fef386
Merge branch 'bugfix/check_bd_addr_only_for_bredr_v5.5' into 'release/v5.5'
...
fix(bt): check bd address only for bredr in bluedroid host l2cu_allocate_lcb() (v5.5)
See merge request espressif/esp-idf!41361
2025-09-02 14:07:39 +08:00
Island
7d73f5edc6
Merge branch 'change/ble_update_lib_20250814_v5.5' into 'release/v5.5'
...
change(ble): [AUTO_MR] 20250814 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!41372
2025-09-02 12:52:26 +08:00
Jiang Jiang Jian
87793a2a21
Merge branch 'bugfix/fix_bt_security_v5.5' into 'release/v5.5'
...
fix(bt/bluedroid): Prevent out-of-bounds access and add type check when resolving EIR data (v5.5)
See merge request espressif/esp-idf!41397
2025-09-01 14:46:22 +08:00
Zhou Xiao
8f6e654773
feat(ble): refactored ble log module with layered design
...
(cherry picked from commit 797a0c4e6eafaf6164e0f9c34f3867a46733924c)
Co-authored-by: Zhou Xiao <zhouxiao@espressif.com >
2025-09-01 13:13:49 +08:00
liqigan
d1b727b564
fix(bt/controller): Fixed some controller bugs
2025-08-27 11:08:50 +08:00
JinCheng
86a9b4ff9e
fix(bt/controller): fixed some controller bugs
2025-08-27 11:08:36 +08:00
Zhang Hai Peng
3b95b50703
fix(bt): Update esp32 libbtdm_app.a (f1dc7d8)
...
- Improve ESP32 stability and security
(cherry picked from commit 8ec541023684d33b498fa21c5b4724bce748aa7b)
Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com >
2025-08-26 21:53:36 +08:00
Rahul Tank
c8b67b732c
fix(nimble): Add code to post connection failure
...
In event of a corner case, where connection is not completed,
connection reattempt is disabled, so need to post connection
failure event to application to make it aware of the failure
2025-08-26 17:36:01 +05:30
Shen Weilong
191a231e37
fix(ble): Invoke ble_transport_ll_init after ble_transport_hs_init for nimble
2025-08-26 17:35:28 +05:30