Loading android/app/src/com/android/bluetooth/btservice/ProfileService.java +1 −0 Original line number Diff line number Diff line Loading @@ -378,6 +378,7 @@ public abstract class ProfileService extends Service { } if (!mProfileStarted) { Log.w(mName, "doStop() called, but the profile is not running."); return; } mProfileStarted = false; if (mAdapterService != null) { Loading Loading
android/app/src/com/android/bluetooth/btservice/ProfileService.java +1 −0 Original line number Diff line number Diff line Loading @@ -378,6 +378,7 @@ public abstract class ProfileService extends Service { } if (!mProfileStarted) { Log.w(mName, "doStop() called, but the profile is not running."); return; } mProfileStarted = false; if (mAdapterService != null) { Loading