Loading android/app/src/com/android/bluetooth/btservice/AdapterProperties.java +3 −4 Original line number Diff line number Diff line Loading @@ -203,11 +203,10 @@ class AdapterProperties { * @return the mState */ int getState() { synchronized (mObject) { if (VDBG) debugLog("State = " + mState); /* remove the lock to work around a platform deadlock problem */ /* and also for read access, it is safe to remove the lock to save CPU power */ return mState; } } /** * @return the mBondedDevices Loading Loading
android/app/src/com/android/bluetooth/btservice/AdapterProperties.java +3 −4 Original line number Diff line number Diff line Loading @@ -203,11 +203,10 @@ class AdapterProperties { * @return the mState */ int getState() { synchronized (mObject) { if (VDBG) debugLog("State = " + mState); /* remove the lock to work around a platform deadlock problem */ /* and also for read access, it is safe to remove the lock to save CPU power */ return mState; } } /** * @return the mBondedDevices Loading