File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/com/maxieds/chameleonminilivedebugger Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -591,13 +591,13 @@ public void run() {
591591 stopConnectingDevices ();
592592 startConnectingDevices ();
593593 } else if (!btGattRef .discoverServices ()) {
594- Utils .displayToastMessage ("Discovering bluetooth services. Prepare to wait ..." , Toast .LENGTH_LONG );
594+ Utils .displayToastMessage ("Discovering bluetooth services.\n Prepare to wait ..." , Toast .LENGTH_LONG );
595595 discoverServicesHandler .postDelayed (this , BluetoothBroadcastReceiver .CHECK_DISCOVER_SVCS_INTERVAL );
596596 } else if (configureGattConnector ()) {
597597 BluetoothBroadcastReceiver .printServicesSummaryListToLog (btGattRef );
598598 notifyBluetoothBLEDeviceConnected ();
599599 } else {
600- Utils .displayToastMessage ("Discovering bluetooth services. Prepare to wait ..." , Toast .LENGTH_LONG );
600+ Utils .displayToastMessage ("Discovering bluetooth services.\n Prepare to wait ..." , Toast .LENGTH_LONG );
601601 discoverServicesHandler .postDelayed (this , BluetoothBroadcastReceiver .CHECK_DISCOVER_SVCS_INTERVAL );
602602 }
603603 }
You can’t perform that action at this time.
0 commit comments