Commit Graph

311 Commits

Author SHA1 Message Date
xiongweichao
0914d3ac3f feat(bt/bluedroid): Add events to indicate the initialization states of AVRCP 2025-05-30 10:21:14 +08:00
xiongweichao
e1639e7651 fix(bt): Fixed write_read task stack overflow in l2cap example 2025-05-15 19:03:38 +08:00
xiongweichao
1ab16eeb30 feat(bt): Added events for l2cap register and unregister vfs 2025-05-15 19:03:38 +08:00
zwl
ae5d97847d feat(ble): add configuration command during RF testing 2025-04-24 17:06:33 +08:00
zhangbowen
5cc7d2c211 feat(bt/bluedroid): Added throughput mode for BLE SPP example 2025-04-24 17:06:33 +08:00
zhanghaipeng
98a8cca2cf fix(ble/bluedroid): Fix potential uint32_t overflow in BLE btu_start_timer 2025-04-21 19:19:18 +08:00
Chen Jian Hua
9a82cb500e feat(bt/bluedroid): Added BLE eddystone sender example
(cherry picked from commit 06366353d8)

Co-authored-by: zhangbowen <zhangbowen@espressif.com>
2025-04-07 19:58:46 +08:00
zhanghaipeng
3b78623bd4 feat(ble/bluedroid): Add Read Long Characteristic Values example 2025-03-05 15:00:20 +08:00
Wang Meng Yang
76ea699a0a Merge branch 'bugfix/sdp_uuid16_match_err_v5.1' into 'release/v5.1'
fix(bt): Fix the incorrect record found using uuid16 search(v5.1)

See merge request espressif/esp-idf!36852
2025-02-20 14:11:04 +08:00
xiongweichao
e3ec77be74 fix(bt/bluedroid): fixed the format error of passkey printing 2025-02-19 10:29:33 +08:00
Zhang Hai Peng
2cf9917428 docs(ble/bluedroid): Optimize doc for implementation of a characteristic with 128 bit UUID
(cherry picked from commit fa40d971a5)

Co-authored-by: Erast  <78802792+MatoiDev@users.noreply.github.com>
2025-02-17 11:14:45 +08:00
Zhang Hai Peng
11639893c3 docs(ble/bluedroid): Optimize doc for registering BLE callback functions
(cherry picked from commit d84ccadf90)

Co-authored-by: zhanghaipeng <zhanghaipeng@espressif.com>
2025-01-10 21:03:41 +08:00
zhanghaipeng
22dd47032b docs(ble/bluedroid): Optimize BLE example documentation 2024-12-17 16:30:31 +08:00
zhanghaipeng
88ccc42dbf feat(bt): Add support for converting BT HCI logs to btsnoop format 2024-12-09 17:52:57 +08:00
chenjianhua
abe0d3c1ff feat(ble/bluedroid): Support setting connection params when creating connection 2024-12-03 18:03:36 +08:00
zhanghaipeng
18d9603e8e fix(ble/bluedroid): Optimize BLE API "esp_ble_gattc_enh_open" 2024-12-03 18:03:12 +08:00
zhanghaipeng
ed62f94a53 fix(ble/bluedroid): Fixed BLE create connection fail because of invalid own address type 2024-12-03 18:03:12 +08:00
Island
aacce661f9 Merge branch 'feat/optimize_cble50y24_110_v5.1' into 'release/v5.1'
feat(bt/bluedroid): Added BLE 5.0 throughput examples (v5.1)

See merge request espressif/esp-idf!35007
2024-11-27 15:37:02 +08:00
Chen Jian Hua
3bb9e492fa feat(bt/bluedroid): Added BLE 5.0 throughput examples
(cherry picked from commit 6d3a82eecf)

Co-authored-by: zhangbowen <zhangbowen@espressif.com>
2024-11-27 11:53:54 +08:00
Jin Cheng
61beadb586 feat(bt/bluedroid): added events to indicate the profile states of HFP 2024-11-25 16:23:10 +08:00
Jin Cheng
2322404be6 fix(bt/bluedroid): AG should send OK or other error codes to HF client
when it is driven by HF to initiate a call.
2024-11-22 17:26:00 +08:00
chenjianhua
ef626df142 fix(bt/bluedroid): correct the readme links for BLE periodic examples 2024-10-24 18:04:06 +08:00
chenjianhua
56b76f8b79 refactor(bt/bluedroid): Refactor the print for BLE examples 2024-10-24 18:04:06 +08:00
chenjianhua
24ce9e2384 refactor(bt/bluedroid): Refactor the print for gatt_server and gatt_client example 2024-10-24 18:04:06 +08:00
xiongweichao
1b19449dc0 feat(bt/bluedroid): Report sniff interval to application layer 2024-09-27 14:16:16 +08:00
Wang Meng Yang
8af42a08cf Merge branch 'bugfix/fix_hid_cod_setting_v5.1' into 'release/v5.1'
Bugfix/fix hid cod setting[backport 5.1]

