Commit Graph

1257 Commits

Author SHA1 Message Date
Island
e483933a71 Merge branch 'bugfix/fix_ble_security_issue_2025_v5.2' into 'release/v5.2'
Fix potential CVE-2024-0039 out-of-bounds write in attp_build_value_cmd (v5.2)

See merge request espressif/esp-idf!43804
2025-12-18 10:56:18 +08:00
Zhang Hai Peng
cd670b87a5 fix(ble/bluedroid): Add bounds check in ble_ancs example
(cherry picked from commit 7e876249df)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-12 20:54:02 +08:00
Chen Yudong
844f5ce69a ci: rename wifi_two_dut to two_duts 2025-12-03 19:00:23 +08:00
Zhang Hai Peng
634ad6387d fix(ble/bluedroid): Fix VLA in a2dp_gatts_coex example
(cherry picked from commit e741f09e0f)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:53:51 +08:00
Zhang Hai Peng
64ca58dcf3 fix(ble/bt): Add NULL check in esp_hid_device example
(cherry picked from commit 8e0f74a2cc)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:53:48 +08:00
Zhang Hai Peng
2da49dff69 fix(ble/bt): Add NULL check in esp_hid_host example
(cherry picked from commit 8b5dd75368)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:53:47 +08:00
Zhang Hai Peng
a1d38ce9bf fix(ble/blufi): Add DH param length validation
(cherry picked from commit 773814c087)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:53:47 +08:00
Zhang Hai Peng
6d35c3e24c fix(ble/bluedroid): Fix memory leak in ble_spp_server example
(cherry picked from commit b6b3b81bf6)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:53:46 +08:00
Zhang Hai Peng
0814444e0a fix(ble/bluedroid): Use calloc in gatt_server example
(cherry picked from commit e26b60090d)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:53:46 +08:00
Zhang Hai Peng
84f594750c fix(ble/bluedroid): Use snprintf in ble_eddystone example
(cherry picked from commit 24e023e307)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-12-03 11:53:46 +08:00
Island
b65b03cf7a Merge branch 'feature/extend_h2_conon_num_to_70_v5.2' into 'release/v5.2'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.2)

See merge request espressif/esp-idf!43832
2025-12-02 16:38:24 +08:00
Luo Xu
8e151eca2e fix(ble_mesh): add proper memory cleanup in composition data parsing
(cherry picked from commit a45bb6c5da)

Co-authored-by: luoxu <luoxu@espressif.com>
2025-11-28 17:43:39 +08:00
Shen Wei Long
f21dd4725e change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2
(cherry picked from commit cd33f13521)

Co-authored-by: ShenWeilong <shenweilong@espressif.com>
2025-11-28 09:06:09 +00:00
Island
a439bbd76c Merge branch 'feat/support_bhost2025_44_v5.2' into 'release/v5.2'
feat(ble/bluedroid): Add more debug log for bluedroid (v5.2)

See merge request espressif/esp-idf!43363
2025-11-26 18:02:57 +08:00
Wang Meng Yang
87faf0c303 Merge branch 'bugfix/bt_idf_ci_v5.2' into 'release/v5.2'
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT (v5.2)

See merge request espressif/esp-idf!43606
2025-11-24 14:06:01 +08:00
yangfeng
d07513df16 fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT 2025-11-21 19:35:48 +08:00
yangfeng
d36bef0eac fix(bt/example): Fixed hf_ag build error 2025-11-21 13:33:00 +08:00
Rasmus Buurman
e55e2dd03a fix(examples): Fix typos in NimBLE example comments 2025-11-05 11:10:00 +05:30
Rahul Tank
b89bf2dcc6 fix(nimble): Address compilation issues in nimble examples 2025-10-29 21:17:39 +05:30
xiongweichao
458913743e fix(ble): fix ci power save test connection failure 2025-10-21 19:09:10 +08:00
Jin Chen
99cef53f59 fix(ble): update the example docs for pawr
(cherry picked from commit 164fec9e74)

Co-authored-by: cjin <jinchen@espressif.com>
2025-10-16 20:13:21 +08:00
Jiang Jiang Jian
083e2bb56a Merge branch 'bugfix/bt_idf_ci_v5.2' into 'release/v5.2'
fix(example/classic_bt): Fix the potential stack overflow tasks (v5.2)

See merge request espressif/esp-idf!42519
2025-10-16 13:56:09 +08:00
Rahul Tank
fa6bb99bb0 fix(nimble): Added CS service support 2025-10-14 21:36:11 +05:30
yangfeng
aea9cb9cd9 fix(example/classic_bt): Fix potential stack overflow tasks 2025-10-14 16:27:29 +08:00
Rahul Tank
d709f10701 feat(nimble): Base support for Channel sounding HCI command and events 2025-10-14 12:42:02 +05:30
yangfeng
36fac54400 fix(example/classic_bt): Fix the stack overflow of the SPPAppT and mouse_move_task tasks 2025-10-10 16:14:30 +08:00
Zhao Wei Liang
b86ac43eb8 feat(ble): add console command to get dtm rx rssi in hci example
(cherry picked from commit c58f07ed1e)

