[device/common] ap6xxx bluetooth: solve bt open probability fail

This commit is contained in:
Firefly
2015-08-05 14:50:37 +08:00
committed by djw
parent fb0765f70c
commit 57cbb34834

View File

@ -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.
};