From 57cbb348347abb96e2fe4ae57062aeca602db3dd Mon Sep 17 00:00:00 2001 From: Firefly Date: Wed, 5 Aug 2015 14:50:37 +0800 Subject: [PATCH] [device/common] ap6xxx bluetooth: solve bt open probability fail --- device/common/bluetooth/libbt/src/hardware.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/common/bluetooth/libbt/src/hardware.c b/device/common/bluetooth/libbt/src/hardware.c index e93bb45818..e0b988205e 100755 --- a/device/common/bluetooth/libbt/src/hardware.c +++ b/device/common/bluetooth/libbt/src/hardware.c @@ -254,7 +254,7 @@ static uint8_t bt_sco_i2spcm_param[SCO_I2SPCM_PARAM_SIZE] = static const fw_settlement_entry_t fw_settlement_table[] = { {"BCM43241", 200}, {"BCM43341", 100}, - {(const char *) NULL, 100} // Giving the generic fw settlement delay setting. + {(const char *) NULL, 200} // Giving the generic fw settlement delay setting. };