xiongweichao
|
0b0f2eeb01
|
bt: Fixed memory leak due to not freeing memory if posting a message to a thread fails
|
2022-12-08 18:47:31 +08:00 |
|
xiongweichao
|
1e09841bd1
|
bt: Fixed a2dp failing to connect again after disconnect
|
2022-11-30 19:19:18 +08:00 |
|
liqigan
|
1fa4e7dd9c
|
fix HFP client parse CLCC command response bug
|
2022-11-23 03:10:36 +00:00 |
|
Jin Cheng
|
e974410092
|
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-11-14 09:51:02 +08:00 |
|
xiongweichao
|
c528942f0d
|
bt: Fixed SPP VFS mode not being able to send data
|
2022-10-26 16:46:11 +08:00 |
|
xiongweichao
|
404d2be6f2
|
bt: Fixed esp_spp_write() crash when len is 0
Closes https://github.com/espressif/esp-idf/issues/9977
|
2022-10-26 16:45:50 +08:00 |
|
zwj
|
a2dfa5c86b
|
allow bluedroid host to report adv_ind separately
|
2022-10-25 17:33:17 +08:00 |
|
Jin Cheng
|
15f49d5848
|
Revert "fixed the issue iOS devices cannot initiate connection"
This reverts commit da44fc9cbefa208eaea45e105c3a9dc36959417f.
|
2022-10-18 19:45:49 +08:00 |
|
xiongweichao
|
7162617e65
|
Fixed deadlock due to wrong parameter when calling btc_transfer_context() after calling esp_bluedroid_disable()
Closes https://github.com/espressif/esp-idf/issues/9672
|
2022-10-18 06:15:46 +00:00 |
|
Wang Meng Yang
|
9c5127d0e4
|
Merge branch 'feature/sink_support_mono_v4.2' into 'release/v4.2'
bt: Fixed sink not being able to output mono audio because it can only decode dual channel audio data(v4.2)
See merge request espressif/esp-idf!20080
|
2022-10-10 17:32:35 +08:00 |
|
Wang Meng Yang
|
82890eee6c
|
Merge branch 'bugfix/a2dp_can_not_connect_after_ble_connected_v4.2' into 'release/v4.2'
fixed the issue iOS devices cannot initiate connection (v4.2)
See merge request espressif/esp-idf!20406
|
2022-10-10 17:25:25 +08:00 |
|
Jin Cheng
|
396dc28ca9
|
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-09-28 16:16:05 +08:00 |
|
cjin
|
1659c3460a
|
fix on data len change cmd malfunction
|
2022-09-27 21:47:39 +08:00 |
|
cjin
|
9d9b08ff10
|
fix err using rpa for confirmation calculation
|
2022-09-27 21:47:25 +08:00 |
|
zwj
|
4c3a48edea
|
fix calling esp_ble_get_cur_sendable_packets_num() sometimes crashes when bluetooth is disconnecting
|
2022-09-27 21:46:57 +08:00 |
|
xiongweichao
|
7f0c35dd32
|
bt:Fixed sink not being able to output mono audio because it can only decode dual channel audio data
|
2022-09-09 17:45:03 +08:00 |
|
zhiweijian@espressif.com
|
029ed39579
|
Fixed bluedroid host memory overflow
|
2022-07-28 09:47:03 +00:00 |
|
Jiang Jiang Jian
|
221993edd4
|
Merge branch 'bugfix/not_use_malloc_in_bluedroid_v4.2' into 'release/v4.2'
component/bt: use osi_malloc instead of malloc in bluedroid
See merge request espressif/esp-idf!18845
|
2022-07-12 10:43:44 +08:00 |
|
Wang Meng Yang
|
94fd4ffa2e
|
Merge branch 'bugfix/fix_osi_men_dbg_xxx_not_defined_when_enable_mem_dbg_v4.2' into 'release/v4.2'
bugfix/fix the issue of functions not defined when enable memory debug (v4.2)
See merge request espressif/esp-idf!18817
|
2022-07-11 15:37:54 +08:00 |
|
baohongde
|
68612afa09
|
component/bt: use osi_malloc instead of malloc in bluedroid
|
2022-07-11 02:48:10 +00:00 |
|
jincheng
|
aeeb255d35
|
resolve redefinition in btc_spp.h and btc_hd.h/btc_hh.h
Closes https://github.com/espressif/esp-idf/issues/9199
|
2022-07-08 14:23:09 +08:00 |
|
jincheng
|
24fc73c4e0
|
fix the issue of functions not defined when enable memory debug
|
2022-07-08 11:00:59 +08:00 |
|
Jiang Jiang Jian
|
372ae83fde
|
Merge branch 'bugfix/avdtp_genreal_reject_format_error_v4.2' into 'release/v4.2'
component_bt: Fix AVDTP general reject format error(v4.2)
See merge request espressif/esp-idf!18558
|
2022-06-21 20:54:34 +08:00 |
|
xiongweichao
|
90f464c671
|
update hfp_ag version to 1.7.2
|
2022-06-21 14:50:44 +08:00 |
|
xiongweichao
|
cec2713416
|
Fix AVDTP general reject format error.
|
2022-06-17 10:28:50 +08:00 |
|
keymoon
|
c670dc6d14
|
assign value to uninitialized bt_addr field
|
2022-05-29 18:04:53 -07:00 |
|
keymoon
|
2bf87b0a53
|
add address field to read_rmt_name_param
|
2022-05-29 18:04:41 -07:00 |
|
Jiang Jiang Jian
|
00d2c3037a
|
Merge branch 'bugfix/fix_disable_bt_log_ci_fail_v4.2' into 'release/v4.2'
component_bt: Fix CI failure when disable bluetooth debug log(v4.2)
See merge request espressif/esp-idf!17905
|
2022-04-27 18:20:27 +08:00 |
|
xiongweichao
|
d59d373edc
|
Fix spp initialization failure without free mutex
|
2022-04-27 14:49:39 +08:00 |
|
xiongweichao
|
9e2ae1271d
|
Fix spp crash after calling esp_spp_deinit
|
2022-04-27 14:43:42 +08:00 |
|
xiongweichao
|
0825981026
|
Fix CI failure when disable bluetooth debug log
|
2022-04-26 15:06:50 +08:00 |
|
liqigan
|
0c2c192013
|
add missing unlock in btc_spp_cb_handler of BTA_JV_RFCOMM_WRITE_EVT
|
2022-04-12 15:37:07 +08:00 |
|
liqigan
|
95ad53153f
|
fix SPP initiator can not free resource when connection is failed
|
2022-04-12 15:36:47 +08:00 |
|
xiongweichao
|
b8c9bb4247
|
Add some bluetooth debug log
|
2022-03-28 11:28:50 +08:00 |
|
xiongweichao
|
5e8b07bdea
|
Update HFP_HF version to 1.7.2
|
2022-03-08 11:11:58 +08:00 |
|
Jiang Jiang Jian
|
9b53301b4d
|
Merge branch 'bugfix/fix_spp_open_err_bda_v4.2' into 'release/v4.2'
Component_bt/Fix SPP acceptor open with wrong remote address[backport 4.2]
See merge request espressif/esp-idf!16615
|
2022-01-14 03:12:03 +00:00 |
|
xiongweichao
|
f41d77cce9
|
btc_a2dp_control_set_datachnl_stat is only used by a2dp sink
|
2022-01-10 11:01:41 +08:00 |
|
xiongweichao
|
45b9b12c04
|
remove btc_a2dp_dispatch_datapath_evt and event
|
2022-01-10 11:00:59 +08:00 |
|
xiongweichao
|
cf2f2a44c7
|
Fixed the crash caused by calling esp_a2d_media_ctrl(ESP_A2D_MEDIA_CTRL_START) after stream started
|
2022-01-10 11:00:03 +08:00 |
|
xiongweichao
|
190bd80f3d
|
Fixed a2dp source audio data packet congestion causing choppy audio in a2dp sink
|
2022-01-10 10:59:43 +08:00 |
|
liqigan
|
4b3b77e4e8
|
fix SPP open with wrong remote bd_addr
|
2021-12-31 15:46:15 +08:00 |
|
Wang Meng Yang
|
e7687c7688
|
Merge branch 'bugfix/fix_spp_listen_err_v4.2' into 'release/v4.2'
Component_bt/Fix SPP cannot malloc slot bugs[backport v4.2]
See merge request espressif/esp-idf!16385
|
2021-12-21 05:28:25 +00:00 |
|
Wang Meng Yang
|
db669217ac
|
Merge branch 'feature/support_ble_direct_ind_low_adv_v4.2' into 'release/v4.2'
components/bt: Support low duty cycle directed advertising(backport release/v4.2)
See merge request espressif/esp-idf!16379
|
2021-12-20 03:11:22 +00:00 |
|
Jiang Jiang Jian
|
0204aea35b
|
Merge branch 'bugfix/fix_blufi_encryption_fail_v4.2' into 'release/v4.2'
components/bt: fix blufi encryption fail(backport release/v4.2)
See merge request espressif/esp-idf!16316
|
2021-12-16 03:33:51 +00:00 |
|
xiewenxiang
|
146bbe95be
|
components/bt: Fix high duty cycle directed advertising will not be stopped when timeout
|
2021-12-14 14:10:29 +08:00 |
|
xiewenxiang
|
b3adae9b40
|
components/bt: Support low duty cycle directed advertising
|
2021-12-14 14:10:29 +08:00 |
|
liqigan
|
6c2d8ea653
|
fix SPP server bugs when the BTC layer can not allocate a slot for the listen port
|
2021-12-14 11:16:42 +08:00 |
|
xiewenxiang
|
ab7ad4e771
|
components/bt: fix blufi encryption fail
|
2021-12-08 14:09:29 +08:00 |
|
Jiang Jiang Jian
|
6317335174
|
Merge branch 'feature/add_coex_hci_command_v4.2' into 'release/v4.2'
Add hci command to set coexistence status (v4.2)
See merge request espressif/esp-idf!16055
|
2021-12-06 03:57:11 +00:00 |
|
Jiang Jiang Jian
|
d4c247dac6
|
Merge branch 'bugfix/fix_static_check_error_mr_4.2' into 'release/v4.2'
Fix the high-impact issues from the code analysis report from customer.
See merge request espressif/esp-idf!16046
|
2021-11-23 07:27:18 +00:00 |
|