Loading android/app/src/com/android/bluetooth/btservice/AdapterService.java +4 −1 Original line number Diff line number Diff line Loading @@ -391,6 +391,9 @@ public class AdapterService extends Service { } if (DBG)debugLog("cleanup() done"); if (DBG) debugLog("bluetooth process exit normally after clean up..."); System.exit(0); } private static final int MESSAGE_PROFILE_SERVICE_STATE_CHANGED =1; Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterService.java +4 −1 Original line number Diff line number Diff line Loading @@ -391,6 +391,9 @@ public class AdapterService extends Service { } if (DBG)debugLog("cleanup() done"); if (DBG) debugLog("bluetooth process exit normally after clean up..."); System.exit(0); } private static final int MESSAGE_PROFILE_SERVICE_STATE_CHANGED =1; Loading