Rahul Tank
7a876031e1
Merge branch 'bugfix/re_organize_nimble_kconfig' into 'master'
...
fix(nimble): Declutter the nimble menu config options
Closes BLERP-2227
See merge request espressif/esp-idf!41829
2025-10-01 16:28:31 +05:30
Rahul Tank
9ba0b373bd
Merge branch 'bugfix/fix_ext_adv_data_reattempt' into 'master'
...
fix(nimble): Avoid ext adv data in reattempt advertising
Closes BLERP-2234
See merge request espressif/esp-idf!41789
2025-10-01 09:32:41 +05:30
Rahul Tank
303d9b0624
fix(nimble): Declutter the nimble menu config options
2025-09-30 14:38:31 +05:30
Island
33321e59b1
Merge branch 'opt/opt_ble_log' into 'master'
...
feat(ble/bluedroid): Added BLE debug LOG for bluedroid
Closes BLERP-2258
See merge request espressif/esp-idf!41567
2025-09-28 19:18:03 +08:00
Jiang Jiang Jian
bdda8300d4
Merge branch 'bugfix/dont_use_flexible_arr_in_union' into 'master'
...
fix(bluedroid): removed the code relying on compiler-specific extension for FAM in union
Closes BT-4126
See merge request espressif/esp-idf!42236
2025-09-28 17:40:22 +08:00
Jin Cheng
ac2be3a58e
fix(bt/controller): fixed the sniff anchor point can be mismatch from central and peripheral
2025-09-28 11:33:25 +08:00
JinCheng
5a6193ae14
fix(bluedroid): removed the code relying on compiler-specific extension for FAM in union
2025-09-27 11:28:54 +08:00
zhanghaipeng
45775a3e35
feat(ble/bluedroid): Added BLE debug LOG for bluedroid
2025-09-26 20:10:32 +08:00
Island
76b28d8257
Merge branch 'feat/support_blecrt_489' into 'master'
...
feat(ble/bluedroid): Added API to set channel map for scanning
Closes BLERP-2204
See merge request espressif/esp-idf!41681
2025-09-26 14:36:58 +08:00
Island
9fe51958ae
Merge branch 'change/ble_update_lib_20250925' into 'master'
...
change(ble): [AUTO_MR] 20250925 - Update ESP BLE Controller Lib
Closes BLERP-1350, BLERP-2254, BLERP-2253, BLERP-2271, BLERP-2223, BLERP-2221, BLERP-2269, BLERP-2224, BLERP-2213, BLERP-2226, BLERP-2225, and BLERP-2222
See merge request espressif/esp-idf!42158
2025-09-26 10:41:41 +08:00
zwl
4d2d49f736
change(ble): [AUTO_MR] Update lib_esp32c2 to aabb0f68
2025-09-25 12:49:36 +08:00
zwl
810d7e0ec7
change(ble): [AUTO_MR] Update lib_esp32c6 to f0e815be
2025-09-25 12:49:36 +08:00
zwl
c99ebc69c4
change(ble): [AUTO_MR] Update lib_esp32c5 to f0e815be
2025-09-25 12:49:36 +08:00
zwl
0b203abf4b
change(ble): [AUTO_MR] Update lib_esp32h2 to f0e815be
2025-09-25 12:49:36 +08:00
JinCheng
075ed218ca
fix(bt/bluedroid): fixed potential OOB in Bluedroid
2025-09-25 10:20:10 +08:00
Rahul Tank
19176ee11d
fix(nimble): Avoid ext adv data in reattempt advertising
2025-09-24 09:28:21 +05:30
Rahul Tank
b722615489
Merge branch 'feat/separate_indicate' into 'master'
...
fix(nimble): Added code to handle sending indicate
See merge request espressif/esp-idf!41632
2025-09-24 09:08:56 +05:30
Rahul Tank
4e8b48e677
fix(nimble): Added code to handle sending indicate
2025-09-22 21:48:51 +05:30
chenjianhua
fd4bb69357
feat(ble/bluedroid): Added API to set channel map for scanning
2025-09-23 00:05:48 +08:00
luoxu
eece778e55
feat(ble): Support ble log compression(draft)
2025-09-22 17:09:58 +08:00
Marius Vikhammer
33f92c8fc8
Merge branch 'change/disable_assert_ndebug_eval_by_default' into 'master'
...
change(newlib): COMPILER_ASSERT_NDEBUG_EVALUATE default value changed to 'n'
Closes IDFGH-479 and IDF-10857
See merge request espressif/esp-idf!40295
2025-09-22 13:10:15 +08:00
cjin
41ecf44cb3
feat(ble): get wakeup cause when wake up on ESP32-H2
2025-09-19 16:47:57 +08:00
cjin
470e02ea6b
feat(ble): get wakeup cause when wake up on ESP32-C5
2025-09-19 16:47:45 +08:00
cjin
622b7cf425
feat(ble): get wakeup cause when wake up on ESP32-C6
2025-09-19 16:47:35 +08:00
cjin
6ae338de34
feat(ble): get wakeup cause when wake up on ESP32-C2
2025-09-19 16:47:18 +08:00
Marius Vikhammer
484d2c5c2f
fix(system): fixed issues with unused variable warnings when compiling with NDEBUG
2025-09-19 15:42:07 +08:00
Zhou Xiao
a56e7df710
change(ble): [AUTO_MR] Update lib_esp32c2 to 58398575
2025-09-19 11:22:44 +08:00
Zhou Xiao
26dcd59599
change(ble): [AUTO_MR] Update lib_esp32c6 to 390a8efd
2025-09-19 11:22:44 +08:00
Zhou Xiao
b75f862797
change(ble): [AUTO_MR] Update lib_esp32c5 to 390a8efd
2025-09-19 11:22:44 +08:00
Zhou Xiao
a7b87fe832
change(ble): [AUTO_MR] Update lib_esp32h2 to 390a8efd
2025-09-19 11:22:44 +08:00
Rahul Tank
d84d8ab1e1
Merge branch 'fix/connect_gap_event_status_handling' into 'master'
...
fix(nimble): Fixed incorrect HCI status in connect event
See merge request espressif/esp-idf!41847
2025-09-17 13:47:03 +05:30
Wang Meng Yang
c0667e61fd
Merge branch 'bugfix/fix_bt_coverity' into 'master'
...
bugfix: Fix array compared against 0 in btc_manage.c and the issue of uninitialized pointer reading in coexist_printf
Closes IDF-13868
See merge request espressif/esp-idf!41455
2025-09-17 11:03:30 +08:00
Island
d883eaa2c1
Merge branch 'fix/fix_ble_log_config_for_esp32c3' into 'master'
...
fix(ble): fixed ble log config for ESP32-C3/ESP32-S3
See merge request espressif/esp-idf!41949
2025-09-17 10:58:23 +08:00
Island
a3b8073d96
Merge branch 'change/ble_update_lib_20250828' into 'master'
...
change(ble): [AUTO_MR] 20250828 - Update ESP BLE Controller Lib
Closes BLERP-2183, BLERP-2083, BLERP-2195, and BLERP-2196
See merge request espressif/esp-idf!41601
2025-09-17 10:33:14 +08:00
Zhou Xiao
4247876b36
fix(ble): fixed ble log config for ESP32-C3/ESP32-S3
2025-09-16 20:18:22 +08:00
yangfeng
4e39ac7d49
fix(bt/btc): Fix array compared against 0 in btc_manage.c
2025-09-16 17:10:36 +08:00
Zhou Xiao
10649fddc5
feat(ble): supported ble log v2 for ESP32
2025-09-16 14:43:07 +08:00
Zhou Xiao
1edaf8ebc1
feat(ble): supported ble log v2 for ESP32-C3/ESP32-S3
2025-09-16 14:43:03 +08:00
Zhou Xiao
66504599ba
feat(ble): supported ble log v2 for ESP32-C5
2025-09-16 14:31:36 +08:00
Zhou Xiao
4a408af219
feat(ble): supported ble log v2 for ESP32-C2
2025-09-16 14:31:36 +08:00
Zhou Xiao
6758a47044
feat(ble): supported ble log v2 for ESP32-H2
2025-09-16 14:31:36 +08:00
Zhou Xiao
a9a7677ea8
feat(ble): supported ble log v2 for ESP32-C6
2025-09-16 14:31:36 +08:00
Zhou Xiao
d8a62a827d
fix(ble): fixed ble log v2 configuration issues
2025-09-16 14:31:32 +08:00
zwl
fc293cf672
fix(ble): update ext_version on ESP32-C5
2025-09-16 00:06:40 +08:00
zwl
b091ec843c
fix(ble): update ext_version on ESP32-H2
2025-09-16 00:06:40 +08:00
zwl
3558f20a4e
fix(ble): update ext_version on ESP32-C6
2025-09-16 00:06:40 +08:00
zwl
0ec2a92d79
change(ble): [AUTO_MR] Update lib_esp32c2 to e08d6058
2025-09-16 00:06:40 +08:00
zwl
32a510900c
change(ble): [AUTO_MR] Update lib_esp32c6 to 000475d3
2025-09-16 00:06:40 +08:00
zwl
77cf75ed53
change(ble): [AUTO_MR] Update lib_esp32c5 to 000475d3
2025-09-16 00:06:40 +08:00
zwl
141362fe48
change(ble): [AUTO_MR] Update lib_esp32h2 to 000475d3
2025-09-16 00:06:40 +08:00