Island
664882084c
Merge branch 'feat/ble_mesh_lib_log_output_opt_v5.5' into 'release/v5.5'
...
feat(ble_mesh): add ext log initialization functions (v5.5)
See merge request espressif/esp-idf!43756
2026-01-05 17:59:40 +08:00
Island
4b8027b8e8
Merge branch 'fix/ble_mesh_cpp_compile_issue_v5.5' into 'release/v5.5'
...
fix(ble_mesh): resolve C++ compilation issue in net.h (v5.5)
See merge request espressif/esp-idf!43436
2026-01-05 17:59:30 +08:00
Island
1552633607
Merge branch 'fix/ble_mesh_trans_enh_seg_rpl_v5.5' into 'release/v5.5'
...
fix(ble_mesh): fixed incorrect rpl behavior in transport enh (v5.5)
See merge request espressif/esp-idf!44388
2026-01-05 17:59:20 +08:00
zhiweijian
a48590a9f4
fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api
2026-01-05 11:23:31 +08:00
zhiweijian
fe7b658652
feat(ble/bluedroid): Support bluedroid encrypted advertising data
2026-01-05 10:49:16 +08:00
zhiweijian
6b754fbfcf
feat(ble/bluedroid): Move the TinyCrypt and mbedTLS configuration items to the bt common path
2026-01-05 10:48:56 +08:00
zhiweijian
c04036d6bf
feat(ble/bluedroid): Supported Bludroid host encryption using TinyCrypt
2026-01-05 10:48:45 +08:00
zhiweijian
1906584c89
feat(ble/bluedroid): Supported Bludroid host encryption using mbedtls
2026-01-05 10:48:32 +08:00
Island
e4d066cea1
Merge branch 'change/ble_update_lib_20251202_v5.5' into 'release/v5.5'
...
change(ble): [AUTO_MR] 20251202 - Update ESP BLE Controller Lib (v5.5)
See merge request espressif/esp-idf!44019
2026-01-05 10:25:18 +08:00
zhanghaipeng
f1f1392a4d
fix(ble/bluedroid): Fix array index in set_periodic_adv_subevt_data
2026-01-05 10:20:05 +08:00
zhanghaipeng
1c56fad5d0
fix(ble/bluedroid): Remove duplicate filter_policy in ext_conn_v2 HCI cmd
2026-01-05 10:19:53 +08:00
zhanghaipeng
9825b32ce2
fix(ble/bluedroid): Fix heap buffer overflow in BTC_GAP_BLE_SET_PA_SUBEVT_DATA deep copy
2026-01-05 10:19:41 +08:00
Zhi Wei Jian
267368bbcc
fix(ble/bluedroid): optimize bluedroid some code
...
(cherry picked from commit 6b09de6dbf4039b1e489aff6869ce40ee70de3a3)
Co-authored-by: zhiweijian <zhiweijian@espressif.com >
2026-01-05 10:07:28 +08:00
Chen Jian Hua
d76ad391ec
feat(bt): Update bt lib for ESP32-C3 and ESP32-S3(1bb2f50)
...
- Support fixed log id for log compression
- Support parsing log with synced timestamp
(cherry picked from commit 2ccf3123739bb1d68fc3ba3d43e54dd859da7fab)
Co-authored-by: chenjianhua <chenjianhua@espressif.com >
2026-01-05 09:33:22 +08:00
Luo Xu
777ec2c2b5
fix(ble_mesh): add type casting for adv data pointer
...
(cherry picked from commit e4f514ae108538050ff393eb961c1bb0adf8bdac)
Co-authored-by: luoxu <luoxu@espressif.com >
2026-01-05 00:05:42 +08:00
Luo Xu
6fea5c66ed
fix(ble_mesh): resolve C++ compilation issue in net.h
...
Closes https://github.com/espressif/esp-idf/issues/17868
(cherry picked from commit 7ae9d8deb641c3f9f14ea7bcda64ecf6da581436)
Co-authored-by: luoxu <luoxu@espressif.com >
2026-01-05 00:05:42 +08:00
luoxu
97d4a47996
feat(ble_mesh): update lib commit to 4446669404
2026-01-05 00:05:37 +08:00
Luo Xu
5822673729
feat(ble_mesh): add ext log initialization functions
...
(cherry picked from commit 7b7b9de28d2ba5c2ec3cb4930ec3cde5066e7eb9)
Co-authored-by: luoxu <luoxu@espressif.com >
2026-01-05 00:05:37 +08:00
Luo Xu
07d4db1726
fix(ble_mesh): fixed incorrect rpl behavior in transport enh
...
(cherry picked from commit 29a722296f6de31cb96e47f8771dac7319fdb6dd)
Co-authored-by: luoxu <luoxu@espressif.com >
2026-01-05 00:05:31 +08:00
luoxu
923033ce6d
feat(ble_mesh): fix issues with advtypes
2026-01-05 00:05:26 +08:00
luoxu
ca408103fa
fix(ble_mesh): Fix start callback timing when GATT and ADV bearers coexist
...
Add BLE_MESH_SEND_START_CB macro to ensure start callback is called
exactly once when both GATT and ADV bearers are used.
2026-01-05 00:05:26 +08:00
Luo Xu
e703935a89
feat(ble_mesh): update ble mesh multi connections config
...
(cherry picked from commit b63a0c2b78edb8cea296a7160266966b75307456)
Co-authored-by: luoxu <luoxu@espressif.com >
2026-01-05 00:05:26 +08:00
Luo Xu
314fa586f5
fix(ble_mesh): eliminate deprecated warning for mbt
...
(cherry picked from commit b9d834edc70ac868e48c9df0f827240e93b4cd17)
Co-authored-by: luoxu <luoxu@espressif.com >
2026-01-05 00:04:58 +08:00
Luo Xu
2507849b6a
feat(ble_mesh): adapt blob cli&srv to long packet
...
(cherry picked from commit a232b7c7af2672e0c3fecd7848824c39b3edbe63)
Co-authored-by: luoxu <luoxu@espressif.com >
2026-01-05 00:04:42 +08:00
yangfeng
ad4943ee24
fix(bt/example): Fixed hf_ag build error
2026-01-04 18:57:46 +08:00
chenjianhua
8d9343f807
fix(bt/bluedroid): Fixed memory debug error
2026-01-04 18:57:46 +08:00
chenjianhua
027290be82
feat(ble/bluedroid): Add more debug log for bluedroid
2026-01-04 18:57:46 +08:00
chenjianhua
1de00c8ac9
fix(ble/bluedroid): Fixed GATT response timeout setting
2026-01-04 18:57:46 +08:00
Island
f19e48ad97
Merge branch 'feat/ble_log_compression_modularized_v5.5' into 'release/v5.5'
...
refactor(ble): modularize compressed log scripts for better maintainability (v5.5)
See merge request espressif/esp-idf!43551
2026-01-04 17:57:23 +08:00
Chen Chen
f0ea86592c
fix(isp): Added subwindow configuration for AWB
2026-01-04 17:56:02 +08:00
zhaoweiliang
823ebb1ce3
fix(ble): fixed build error on ESP32-C5
2026-01-04 15:49:01 +08:00
zhaoweiliang
86613d225f
fix(ble): fixed build error on ESP32-C6
2026-01-04 15:49:01 +08:00
zhaoweiliang
e047f40baa
change(ble): [AUTO_MR] Update lib_esp32c6 to 2406161c
2026-01-04 15:49:01 +08:00
zhaoweiliang
9a7d360faa
change(ble): [AUTO_MR] Update lib_esp32c5 to 2406161c
2026-01-04 15:49:01 +08:00
zhaoweiliang
3d45deb23a
change(ble): [AUTO_MR] Update lib_esp32h2 to 2406161c
2026-01-04 15:49:01 +08:00
zhaoweiliang
80b7c2b0f1
feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-C5
2026-01-04 15:47:48 +08:00
zhaoweiliang
0b89e031d8
feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-C6
2026-01-04 15:47:48 +08:00
zhaoweiliang
eefc31f4ae
feat(ble): add CONFIG_BT_LE_CTRL_DL_ITVL_PHY_SYNC_EN config on ESP32-H2
2026-01-04 15:47:30 +08:00
zhaoweiliang
fb5882d86c
change(ble): [AUTO_MR] Update lib_esp32c6 to faf10639
2026-01-04 15:47:06 +08:00
zhaoweiliang
4eb392586f
change(ble): [AUTO_MR] Update lib_esp32c5 to faf10639
2026-01-04 15:46:55 +08:00
zhaoweiliang
c42a382a70
change(ble): [AUTO_MR] Update lib_esp32h2 to faf10639
2026-01-04 15:46:38 +08:00
Zhao Wei Liang
a7597ac11e
fix(ble): fixed the assert issue when using tinycrypt on ESP32-C2
...
(cherry picked from commit ac5d14d9544a596fc600993e4e0783d3987b64d7)
Co-authored-by: zhaoweiliang <zhaoweiliang@espressif.com >
2026-01-04 15:41:01 +08:00
Rahul Tank
516e2efd8c
Merge branch 'feat/add_local_irk_command_v5.5' into 'release/v5.5'
...
feat(nimble): Support for getting the local IRK and Identity Address (v5.5)
See merge request espressif/esp-idf!44543
2026-01-04 12:51:25 +05:30
zhangyanjiao
801c1cab77
fix(wifi/espnow): fixed the espnow set peer rate memory leak
2026-01-04 14:17:17 +08:00
liqigan
b97da17ceb
fix(bt/controller): Fixed hci connection request event filter bug
2026-01-04 12:21:04 +08:00
zhanghaipeng
9b0f6330e8
fix(bt): Update esp32 libbtdm_app.a (15a18b1a)
...
- fix(ble): fixed BLE enable scan timeout
- fix(ble): fixed crash in "btdm_controller_task"
2026-01-04 12:21:04 +08:00
Wang Meng Yang
7c18387110
Merge branch 'refactor/split_a2dp_sink_v5.5' into 'release/v5.5'
...
refactor(examples/classic_bt): Split a2dp_sink example(v5.5)
See merge request espressif/esp-idf!44531
2026-01-04 11:59:31 +08:00
Wang Meng Yang
f56bea3d1f
Merge branch 'bugfix/a2dp_reg_sep_v5.5' into 'release/v5.5'
...
fix(bt/bluedroid): Fix index boundary check and function return in SEP registration(v5.5)
See merge request espressif/esp-idf!44683
2026-01-04 11:54:54 +08:00
armando
502a10b5dc
ci: enable isp default tests
2026-01-04 11:51:50 +08:00
armando
874f7c4f34
fix(isp): fix isp rev012 build
2026-01-04 11:51:42 +08:00