yangfeng
|
76a279798d
|
refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples
|
2025-12-25 11:01:59 +08:00 |
|
yangfeng
|
9bd5f968bf
|
docs: Add explanations for the A2DP sink stream and AVRCP examples
- Modify the path of A2DP sink example
|
2025-12-25 11:01:59 +08:00 |
|
yangfeng
|
41ee112dc1
|
refactor: Refactor the example of the coexistence of A2DP sink and GATT service
|
2025-12-25 11:01:53 +08:00 |
|
yangfeng
|
3298da92e1
|
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 10:59:57 +08:00 |
|
Rahul Tank
|
8eea019697
|
feat(nimble): Add support for static passkey
|
2025-12-22 21:17:50 +05:30 |
|
Island
|
87157acc06
|
Merge branch 'bugfix/fix_ble_security_issue_2025_v5.3' into 'release/v5.3'
Fix potential CVE-2024-0039 out-of-bounds write in attp_build_value_cmd (v5.3)
See merge request espressif/esp-idf!43805
|
2025-12-18 10:56:22 +08:00 |
|
Zhang Hai Peng
|
17174fd729
|
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:56:25 +08:00 |
|
yangfeng
|
12ea0d186b
|
fix(bt/example): Fixed hf_ag build error
|
2025-12-09 14:21:58 +08:00 |
|
Chen Yudong
|
164cfba69d
|
ci: rename wifi_two_dut to two_duts
|
2025-12-03 12:34:10 +08:00 |
|
Zhang Hai Peng
|
a19f21b7ba
|
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:54:02 +08:00 |
|
Zhang Hai Peng
|
70e75d7b63
|
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:54:00 +08:00 |
|
Zhang Hai Peng
|
667c4769fc
|
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:54:00 +08:00 |
|
Zhang Hai Peng
|
0406ad7c7d
|
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:59 +08:00 |
|
Zhang Hai Peng
|
cee1c04124
|
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:59 +08:00 |
|
Zhang Hai Peng
|
580d49365f
|
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:56 +08:00 |
|
Zhang Hai Peng
|
cb9c6ee858
|
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:56 +08:00 |
|
Island
|
563f462986
|
Merge branch 'feature/extend_h2_conon_num_to_70_v5.3' into 'release/v5.3'
change(ble): Updated the maximum number of concurrent connections to 70 on ESP32-H2 (v5.3)
See merge request espressif/esp-idf!43833
|
2025-12-02 16:38:16 +08:00 |
|
Luo Xu
|
65c98b699c
|
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:42 +08:00 |
|
Shen Wei Long
|
2c7966ea9c
|
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:11 +00:00 |
|
Wang Meng Yang
|
235c50f345
|
Merge branch 'bugfix/bt_idf_ci_v5.3' into 'release/v5.3'
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT (v5.3)
See merge request espressif/esp-idf!43605
|
2025-11-24 14:06:26 +08:00 |
|
yangfeng
|
18c3237449
|
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT
|
2025-11-21 19:33:08 +08:00 |
|
Rasmus Buurman
|
23b351acdf
|
fix(examples): Fix typos in NimBLE example comments
|
2025-11-11 11:39:54 +05:30 |
|
Rahul Tank
|
3591e526f0
|
fix(nimble): Address compilation issues in nimble examples
|
2025-10-30 11:37:18 +05:30 |
|
Island
|
0c4c585f09
|
Merge branch 'fix/update_pawr_example_docs_v5.3' into 'release/v5.3'
Fix/update pawr example docs (v5.3)
See merge request espressif/esp-idf!42656
|
2025-10-28 11:14:11 +08:00 |
|
xiongweichao
|
4d34845ab6
|
fix(ble): fix ci power save test connection failure
|
2025-10-21 19:07:14 +08:00 |
|
cjin
|
cc0aca65e0
|
fix(ble): update the example docs for pawr
|
2025-10-20 10:19:04 +08:00 |
|
Wang Meng Yang
|
28a5eb4337
|
Merge branch 'bugfix/bt_idf_ci_v5.3' into 'release/v5.3'
fix(example/classic_bt): Fix the potential stack overflow tasks (v5.3)
See merge request espressif/esp-idf!42539
|
2025-10-16 18:59:06 +08:00 |
|
Rahul Tank
|
f7d0a08341
|
fix(nimble): Added CS service support
|
2025-10-14 16:43:06 +05:30 |
|
yangfeng
|
927c0cbe21
|
fix(example/classic_bt): Fix potential stack overflow tasks
|
2025-10-14 16:08:04 +08:00 |
|
Rahul Tank
|
05f678344c
|
feat(nimble): Base support for Channel sounding HCI command and events
|
2025-10-14 12:26:07 +05:30 |
|
yangfeng
|
5c0c9d4c0e
|
fix(example/classic_bt): Fix the stack overflow of the SPPAppT and mouse_move_task tasks
|
2025-10-10 16:14:20 +08:00 |
|
Rahul Tank
|
968c96944d
|
fix(nimble): Declutter the nimble menu config options
|
2025-09-30 15:18:42 +05:30 |
|
Zhao Wei Liang
|
7bc14990c8
|
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-09-17 11:14:12 +08:00 |
|
Rahul Tank
|
8a08720704
|
Merge branch 'bugfix/set_tx_power_in_example_v5.3' into 'release/v5.3'
fix(nimble): Add Tx power information in adv data (v5.3)
See merge request espressif/esp-idf!41815
|
2025-09-11 14:25:34 +05:30 |
|
Rahul Tank
|
84cbfbd3a4
|
fix(nimble): Add Tx power information in adv data
|
2025-09-10 18:47:18 +05:30 |
|
Zhou Xiao
|
316ec98bb6
|
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:29 +08:00 |
|
Shreeyash
|
a64e1acb50
|
fix(nimble): Restructure the table in README.md file
|
2025-09-01 10:57:48 +05:30 |
|
C.S.M
|
8659c44975
|
feat(uhci): Add uhci (uart-dma) support on current chips
|
2025-08-28 18:23:23 +08:00 |
|
Rahul Tank
|
b0459e0991
|
Merge branch 'fix/adding_missing_apis_nimble_v5.3' into 'release/v5.3'
fix(nimble): Added helper APIs in NimBLE (v5.3)
See merge request espressif/esp-idf!40930
|
2025-08-24 10:59:17 +05:30 |
|
Rahul Tank
|
aaf0bf7db8
|
Merge branch 'fix/ble_ancs_adding_entry_for_chip_v5.3' into 'release/v5.3'
fix(nimble): Add ble_ancs example to build-test-rules.yml (v5.3)
See merge request espressif/esp-idf!40445
|
2025-08-22 14:24:03 +05:30 |
|
Astha Verma
|
2ad0cbb19a
|
fix(nimble): Added missing api in nimble which present in bluedroid
|
2025-08-22 12:21:50 +05:30 |
|
Island
|
3387b68c4d
|
Merge branch 'opt/opt_ble_hid_example_pair_fail_v5.3' into 'release/v5.3'
fix(ble/bluedroid): set sec_conn only on successful pairing in ble_hid_device_demo (v5.3)
See merge request espressif/esp-idf!40901
|
2025-08-21 10:58:58 +08:00 |
|
Wang Meng Yang
|
99e22c8e6c
|
Merge branch 'bugfix/classic_bt-safe-string-handling_v5.3' into 'release/v5.3'
Bugfix/classic bt safe string handling v5.3
See merge request espressif/esp-idf!40948
|
2025-08-20 11:39:42 +08:00 |
|
Island
|
4146a0db5c
|
Merge branch 'bugfix/ble_enhanced_security_v2_v5.3' into 'release/v5.3'
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data (v5.3)
See merge request espressif/esp-idf!41305
|
2025-08-20 11:18:17 +08:00 |
|
Island
|
284f3929e3
|
Merge branch 'feat/support_blufi_adv_with_name_v5.3' into 'release/v5.3'
feat(bt/blufi): Support Blufi start advertising with specified name (v5.3)
See merge request espressif/esp-idf!41336
|
2025-08-20 10:38:01 +08:00 |
|
Chen Jian Hua
|
982c84d0fa
|
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:47 +08:00 |
|
Chen Jian Hua
|
b1ee1df6ae
|
feat(ble/bluedroid): Added BLE multiple connections examples
(cherry picked from commit b8996f3953)
Co-authored-by: chenjianhua <chenjianhua@espressif.com>
|
2025-08-18 14:13:10 +08:00 |
|
Zhang Hai Peng
|
57ec0dec15
|
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:50 +08:00 |
|
Zhang Hai Peng
|
4aef14cd2d
|
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:48 +08:00 |
|
JinCheng
|
f65bee9b04
|
fix(bt/bluedroid): safe string returns and cleanups for bt_discovery example
|
2025-07-31 21:09:27 +08:00 |
|