chenjianhua
|
0f7446f93f
|
bluedroid: support gatts show local database
|
2023-04-23 17:22:04 +08:00 |
|
Zhi Wei Jian
|
bc216802c6
|
Merge branch 'bugfix/fix_bleqabr23_98' into 'master'
Bluedroid: fix GATTC cache address saving
Closes BLEQABR23-98 and BLEQABR23-34
See merge request espressif/esp-idf!22970
|
2023-04-17 10:54:31 +08:00 |
|
Jiang Jiang Jian
|
18af256a84
|
Merge branch 'bugfix/fix_bleqabr23_138' into 'master'
Bluedroid: report status after clearing the BLE white list
See merge request espressif/esp-idf!23094
|
2023-04-11 09:59:24 +08:00 |
|
chenjianhua
|
7ceba49fda
|
bluedroid: fix GATTC cache address save
|
2023-04-10 14:33:31 +08:00 |
|
Jin Cheng
|
b4f6e585d4
|
fix a2dp source crash when connect to Bose speaker
|
2023-04-10 05:11:04 +00:00 |
|
chenjianhua
|
3a7dea67eb
|
bluedroid: report status after clearing the BLE white list
|
2023-04-10 12:12:32 +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 |
|
zwj
|
e5a45f00e4
|
Reduce the stack consumption of BTU_TASK
|
2022-12-05 17:01:48 +08:00 |
|
chenjianhua
|
c37184aa85
|
bluedroid: fix encrypt keysize of GATT characteristic permission
|
2022-12-02 15:10:39 +08:00 |
|
Zhi Wei Jian
|
18e0cd6214
|
Merge branch 'feature/support_ble_max_conn_num_to_9' into 'master'
Support bluedroid host maximum number of connections to 9
Closes BT-2914, BT-3000, and BT-2915
See merge request espressif/esp-idf!20933
|
2022-12-02 12:10:27 +08:00 |
|
Jiang Jiang Jian
|
36012433f9
|
Merge branch 'bufix/a2dp_fail_connect_again_after_disconnect' into 'master'
component_bt: Fixed a2dp failing to connect again after disconnect
Closes BT-1803
See merge request espressif/esp-idf!16947
|
2022-11-30 11:56:59 +08:00 |
|
zhiweijian
|
957bf03d6a
|
bluedroid host supports the maximum number of connections to 9
|
2022-11-29 16:33:17 +08:00 |
|
xiongweichao
|
ecf2eea1d6
|
bt: Added esp_spp_enhance_init() API to indicate whether to enable L2CAP ERTM
|
2022-11-28 20:42:53 +08:00 |
|
xiongweichao
|
cbf3467d4e
|
Fixed a2dp failing to connect again after disconnect
|
2022-11-28 11:37:14 +08:00 |
|
xiongweichao
|
cf788a241d
|
bt: Update HFP version to v1.8
|
2022-11-23 20:17:22 +08:00 |
|
xiongweichao
|
923cdcf75a
|
bt: Update A2DP version to v1.4
|
2022-11-23 20:17:22 +08:00 |
|
xiongweichao
|
33d351898a
|
bt:Fixed the use of invalid configuration when the peer device configures the stream, and returned an incorrect error code
|
2022-11-23 20:17:22 +08:00 |
|
Wang Meng Yang
|
6a8f528e08
|
Merge branch 'bugfix/fix_hfp_clcc_parser_bug' into 'master'
Bugfix/Fix HFP client parse CLCC command response bug
Closes BT-2907
See merge request espressif/esp-idf!20904
|
2022-11-18 12:16:42 +08:00 |
|
zwj
|
39c03e0ce0
|
Fixed errors reported by CI clang_tidy_check
|
2022-11-16 15:58:31 +08:00 |
|
zwj
|
d074b74e1f
|
Fixed sometimes BTU task overflow when doing read and write performance test
|
2022-11-16 15:44:29 +08:00 |
|
liqigan
|
df7449615b
|
fix HFP client parse CLCC command response bug
|
2022-11-15 15:14:42 +08:00 |
|
xiongweichao
|
01a67d001e
|
bt: Keep the maximum number of credits unchanged
|
2022-10-27 19:45:25 +08:00 |
|
xiongweichao
|
ea41a21b0e
|
bt: Split SPP application layer data packets according to the MTU of the peer
|
2022-10-27 19:45:25 +08:00 |
|
chenjianhua
|
137a7cb592
|
bluedroid: configurable max gattc cache characteristic count
|
2022-10-08 17:47:17 +08:00 |
|
zwj
|
e9f4a4e92d
|
Fixed extend adv tx power range error
|
2022-09-16 15:45:40 +08:00 |
|
zwj
|
e414dd7e07
|
fix extend adv set remove failed
|
2022-08-11 20:50:15 +08:00 |
|
linruihao
|
fe04cdb88c
|
Fixd union member access typo
Closes https://github.com/espressif/esp-idf/pull/9498
|
2022-08-08 19:40:25 +08:00 |
|