Skip to content

Commit 78c0833

Browse files
wmy-espressiftianhaoesp
authored andcommitted
component/bt: modify the invalid retransmission setting for SCO link in HFP
1 parent a8d34b8 commit 78c0833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/bt/bluedroid/bta/hf_client/bta_hf_client_sco.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ static const tBTM_ESCO_PARAMS bta_hf_client_esco_params[] = {
4646
BTM_SCO_PKT_TYPES_MASK_NO_3_EV3 |
4747
BTM_SCO_PKT_TYPES_MASK_NO_2_EV5 |
4848
BTM_SCO_PKT_TYPES_MASK_NO_3_EV5),
49-
.retrans_effort = BTM_ESCO_RETRANS_POWER,
49+
.retrans_effort = BTM_ESCO_RETRANS_OFF,
5050
},
5151
/* ESCO CVSD */
5252
{

0 commit comments

Comments
 (0)