Co-authored-by: zwl <zhaoweiliang@espressif.com>
2025-10-10 09:53:03 +08:00
Jiang Jiang Jian
9599b68578 Merge branch 'feat/uart_dma_support_v5.2' into 'release/v5.2'
feat(uart): uart dma support for internal usage on v5.2

See merge request espressif/esp-idf!41671
2025-10-09 10:53:45 +08:00
Jiang Jiang Jian
b4d9eb847f Merge branch 'fix/uninited_local_var_in_nimble_example_v5.2' into 'release/v5.2'
fix(ble): init return code in nimble example (v5.2)

See merge request espressif/esp-idf!41809
2025-10-09 10:51:36 +08:00
Rahul Tank
26c3eec102 Merge branch 'bugfix/re_organize_nimble_kconfig_v5.2' into 'release/v5.2'
fix(nimble): Declutter the nimble menu config options (v5.2)

See merge request espressif/esp-idf!42305
2025-10-06 16:28:34 +05:30
Rahul Tank
df1474a8f0 fix(nimble): Declutter the nimble menu config options 2025-09-30 15:01:29 +05:30
Rahul Tank
41c03bd563 fix(nimble): Add Tx power information in adv data 2025-09-25 12:25:25 +05:30
Shreeyash
9226316bfc fix(nimble): Restructure the table in README.md file 2025-09-25 12:24:42 +05:30
C.S.M
7d3447ad48 feat(uhci): Add uhci (uart-dma) support on current chips 2025-09-25 10:48:31 +08:00
Zhou Xiao
85a67c6ea1 fix(ble): init return code in nimble example
* Closes https://github.com/espressif/esp-idf/issues/17547


(cherry picked from commit 916f87b333)

Co-authored-by: Zhou Xiao <zhouxiao@espressif.com>
2025-09-10 21:13:24 +08:00
Jiang Jiang Jian
c91db96ce5 Merge branch 'fix/adding_missing_apis_nimble_v5.2' into 'release/v5.2'
fix(nimble): Added helper APIs in NimBLE (v5.2)

See merge request espressif/esp-idf!40931
2025-08-22 15:46:49 +08:00
Island
53dfc861d9 Merge branch 'bugfix/ble_enhanced_security_v2_v5.2' into 'release/v5.2'
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data (v5.2)

See merge request espressif/esp-idf!41304
2025-08-20 11:18:12 +08:00
Astha Verma
0de8f8d891 fix(nimble): Added missing api in nimble which present in bluedroid 2025-08-19 12:32:03 +05:30
Chen Jian Hua
c693664382 feat(bt/blufi): Support Blufi start advertising with specified name
(cherry picked from commit ea8bcdc360)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-08-18 14:54:42 +08:00
Zhang Hai Peng
f76024c7e7 fix(ble/bluedroid): Update Gatt_Server_Service_Table_Example_Walkthrough.md
(cherry picked from commit 6b360dacf6)

Co-authored-by: Cody <codyhubman4@gmail.com>
2025-08-15 14:53:39 +08:00
Zhang Hai Peng
6f4c3126a1 fix(ble/bluedroid): Fixed the problem of macro definition error
(cherry picked from commit 6b212c7d47)

Co-authored-by: BLKDASH <128231495+BLKDASH@users.noreply.github.com>
2025-08-15 14:53:36 +08:00
Chen Jian Hua
add648978a feat(ble/bluedroid): Added BLE multiple connections examples
(cherry picked from commit b8996f3953)

Co-authored-by: chenjianhua <chenjianhua@espressif.com>
2025-08-12 21:33:34 +08:00
JinCheng
9841fe52a0 fix(bt/bluedroid): safe string returns and cleanups for bt_discovery example 2025-07-31 21:10:10 +08:00
Nikheel Savant
6477c1550d fix(bt/bluedroid): safe string returns and cleanups 2025-07-31 21:10:10 +08:00
Zhang Hai Peng
8713112733 fix(ble/bluedroid): set sec_conn only on successful pairing in ble_hid_device_demo
(cherry picked from commit 50fe55ca59)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-07-29 21:53:25 +08:00
Geng Yu Chao
18e38824d8 feat(ble): Add Bluetooth LE CTE connectionless AoA/AoD examples
(cherry picked from commit d8631ed3db)

Co-authored-by: Geng Yuchao <gengyuchao@espressif.com>
2025-06-25 12:04:36 +08:00
Astha Verma
304a10e1e9 fix(nimble): Added parameter in peer_init for included service allocation 2025-06-17 11:59:38 +05:30
Rahul Tank
ff55478e3f Merge branch 'bugfix/pawr_sync_v5.2' into 'release/v5.2'
fix(nimble): memset the sync structs to prevent uncertainty for ext_adv reports (v5.2)

See merge request espressif/esp-idf!39718
2025-06-13 15:25:20 +05:30
Rahul Tank
eaededdb86 Merge branch 'feat/ram_optimization_v5.2' into 'release/v5.2'
fix(nimble): Add support to minimize ram consumption (v5.2)

See merge request espressif/esp-idf!39621
2025-06-12 20:23:58 +05:30
xiongweichao
a6834af93f feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP 2025-06-09 02:56:36 +00:00