See merge request espressif/esp-idf!33339
2024-09-10 18:30:49 +08:00
zhanghaipeng
1dbaced1ca docs(ble/bluedroid): Optimize BLE example documentation for getting characteristic 2024-09-06 10:14:42 +08:00
liqigan
7079d50ecd feat(bt/bluedroid): Added definition of minor class of COD for peripheral major class
Closes https://github.com/espressif/esp-idf/issues/13622
2024-09-05 14:25:27 +08:00
Jiang Jiang Jian
386d49f132 Merge branch 'bugfix/fix_some_ble_bugs_cjh_v5.1' into 'release/v5.1'
Fixed some BLE bugs 240812 (backport v5.1)

See merge request espressif/esp-idf!32794
2024-08-26 14:52:05 +08:00
chenjianhua
1743d22f08 fix(bt/bluedroid): Fixed work queue delete when create thread failed 2024-08-23 16:56:54 +08:00
zhanghaipeng
31e68c9d36 fix(ble/bluedroid): Fixed memory out-of-bounds issue when parsing adv data 2024-08-23 09:42:24 +08:00
Island
c608177cf9 Merge branch 'docs/optimized_ble_adv_data_type_v5.1' into 'release/v5.1'
docs(ble/bluedroid): Optimize BLE example for setting advertising data (v5.1)

See merge request espressif/esp-idf!32757
2024-08-14 15:53:19 +08:00
Fu Hanxi
92fcaa346a ci: fix test_bt_hid path 2024-08-13 11:23:02 +02:00
zhanghaipeng
75430acf9d docs(ble/bluedroid): Optimize documentation for BLE connection parameter updates 2024-08-13 12:13:08 +08:00
gongyantao
badc32ad6e fix(bt): change example sdkconfig name to sdkconfig.ci.test 2024-08-13 09:54:48 +08:00
zhanghaipeng
a9db5f07bf docs(ble/bluedroid): Optimize BLE example for setting advertising data 2024-08-12 11:38:02 +08:00
Wang Meng Yang
03f66399a1 Merge branch 'fix/hfp_pcm_api_set_v5.1' into 'release/v5.1'
fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape (backport v5.1)

See merge request espressif/esp-idf!32481
2024-08-07 19:06:24 +08:00
gongyantao
2837193ee6 change(ci): remove device name check in bt example 2024-08-06 14:09:43 +08:00
gongyantao
cda15079a2 feat(bt/example): add ci sdkconfig for bt examples 2024-08-06 14:09:25 +08:00
chenqingqing
d36f5166fe fix(bt/bluedroid): Add PCM configuration about pcm frame sync signal shape 2024-08-05 20:01:56 +08:00
Yuan Hong Hui
20b31e6b63 feat(bt):add pytest for classic bt example 2024-08-02 15:24:18 +08:00
gongyantao
9955258770 feat(bt): add bt address printing for all bt examples 2024-07-19 11:49:01 +08:00
gongyantao
07b1e674ad fix(bt): fix uTask stack overflow in bt example spp_initiator 2024-07-19 11:47:19 +08:00
zhanghaipeng
67e1325377 feat(ble/bluedroid): Support BLE50 instance in related event 2024-07-09 15:38:44 +08:00
zhanghaipeng
2f14db087d fix(ble/bluedroid): Fixed BLE no data length change event 2024-06-02 19:23:56 +08:00
zhanghaipeng
b1bbc8e486 fix(ble/bluedroid): Optimized BLE SPP example for improved compatibility 2024-05-22 19:25:11 +08:00
zhanghaipeng
6f64b2d99c fix(ble/bluedroid): Optimize the BLE documentation 2024-05-22 18:03:34 +08:00
Raghu Saxena
01cd47c663 fix(bt/example): Use correct struct type 2024-03-11 18:03:26 +08:00
Jin Cheng
bc3c3ac417 Revert "fix(bt/bluedroid): corrected the strings of A2DP audio states"
This reverts commit 00052aa208.
2024-01-24 10:48:10 +08:00
Jin Cheng
00052aa208 fix(bt/bluedroid): corrected the strings of A2DP audio states 2024-01-04 17:53:51 +08:00