File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -530,7 +530,7 @@ public boolean enableNoAutoConnect() {
530530 // Bluetooth stack needs a small delay here before adding
531531 // SDP records, otherwise dbus stalls for over 30 seconds 1 out of 50 runs
532532 try {
533- Thread .sleep (20 );
533+ Thread .sleep (50 );
534534 } catch (InterruptedException e ) {}
535535 updateSdpRecords ();
536536 return true ;
@@ -602,7 +602,7 @@ private synchronized void updateSdpRecords() {
602602 // Bluetooth stack need some a small delay here before adding more
603603 // SDP records, otherwise dbus stalls for over 30 seconds 1 out of 50 runs
604604 try {
605- Thread .sleep (20 );
605+ Thread .sleep (50 );
606606 } catch (InterruptedException e ) {}
607607
608608 if (R .getBoolean (com .android .internal .R .bool .config_bluetooth_default_profiles )) {
You can’t perform that action at this time.
0 commit comments