chenjianhua
|
b3860800ae
|
bluedroid: add GATT read multi variable API and evt
|
2023-08-30 14:50:21 +08:00 |
|
chenjianhua
|
e451b967d6
|
bluedroid: add periodic adv sync transfer API and EVT
|
2023-08-30 14:50:21 +08:00 |
|
chenjianhua
|
97dd2dc88e
|
bluedroid: support gatts show local database
|
2023-08-30 14:50:21 +08:00 |
|
Wang Meng Yang
|
09954c1d29
|
Merge branch 'feature/config_device_name_in_eir_v5.1' into 'release/v5.1'
feat(bt/bluedroid): Add option whether to include device name in extended inquiry response
See merge request espressif/esp-idf!25541
|
2023-08-28 19:02:07 +08:00 |
|
baohongde
|
6340713fef
|
feat(bt/bluedroid): Add option whether to include device name in extended inquiry response
|
2023-08-24 19:37:35 +08:00 |
|
zhanghaipeng
|
d01fa70ba8
|
fix(bt): Fix ble periodic advertising data length 0 error
- Fixed issues about data length 0 when set ext adv data,ext scan rsp data and periodic adv data
|
2023-07-26 16:35:57 +08:00 |
|
chenjianhua
|
34b4936a7d
|
fix(bt/bluedroid): Fix memory leak of gattc cache upon disconnection
|
2023-07-13 12:14:16 +08:00 |
|
Jiang Jiang Jian
|
5e3488396a
|
Merge branch 'bugfix/fix_some_bt_controller_bug_v5.1' into 'release/v5.1'
component_bt:Fixed some bluetooth bugs(v5.1)
See merge request espressif/esp-idf!24579
|
2023-07-06 00:54:40 +08:00 |
|
Jiang Jiang Jian
|
71a5663786
|
Merge branch 'bugfix/hfp_packet_type_err_v5.1' into 'release/v5.1'
Revised (e)SCO configuration parameter sets (v5.1)
See merge request espressif/esp-idf!24346
|
2023-07-05 20:05:59 +08:00 |
|
Jiang Jiang Jian
|
d682fbeb07
|
Merge branch 'bugfix/alarm_not_free_when_a2dp_deinit_v5.1' into 'release/v5.1'
bugfix/Fixed the issue of alarm leak (v5.1)
See merge request espressif/esp-idf!24351
|
2023-07-05 19:53:09 +08:00 |
|
xiongweichao
|
015555c6fb
|
change(bt/Bluedroid): Update AVRCP version to 1.5
|
2023-07-04 15:52:29 +08:00 |
|
xiongweichao
|
50904e9353
|
components/bt: Fix crash due to NULL point
|
2023-07-04 14:55:04 +08:00 |
|
Jin Cheng
|
c020194656
|
Revised (e)SCO configuration parameter sets
|
2023-07-04 04:12:35 +00:00 |
|
Jin Cheng
|
4ce9023cd4
|
Fixed the issue of alarm leak in hf-ag
|
2023-07-04 04:12:24 +00:00 |
|
Jin Cheng
|
ced0a5747b
|
Fixed the issue of alarm leak in A2DP
|
2023-07-04 04:12:24 +00:00 |
|
chenjianhua
|
c5e580e522
|
Revert "bluedroid: report disconnect event after BLE link closed"
This reverts commit d751960b27 .
|
2023-06-02 16:51:07 +08:00 |
|
Jiang Jiang Jian
|
7fcba0fbf8
|
Merge branch 'bugfix/fix_some_ble_bug_v5.1' into 'release/v5.1'
Fixed some BLE bugs (backport v5.1)
See merge request espressif/esp-idf!23699
|
2023-05-18 20:08:25 +08:00 |
|
Jiang Jiang Jian
|
8b7cd4dc08
|
Merge branch 'bugfix/hfp_ag_idx_invalid_v5.1' into 'release/v5.1'
bt: Fixed out of bounds access due to variable length array(v5.1)
See merge request espressif/esp-idf!23665
|
2023-05-18 20:07:21 +08:00 |
|
Jiang Jiang Jian
|
0ed8499898
|
Merge branch 'bugfix/a2dp_source_crash_connect_to_Bose_speaker_v5.1' into 'release/v5.1'
Bugfix/a2dp source crash connect to bose speaker (v5.1)
See merge request espressif/esp-idf!23574
|
2023-05-17 15:10:34 +08:00 |
|
chenjianhua
|
e6f018a309
|
bluedroid: fix ble smp key distribution setting
|
2023-05-11 14:36:39 +08:00 |
|
chenjianhua
|
d751960b27
|
bluedroid: report disconnect event after BLE link closed
|
2023-05-11 14:36:39 +08:00 |
|
xiongweichao
|
7ddb440384
|
bt: Deleted some redundant variables in HFP_AG
|
2023-05-11 06:09:06 +00:00 |
|
Jin Cheng
|
8dbe966d89
|
fix a2dp source crash when connect to Bose speaker
|
2023-05-04 19:00:20 +08:00 |
|
xiongweichao
|
25e8069532
|
bt: Fixed the inconsistency between the indicator event received by the HF application layer and the actually received indicator.
Closes https://github.com/espressif/esp-idf/issues/6486
|
2023-05-04 14:08:30 +08:00 |
|
chenjianhua
|
d0011b778a
|
bluedroid: report status after clearing the BLE white list
|
2023-04-20 18:58:38 +08:00 |
|
chenjianhua
|
c2fe7be50e
|
bluedroid: fix GATTC cache address save
|
2023-04-20 18:57:23 +08:00 |
|
Jin Cheng
|
439d285c4a
|
Fixed memory leak in AVDT delay report
|
2023-03-22 15:30:06 +08:00 |
|
Jiang Jiang Jian
|
1f05281913
|
Merge branch 'bugfix/fix_hidh_connection_bug' into 'master'
Bugfix/Fix HID Host bug when handling the two consecutive connection request
Closes IDFGH-9100
See merge request espressif/esp-idf!21988
|
2023-03-10 03:48:48 +08:00 |
|
Wang Meng Yang
|
9c1897028a
|
Merge branch 'bugfix/avrcp_psth_cmd_rsp' into 'master'
bt:Added a parameter to tell the user the result of the pass through command implementation
Closes BT-2233
See merge request espressif/esp-idf!22474
|
2023-03-09 17:48:15 +08:00 |
|
liqigan
|
20c9efed4d
|
fix HID Host bug when handling the two consecutive connection request
Closes https://github.com/espressif/esp-idf/issues/10504
|
2023-03-09 14:25:25 +08:00 |
|
xiongweichao
|
3b5939396d
|
bt:Added a parameter to tell the user the result of the pass through command implementation
|
2023-02-22 15:37:54 +08:00 |
|
Alexey Lapshin
|
d4b7be4a73
|
bt: fix gcc-12 compile errors
|
2023-02-22 05:33:03 +00:00 |
|
Jin Cheng
|
eac73d8f58
|
Fixed build errors when sniff subrating is enabled.
|
2023-02-11 08:29:09 +00:00 |
|
Chen Jian Hua
|
732df630cd
|
Merge branch 'feature/add_params_in_gatt_conn_evt' into 'master'
Bluedroid: add params for GATT connect event
Closes BLEQABR23-1
See merge request espressif/esp-idf!22183
|
2023-02-03 10:29:36 +08:00 |
|
AlbertWDev
|
18a1b4c9b9
|
bt: fix SDP event status overwritten by handle
|
2023-02-01 10:53:42 +01:00 |
|
chenjianhua
|
4b44305103
|
bluedroid: add params in GATT connect event
|
2023-02-01 12:08:33 +08:00 |
|
chenjianhua
|
708ca0181c
|
bluedroid: support get bluetooth device name
|
2023-01-13 10:39:57 +08:00 |
|
chenjianhua
|
70bb6c7388
|
bluedroid: fixed GATT multi notify and robust caching
|
2023-01-06 20:13:58 +08:00 |
|
Wang Meng Yang
|
1ac3595bde
|
Merge branch 'bugfix/a2dp_error_code' into 'master'
bt: Update A2DP version to v1.4
Closes BT-2918, BT-2919, and BT-2932
See merge request espressif/esp-idf!21142
|
2022-12-13 14:56:18 +08:00 |
|
Zhi Wei Jian
|
6d676019c1
|
Merge branch 'bugfix/fix_gatt_char_perm_key_size' into 'master'
Bluedroid: fix encrypt keysize of GATT characteristic permission
Closes BT-2992
See merge request espressif/esp-idf!21250
|
2022-12-12 16:23:59 +08:00 |
|
Wang Meng Yang
|
84e48db373
|
Merge branch 'feature/support_ble_53_feature_for_pts' into 'master'
Bluedroid: support ble host features for PTS
See merge request espressif/esp-idf!21253
|
2022-12-12 14:33:37 +08:00 |
|
Li Qi Gan
|
df5c1ffd8b
|
Merge branch 'bugfix/fix_hid_device_vup_without_connection' into 'master'
Bugfix/Fix HID Device can not remove virtually cabled device without a connection
Closes IDFGH-8662
See merge request espressif/esp-idf!21152
|
2022-12-12 10:08:57 +08:00 |
|
chenjianhua
|
2afe5cdc76
|
bluedroid: add config for GAP service and periodic adv sync transfer
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
702e06e09e
|
bluedroid: add internal GATT API for PTS
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
238d1375a8
|
bluedroid: support GATT robust caching feature
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
4a487a6a5c
|
bluedroid: support periodic advertising sync transfer cmd
|
2022-12-09 13:28:31 +08:00 |
|
chenjianhua
|
2048322429
|
bluedroid: support oob pairing for smp secure connection
|
2022-12-09 13:28:31 +08:00 |
|
Wang Meng Yang
|
7d7a710b60
|
Merge branch 'feature/report_acl_conn_cmp_stat_to_app' into 'master'
feature/report ACL link related events to application
Closes BT-2097 and BT-1863
See merge request espressif/esp-idf!19276
|
2022-12-09 13:10:52 +08:00 |
|
liqigan
|
2198c3ed77
|
fix HID device can not remove virtually cabled device without a connection
Closes https://github.com/espressif/esp-idf/issues/10107
|
2022-12-07 10:36:42 +08:00 |
|
jincheng
|
228bf596dc
|
Added reporting for ACL link related events to application
|
2022-12-07 02:33:55 +00:00 |
|