From 78c083325f5fb3c96e9a78e0bd2535b8beadd477 Mon Sep 17 00:00:00 2001 From: wangmengyang Date: Wed, 1 Aug 2018 19:39:18 +0800 Subject: [PATCH] component/bt: modify the invalid retransmission setting for SCO link in HFP --- components/bt/bluedroid/bta/hf_client/bta_hf_client_sco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/bluedroid/bta/hf_client/bta_hf_client_sco.c b/components/bt/bluedroid/bta/hf_client/bta_hf_client_sco.c index 744edc917..20b0cc785 100644 --- a/components/bt/bluedroid/bta/hf_client/bta_hf_client_sco.c +++ b/components/bt/bluedroid/bta/hf_client/bta_hf_client_sco.c @@ -46,7 +46,7 @@ static const tBTM_ESCO_PARAMS bta_hf_client_esco_params[] = { BTM_SCO_PKT_TYPES_MASK_NO_3_EV3 | BTM_SCO_PKT_TYPES_MASK_NO_2_EV5 | BTM_SCO_PKT_TYPES_MASK_NO_3_EV5), - .retrans_effort = BTM_ESCO_RETRANS_POWER, + .retrans_effort = BTM_ESCO_RETRANS_OFF, }, /* ESCO CVSD */ {