-
Notifications
You must be signed in to change notification settings - Fork 249
Bluetooth
Peter Yoon edited this page Feb 5, 2017
·
5 revisions
Try applying following patch under hardware/broadcom/libbt.
+++ b/src/hardware.c
@@ Line 232 @@
static const fw_settlement_entry_t fw_settlement_table[] = {
{"BCM43241", 200},
{"BCM43341", 100},
+ {"BCM43430A1", 1000},
{(const char *) NULL, 100} // Giving the generic fw settlement delay setting.
};