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
|
b77479df39
|
bluedroid: fix ble ext adv rand addr setting for NRPA
|
2023-05-11 14:36:39 +08:00 |
|
chenjianhua
|
ac42a8f2c7
|
bluedroid: fix ble adv data construct for device name
|
2023-05-11 14:36:39 +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 |
|
xiongweichao
|
a891aa7e4d
|
bt: Fixed the problem of out-of-bounds access caused by the variable-length array introduced in 3268075231
Closes https://github.com/espressif/esp-idf/issues/11264
|
2023-05-11 06:09:06 +00:00 |
|
xiongweichao
|
d3d73ed8b2
|
bt: Fixed codec mode error in ESP_HF_WBS_RESPONSE_EVT
|
2023-05-11 06:09:06 +00:00 |
|
zhiweijian
|
16696d98c1
|
Fixed battery profile wrong condition
|
2023-05-08 11:31:22 +08:00 |
|
zwj
|
daf2622a5b
|
Fixed no error report when own address type is rpa_random and no random address setting
|
2023-05-08 11:31:06 +08: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
|
a7a2e5d407
|
fixed the crash of LoadProhibited caused by taht
the nodes are deleted during the traversal of the linked list
|
2023-04-06 14:13:05 +08:00 |
|
Wang Meng Yang
|
70a355dbc1
|
Merge branch 'doc/update_doc_of_esp_bt_gap_set_cod' into 'master'
bt: Optimized the document for GAP API: esp_bt_gap_set_cod
Closes IDFGH-8668
See merge request espressif/esp-idf!22887
|
2023-03-30 12:12:02 +08:00 |
|
Jin Cheng
|
cb68c7cba1
|
Optimized the document for GAP API:
`esp_bt_gap_set_cod`
|
2023-03-29 15:41:14 +08:00 |
|
Jiang Jiang Jian
|
b6fda9723e
|
Merge branch 'bugfix/fix_att_rsp_timeout' into 'master'
Fixed bluedroid host ATT Ignore wrong response error
Closes BLEQABR23-30 and BT-3224
See merge request espressif/esp-idf!22688
|
2023-03-23 17:10:54 +08:00 |
|
Jiang Jiang Jian
|
defae704e4
|
Merge branch 'bugfix/delay_report_memory_leak' into 'master'
bugfix: fixed memory leak in AVDT delay report
Closes BTQABR2023-12
See merge request espressif/esp-idf!22870
|
2023-03-23 10:55:47 +08:00 |
|
Jin Cheng
|
439d285c4a
|
Fixed memory leak in AVDT delay report
|
2023-03-22 15:30:06 +08:00 |
|
Jin Cheng
|
1d32c85f18
|
Fixed the index out of bounds of hfp_ag BTC control block
|
2023-03-22 13:17:33 +08:00 |
|
zhiweijian
|
7ad9e885e4
|
If it is not 32 chips, hide the configuration item:BT_BLE_RPA_SUPPORTED
|
2023-03-20 15:54:32 +08:00 |
|
zhiweijian
|
588626d64e
|
Fixed ATT Ignore wrong response error
|
2023-03-14 08:49:19 +00:00 |
|
Jiang Jiang Jian
|
251e0c5fc7
|
Merge branch 'bugfix/fix_adv_scan_state_conflict' into 'master'
Bluedroid: fix adv and scan state conflict
See merge request espressif/esp-idf!22685
|
2023-03-13 10:52:40 +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 |
|
chenjianhua
|
7bbfd28d44
|
bluedroid: fix adv and scan state conflict
|
2023-03-09 16:36:54 +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 |
|
Marius Vikhammer
|
24e0d91cd0
|
docs: fix broken links
|
2023-03-06 17:29:10 +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 |
|
Jiang Jiang Jian
|
0591695a81
|
Merge branch 'bugfix/bluedroid_le_coc_compile_error' into 'master'
bt: fix Bluedroid compile errors after enable CONFIG_ESP_SYSTEM_USE_EH_FRAME on RISC-V SoCs
Closes BT-2862
See merge request espressif/esp-idf!22321
|
2023-02-20 13:23:51 +08:00 |
|
Jin Cheng
|
eac73d8f58
|
Fixed build errors when sniff subrating is enabled.
|
2023-02-11 08:29:09 +00:00 |
|
wangmengyang
|
3279b4d41d
|
bt: fix Bluedroid compile errors after enable CONFIG_ESP_SYSTEM_USE_EH_FRAME on RISC-V SoCs
This root cause is incorrect source code separation by conditonal MACROs for BLE L2CAP COC related functions
|
2023-02-10 21:51:08 +08:00 |
|
Wang Meng Yang
|
e0e3700142
|
Merge branch 'feature/support_ble_privacy_by_controller' into 'master'
Support ble privacy by controller on bluedroid
See merge request espressif/esp-idf!21966
|
2023-02-10 14:34:36 +08: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
|
175be1c42c
|
bluedroid: support ble privacy by controller
|
2023-01-10 18:50:11 +08:00 |
|
Zhi Wei Jian
|
c08cd91da3
|
Merge branch 'bugfix/fix_bluedroid_bug_for_pts' into 'master'
Bluedroid: fixed GATT multi notify and robust caching
Closes BT-3142
See merge request espressif/esp-idf!21871
|
2023-01-10 10:49:21 +08:00 |
|
chenjianhua
|
70bb6c7388
|
bluedroid: fixed GATT multi notify and robust caching
|
2023-01-06 20:13:58 +08:00 |
|
Jin Cheng
|
2e9a180f43
|
Fixed crash caused by accessing nullptr in btm_acl_disconnected
|
2023-01-04 11:47:05 +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 |
|
Zhi Wei Jian
|
250f2c4a89
|
Merge branch 'bugfix/fix_ble_conn_param_update' into 'master'
Bluedroid: fix ble connection update with same params
Closes BT-2943
See merge request espressif/esp-idf!21309
|
2022-12-12 15:18:26 +08:00 |
|
Jiang Jiang Jian
|
706a2c779f
|
Merge branch 'bugfix/correct_the_default_SR_mode' into 'master'
bugfix/correct the SR_mode selection when konw nothing about Peripheral
See merge request espressif/esp-idf!21355
|
2022-12-12 14:57:16 +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
|
5a0bc5c1fd
|
bluedroid: fix ble connection update with same params
|
2022-12-09 14:40: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
|
fa06476806
|
bluedroid: add config for robust caching and RPA timeout
|
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
|
f4cd0b687d
|
bluedroid: support GATT services database hash calculate
|
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
|
6f0d34d323
|
bluedroid: support LE L2CAP credit based connection
|
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 |
|
Jin Cheng
|
f2f6aef019
|
correct the SR_mode selection when konw nothing about Peripheral
|
2022-12-07 09:47:03 +00:00 |
|
Wang Meng Yang
|
c9b4f1995a
|
Merge branch 'bugfix/reduce_BTU_TASK_stack_consumption' into 'master'
Reduce the stack consumption of BTU_TASK
Closes BT-3022 and BT-2950
See merge request espressif/esp-idf!21433
|
2022-12-07 11:13:41 +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 |
|
xiongweichao
|
9d56c4c215
|
Assert when malloc user_data fail
|
2022-12-05 20:30:45 +08:00 |
|
xiongweichao
|
6bce9b7029
|
Fixed memory leak when SPP initialization failed
|
2022-12-05 20:30:45 +08:00 |
|
xiongweichao
|
4a702a2011
|
Added esp_spp_vfs_unregister() to free memory allocated by esp_spp_vfs_register()
|
2022-12-05 20:30:43 +08:00 |
|
zwj
|
e5a45f00e4
|
Reduce the stack consumption of BTU_TASK
|
2022-12-05 17:01:48 +08:00 |
|
Jiang Jiang Jian
|
12180da408
|
Merge branch 'contrib/github_pr_9529' into 'master'
component_bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails
See merge request espressif/esp-idf!19463
|
2022-12-05 15:37:02 +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 |
|
xiongweichao
|
592675fd5b
|
Fixed incorrect parameters in switching to BTC context
|
2022-11-30 10:41:54 +08:00 |
|
xiongweichao
|
3268075231
|
bt:Modify the member variable *arg in struct btc_msg to arg[0]
|
2022-11-30 10:41:54 +08:00 |
|
xiongweichao
|
40f6239fd7
|
bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails
|
2022-11-30 10:41:52 +08:00 |
|
zhiweijian
|
957bf03d6a
|
bluedroid host supports the maximum number of connections to 9
|
2022-11-29 16:33:17 +08:00 |
|
xiongweichao
|
c497d7d6c1
|
bt: Remove SPP default send buffer size option and add parameters to configure send buffer size in esp_spp_enhance_init()
|
2022-11-29 10:20:47 +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 |
|
Alexey Gerenkov
|
47c2c13de5
|
build: Adds support for universal Clang toolchain
|
2022-11-23 13:25:16 +03: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 |
|
Jiang Jiang Jian
|
35faecca57
|
Merge branch 'bugfix/a2dp_can_not_connect_after_ble_connected' into 'master'
fixed the issue iOS devices cannot initiate connection
Closes IDFGH-4754 and AUD-4085
See merge request espressif/esp-idf!20703
|
2022-11-11 18:27:50 +08:00 |
|
laokaiyao
|
8677216576
|
esp32h2: renaming esp32h2 to esp32h4
|
2022-11-08 17:05:33 +08:00 |
|
Jin Cheng
|
042fd5f895
|
fixed the issue iOS devices cannot initiate connection
to ESP32 while there is a BLE connection to this ESP32
Closes https://github.com/espressif/esp-idf/issues/6557
|
2022-10-31 11:08:15 +00:00 |
|
xiongweichao
|
01a67d001e
|
bt: Keep the maximum number of credits unchanged
|
2022-10-27 19:45:25 +08:00 |
|
xiongweichao
|
7885f80597
|
bt: Replaced the tx queue in SPP VFS mode with ringbuffer
|
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 |
|
xiongweichao
|
a0ec1c8291
|
bt: Enter the congestion state when the queue length waiting for the peer to ack is greater than or equal to the L2CAP ERTM tx window size
|
2022-10-27 19:45:25 +08:00 |
|
xiongweichao
|
bda54af557
|
bt: Fixed SPP VFS mode not being able to send data
|
2022-10-25 14:17:45 +08:00 |
|
Wang Meng Yang
|
2cbc83a4c7
|
Merge branch 'bugfix/fix_gattc_disc_char_by_uuid_panic' into 'master'
Bluedroid: correct the length of att read by type pdu
Closes BT-2874
See merge request espressif/esp-idf!20686
|
2022-10-21 17:24:03 +08:00 |
|
Wang Meng Yang
|
af3e6d6398
|
Merge branch 'bugfix/esp_spp_write_len_0' into 'master'
bt: Fixed esp_spp_write() crash when len is 0
Closes IDFGH-8523
See merge request espressif/esp-idf!20659
|
2022-10-21 07:47:47 +08:00 |
|
xiongweichao
|
4e895104ef
|
bt: Fixed esp_spp_write() crash when len is 0
Closes https://github.com/espressif/esp-idf/issues/9977
|
2022-10-20 06:18:14 +00:00 |
|