Wang Meng Yang
|
f0ffeb1c65
|
Merge branch 'bugfix/a2dp_no_audio_transmitted' into 'master'
bugfix/fix wrong clock_id in function `time_now_us`
Closes IDFGH-5862
See merge request espressif/esp-idf!15315
|
2021-10-08 05:59:57 +00:00 |
|
jincheng
|
52e7b99630
|
fix wrong clock_id in function time_now_us
Close https://github.com/espressif/esp-idf/issues/7561
|
2021-09-23 09:47:35 +08:00 |
|
jincheng
|
c592da5308
|
bugfix/fix the crash when using legacy paring with wrong pin code
Close https://github.com/espressif/esp-idf/issues/7556
|
2021-09-23 07:40:54 +08:00 |
|
Zim Kalinowski
|
73fc400ac0
|
Merge branch 'feature/github-7582' into 'master'
code formatting updated
See merge request espressif/esp-idf!15267
|
2021-09-22 09:43:35 +00:00 |
|
ajit1433
|
ae8fac38fa
|
code formatting updated
|
2021-09-18 23:14:09 +05:30 |
|
baohongde
|
b310c062cd
|
components/bt: move config BT_RESERVE_DRAM from bluedroid to ESP32 controller
|
2021-09-16 20:26:35 +08:00 |
|
baohongde
|
6fc4bf7145
|
components/bt: Fix link error of Kconfig
|
2021-09-13 15:45:27 +08:00 |
|
liqigan
|
1c15c9207c
|
1. transparent HID device
2. add esp API for HID
3. add PM config for HID
4. add HID device demo
Closes https://github.com/espressif/esp-idf/issues/5311
Closes https://github.com/espressif/esp-idf/issues/5635
Merges https://github.com/espressif/esp-idf/pull/3425
|
2021-09-07 16:59:30 +08:00 |
|
Wei Tian Hua
|
00dfe84c58
|
Merge branch 'bugfix/hf_disc_acl_no_disc' into 'master'
bugfix/acl can't disconnect when hfp_client disconnect
See merge request espressif/esp-idf!12819
|
2021-09-03 06:01:50 +00:00 |
|
Wang Meng Yang
|
e09818bd33
|
Merge branch 'bugfix/btdm_fix_some_Document_Description_Error' into 'master'
component/bt: fix some ble document description error
See merge request espressif/esp-idf!14816
|
2021-09-03 01:40:15 +00:00 |
|
XieWenxiang
|
461f2bd186
|
component/bt: fix some ble document description error
|
2021-09-01 20:39:13 +08:00 |
|
liaowenhao
|
124169a7dd
|
bugfix acl doesn't disconnect when hfp_client disconnect
|
2021-08-24 10:53:25 +08:00 |
|
Wang Meng Yang
|
7df2a22faa
|
Merge branch 'bugfix/spp_memory_leak' into 'master'
Fix spp memory leak
Closes IDFGH-5508
See merge request espressif/esp-idf!14319
|
2021-08-19 00:12:51 +00:00 |
|
Wang Meng Yang
|
a77aaf296a
|
Merge branch 'bugfix/bt_spp_timer_collision' into 'master'
Fix timer collision in role switch
Closes IDFGH-5464
See merge request espressif/esp-idf!14575
|
2021-08-17 02:10:44 +00:00 |
|
Wang Meng Yang
|
bdd4b45f6a
|
Merge branch 'bugfix/btdm_auto_update_PPCP_attribute_value' into 'master'
component/bt: fix bluedroid host auto update PPCP attribute value
See merge request espressif/esp-idf!14746
|
2021-08-16 07:25:50 +00:00 |
|
jincheng
|
a523dd3ede
|
fix timer collision in role switch
Closes https://github.com/espressif/esp-idf/issues/7203
|
2021-08-16 08:54:37 +08:00 |
|
XieWenxiang
|
30ccfdb3b9
|
component/bt: fix bluedroid host auto update PPCP attribute value
|
2021-08-10 17:18:49 +08:00 |
|
Wang Meng Yang
|
8652b1d576
|
Merge branch 'bugfix/btdm_esp32_ble_white_list_connection_fail' into 'master'
Fixed ESP32 BLE can't resolve the peer address when enable white list
See merge request espressif/esp-idf!14348
|
2021-08-09 06:46:08 +00:00 |
|
Wang Meng Yang
|
8fc30ece07
|
Merge branch 'component_bt/add_spp_faq' into 'master'
Component_bt/Add FAQ in SPP Demo README
Closes FCS-611
See merge request espressif/esp-idf!12586
|
2021-08-06 02:28:14 +00:00 |
|
xiewenxiang
|
95c35288bc
|
component/bt: add local irk to controller
|
2021-08-05 17:32:08 +08:00 |
|
xiewenxiang
|
1cc0f6aac5
|
Fixed ESP32 BLE can't resolve the peer address when enable white list
|
2021-08-04 22:00:38 +08:00 |
|
liqigan
|
d8023ba09c
|
add FAQ in SPP demo README
|
2021-08-04 20:49:51 +08:00 |
|
sU8U7SfkcwTJVH7PjaVmej7D
|
b421ce2b00
|
Remove unused 'yy' variables
|
2021-07-30 15:59:06 +08:00 |
|
xiongweichao
|
7960110729
|
components/bt: fix spp memory leak
closes https://github.com/espressif/esp-idf/issues/7238
|
2021-07-19 21:19:49 +08:00 |
|
xiongweichao
|
b1bceb6b42
|
Not initialized or in the process of de-initialization, calling API will return ERR
|
2021-07-19 11:06:21 +08:00 |
|
xiongweichao
|
55fe021ddb
|
fix a2dp deinit crash
|
2021-07-19 11:06:21 +08:00 |
|
Jiang Jiang Jian
|
59b49d2783
|
Merge branch 'feature/add-nimble-host-to-blufi' into 'master'
Add support of NimBLE host to Blufi
See merge request espressif/esp-idf!13734
|
2021-06-29 12:54:01 +00:00 |
|
Jiang Jiang Jian
|
910d3cfe06
|
Merge branch 'bugfix/correct_gatt_max_macro_name' into 'master'
Bluedroid: Fixed issue of option not being set due to incorrect macro
See merge request espressif/esp-idf!13945
|
2021-06-29 03:24:27 +00:00 |
|
“sonalipatil”
|
5175672050
|
Add support of NimBLE host to Blufi
Merges https://github.com/espressif/esp-idf/pull/6904
|
2021-06-28 19:53:33 +05:30 |
|
zwj
|
d8474a92bf
|
- fix data length update failed
- fix no callback when the value being used is the same as the value to be set
|
2021-06-25 15:29:38 +08:00 |
|
Wang Meng Yang
|
d685e85ff4
|
Merge branch 'bugfix/spp_connect_20_fail' into 'master'
component_bt: fix spp acceptor deadlock
Closes IDFGH-5172
See merge request espressif/esp-idf!13940
|
2021-06-22 12:21:10 +00:00 |
|
xiongweichao
|
96aff16dd3
|
fix spp acceptor deadlock
Closes: https://github.com/espressif/esp-idf/issues/6948
|
2021-06-22 15:05:27 +08:00 |
|
liqigan
|
fd83938f39
|
fix a2dp sink RxSbcQ bugs
Closes https://github.com/espressif/esp-idf/issues/6712
Closes https://github.com/espressif/esp-idf/issues/7100
|
2021-06-21 20:02:36 +08:00 |
|
Wang Meng Yang
|
e245d4c9cd
|
Merge branch 'bugfix/bta_hf_client_co_cb_ptr_macro' into 'master'
bugfix/bta_hf_client_co_cb_ptr requires HFP_DYNAMIC_MEMORY macro to be used
See merge request espressif/esp-idf!12335
|
2021-06-18 09:03:33 +00:00 |
|
Rahul Tank
|
9013edfd93
|
Bluedroid: Fixed issue of option not being set due to incorrect macro
name.
|
2021-06-10 22:06:26 +08:00 |
|
xiewenxiang
|
96811de932
|
component/bt: fix enable gattc nvs cache lead to crash
|
2021-06-07 17:28:12 +08:00 |
|
zhiweijian
|
a85890dd9d
|
Fixed ANON_ADV address error
|
2021-06-01 11:43:40 +08:00 |
|
Chinmay Chhajed
|
b75e034b3c
|
Bluedroid: Check only x component of passkey to avoid passkey impersonation attack.
|
2021-05-28 14:28:54 +05:30 |
|
zwj
|
8919322c76
|
Fixed BLE reconnect failed when using rpa public address
|
2021-05-27 14:08:47 +08:00 |
|
Jiang Jiang Jian
|
7b2f2c2a86
|
Merge branch 'bugfix/ag_use_dynamic_memory_error' into 'master'
Fix ag use dynamic memory error
Closes BT-1574
See merge request espressif/esp-idf!13094
|
2021-05-13 07:56:45 +00:00 |
|
zwj
|
22f429f5bc
|
fix C3/S3 ble multi-connection failed when device acts as master and slave
|
2021-05-10 21:06:44 +08:00 |
|
xiongweichao
|
d38a91ee95
|
Remove btc_hf_idx_by_bdaddr in both btc_hf_init and btc_hf_deinit functions
|
2021-05-10 11:11:02 +08:00 |
|
xiongweichao
|
be6b25b9d9
|
fix ag use dynamic memory error
|
2021-05-10 10:56:46 +08:00 |
|
wangmengyang
|
d2324c162a
|
components/bt: Minor fix for the range of GATTC number of reconnections.
|
2021-04-28 12:05:49 +00:00 |
|
zwj
|
58cd231895
|
optimize C3 and s3 multi-connection
|
2021-04-20 02:41:14 +00:00 |
|
zwj
|
077722696a
|
add option to enable multi-connection
|
2021-04-20 02:41:14 +00:00 |
|
zwj
|
6fff69390e
|
update con state when getting connection cancle complete
|
2021-04-20 02:41:14 +00:00 |
|
zwj
|
85b73337a3
|
fix ble 5.0 SMP failed
|
2021-04-20 02:41:14 +00:00 |
|
zwj
|
e652e264c7
|
add BLE connection establishment retry
|
2021-04-20 02:41:14 +00:00 |
|
Jiang Jiang Jian
|
920b3a0929
|
Merge branch 'feature/configure_max_server_profiles_count' into 'master'
esp32: Added an option in menuconfig to configure maximum gatt services
Closes BT-1508
See merge request espressif/esp-idf!12769
|
2021-04-19 06:31:09 +00:00 |
|