yangfeng
3b6b7e8a60
fix(examples/classic_bt): Add A2DP sink delay for AVRCP cover art and absolute volume examples
2025-12-25 11:25:20 +08:00
yangfeng
dc4b0828f6
refactor(examples/classic_bt): Add example tests for A2DP and AVRCP examples
2025-12-19 11:31:15 +08:00
yangfeng
09e448710b
docs: Add explanations for the A2DP sink stream and AVRCP examples
...
- Modify the path of A2DP sink example
2025-12-19 11:31:15 +08:00
yangfeng
e7073b25d5
refactor(examples/classic_bt): Add AVRCP cover art example with LCD display
2025-12-19 11:31:15 +08:00
yangfeng
8ace46d440
refactor(examples/classic_bt): Add common code for AVRCP cover art example
2025-12-19 11:31:15 +08:00
yangfeng
d15acf8a80
refactor: Refactor the example of the coexistence of A2DP sink and GATT service
2025-12-19 11:31:15 +08:00
yangfeng
bb46db736c
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-19 11:31:15 +08:00
zhanghaipeng
e741f09e0f
fix(ble/bluedroid): Fix VLA in a2dp_gatts_coex example
2025-11-27 20:00:55 +08:00
zhanghaipeng
b6b3b81bf6
fix(ble/bluedroid): Fix memory leak in ble_spp_server example
2025-11-27 18:04:54 +08:00
zhanghaipeng
e26b60090d
fix(ble/bluedroid): Use calloc in gatt_server example
2025-11-27 18:04:43 +08:00
zhanghaipeng
24e023e307
fix(ble/bluedroid): Use snprintf in ble_eddystone example
2025-11-27 18:04:32 +08:00
zhanghaipeng
7e876249df
fix(ble/bluedroid): Add bounds check in ble_ancs example
2025-11-27 18:04:22 +08:00
Island
470db615fb
Merge branch 'feat/show_how_to_use_smp_in_blufi_example' into 'master'
...
feat(ble/blufi): Support setting BLE encryption for blufi
Closes BLERP-2232 and DOC-13032
See merge request espressif/esp-idf!41779
2025-11-24 10:31:03 +08:00
zhanghaipeng
60a028fb17
feat(ble/blufi): Support setting BLE encryption for blufi
2025-11-21 16:41:33 +08:00
yangfeng
43808ef7a9
fix(bt/examples): Fixed test_bt_l2cap not finding ESP_SDP_CREATE_RECORD_COMP_EVT
2025-11-17 16:52:08 +08:00
Chen Yudong
d591aaf1ae
ci: rename wifi_two_dut to two_duts
2025-11-12 10:05:07 +08:00
yangfeng
98864d279f
fix(bt/example): Fixed hf_ag build error
2025-11-10 16:59:16 +08:00
yangfeng
4606fa87c7
fix(example/classic_bt): Fix potential stack overflow tasks
2025-10-11 16:40:43 +08:00
yangfeng
dc1c22f090
fix(example/classic_bt): Fix the stack overflow of the SPPAppT and mouse_move_task tasks
2025-10-10 14:42:01 +08:00
Alexey Lapshin
28ced4efad
fix(config): actualize newlib Kconfig options
2025-08-28 12:25:09 +08:00
Wang Meng Yang
7cac735da0
Merge branch 'feat/remove_the_deprecated_api_and_parameter' into 'master'
...
feat(bt): remove the deprecated functions and parameters
Closes BT-4042
See merge request espressif/esp-idf!40435
2025-08-20 19:36:37 +08:00
Marek Fiala
9d35d63651
feat(cmake): Update minimum cmake version to 3.22 (whole repository)
2025-08-19 14:44:32 +02:00
gongyantao
179a730a03
feat(bt): remove the deprecated functions and parametes
2025-08-19 16:07:05 +08:00
Island
c6923d2a26
Merge branch 'bugfix/ble_enhanced_security_v2' into 'master'
...
fix(ble/bluedroid): Fixed potential out-of-bounds memory access when resolve adv data
Closes BLERP-2149
See merge request espressif/esp-idf!41160
2025-08-14 17:28:13 +08:00
chenjianhua
b8996f3953
feat(ble/bluedroid): Added BLE multiple connections examples
2025-08-12 12:20:34 +08:00
Cody
6b360dacf6
fix(ble/bluedroid): Update Gatt_Server_Service_Table_Example_Walkthrough.md
2025-08-11 19:48:04 +08:00
BLKDASH
6b212c7d47
fix(ble/bluedroid): Fixed the problem of macro definition error
2025-08-11 19:41:32 +08:00
Song Ruo Jing
451cfc91c3
Merge branch 'contrib/github_pr_17241' into 'master'
...
Refactor: Use enum values when assigning "pull_[up|down]_en" fields of "gpio_config" (GitHub PR)
Closes IDFGH-16192
See merge request espressif/esp-idf!41058
2025-08-11 12:08:16 +08:00
Zhou Xiao
36cdf54b37
feat(ble): added ble log console for ble log uhci out
2025-08-08 12:01:43 +08:00
Darian Leung
5454499877
refactor: Use enum values for gpio pull up/down fields
...
Ensure that enum values are used When assigning `pull_up_en` and `pull_down_en`
fields of `gpio_config_t`. Helps avoid `invalid conversion` errors when
building those code snippets in C++.
2025-08-07 11:45:11 +08:00
JinCheng
720108b220
fix(bt/bluedroid): safe string returns and cleanups for bt_discovery example
2025-08-01 09:40:21 +08:00
Nikheel Savant
90782249c7
fix(bt/bluedroid): safe string returns and cleanups
2025-08-01 09:40:21 +08:00
zhanghaipeng
50fe55ca59
fix(ble/bluedroid): set sec_conn only on successful pairing in ble_hid_device_demo
2025-07-28 15:49:59 +08:00
linruihao
4116e4f697
ci(bt/bluedroid): Add CI build test for A2DP Sink example with Caver Art disabled
2025-06-19 19:44:51 +08:00
Zhou Xiao
7847a82b28
change(ble): resupport ble for ESP32C61ECO3
2025-06-10 14:34:49 +08:00
xiongweichao
a8ed0133ca
feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP
2025-05-28 11:24:32 +00:00
wanckl
6fde8cf8d2
ci(esp32c61): disable soc_caps, docs, test for eco3 update
2025-05-26 16:04:23 +08:00
Zhou Xiao
2e8d8beb9d
change(ble): supported ble for esp32c5-eco2
2025-04-29 14:24:47 +08:00
Island
38628f98b9
Merge branch 'feat/add_sync_cte_type_in_pa_sync' into 'master'
...
Feat/add sync cte type in pa sync
Closes BLERP-1728
See merge request espressif/esp-idf!38315
2025-04-27 14:11:31 +08:00
zwl
9bc1712095
feat(ble): add configuration command during RF testing
2025-04-21 20:12:52 +08:00
zhangbowen
a2d3ddacf9
feat(bt/bluedroid): Added throughput mode for BLE SPP example
2025-04-21 20:12:52 +08:00
laokaiyao
9a88effab8
ci: disabled RF soc caps for c5 eco2
...
Disable the RF soc caps to bypass the build of un-supported RF examples
2025-04-16 11:01:39 +08:00
xiongweichao
007a2a30f5
fix(bt): Fixed write_read task stack overflow in l2cap example
2025-04-11 16:45:53 +08:00
xiongweichao
1f7658ed42
feat(bt): Added events for l2cap register and unregister vfs
2025-04-11 16:45:53 +08:00
zhiweijian
cf6135c990
fix(ble/bluedroid): Fixed BLE_FEAT_CREATE_SYNC_ENH define error in bluedroid host
2025-04-08 20:33:31 +08:00
linruihao
a5f620ecfe
fix(examples): Fix deprecation warning in a2dp_gatts_coex example
2025-03-28 19:45:18 +08:00
linruihao
d11be52064
feat(examples): Add kconfig option for a2dp_sink example to use new audio APIs
2025-03-28 14:13:20 +08:00
linruihao
3da17f356c
change(examples): Update hfp_hf example to use new audio APIs
2025-03-28 14:13:20 +08:00
zhanghaipeng
a9286567f0
fix(ble/bluedroid): Fix potential uint32_t overflow in BLE btu_start_timer
2025-03-27 16:59:12 +08:00
zhangbowen
06366353d8
feat(bt/bluedroid): Added BLE eddystone sender example
2025-03-21 19:53:59 +08:00