Skip to content

Bluetooth

Peter Yoon edited this page Jul 11, 2020 · 5 revisions

Bluetooth HCI time-out error

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

From https://github.com/android-rpi/device_brcm_rpi3/issues/36

Clone this wiki locally