Commit Graph

1267 Commits

Author SHA1 Message Date
zhiweijian
b9a200f6b0 fix(ble/bluedroid): Replaced the psa_ api with the mbedtls_ api 2026-01-06 20:52:26 +08:00
zhiweijian
7548eab182 feat(ble/bluedroid): Support bluedroid encrypted advertising data 2026-01-06 20:52:16 +08:00
Wang Meng Yang
35da77d466 Merge branch 'refactor/split_a2dp_sink_v5.2' into 'release/v5.2'
refactor(examples/classic_bt): Split a2dp_sink example(v5.2)

See merge request espressif/esp-idf!44528
2025-12-26 21:26:09 +08:00
Island
edf3fb578d Merge branch 'fix/add_soc_caps_for_pawr_feat_v5.2' into 'release/v5.2'
fix(ble): add soc caps feat for PAwR (v5.2)

See merge request espressif/esp-idf!44147
2025-12-26 14:21:28 +08:00
yangfeng
040d4b948b refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples 2025-12-25 11:08:30 +08:00
yangfeng
898c087e51 docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
2025-12-25 11:08:30 +08:00
yangfeng
2f794197c9 refactor: Refactor the example of the coexistence of A2DP sink and GATT service 2025-12-25 11:08:02 +08:00
yangfeng
52e364f346 refactor(examples/classic_bt): Refactor A2DP sink and AVRCP examples
- Add avrcp_ct_metadata example
- Add avrcp_absolute_volume example
- Add the example components about common code for a2dp sink and avrcp
2025-12-25 11:07:55 +08:00
Rahul Tank
05aafb604d feat(nimble): Add support for static passkey 2025-12-22 21:19:18 +05:30
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
Jin Chen
f80ec2cfcb fix(ble): add soc caps config for pawr feat on ESP32H2
(cherry picked from commit 2eb79c71f1)

Co-authored-by: cjin <jinchen@espressif.com>
2025-12-15 11:39:39 +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