Loading service/java/com/android/server/bluetooth/BluetoothManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } catch(RemoteException e) { Log.e(TAG,"Unable to call onBrEdrDown", e); } finally { mBluetoothLock.readLock().lock(); mBluetoothLock.readLock().unlock(); } } else if (st == BluetoothAdapter.STATE_ON){ // disable without persisting the setting Loading Loading
service/java/com/android/server/bluetooth/BluetoothManagerService.java +1 −1 Original line number Diff line number Diff line Loading @@ -225,7 +225,7 @@ class BluetoothManagerService extends IBluetoothManager.Stub { } catch(RemoteException e) { Log.e(TAG,"Unable to call onBrEdrDown", e); } finally { mBluetoothLock.readLock().lock(); mBluetoothLock.readLock().unlock(); } } else if (st == BluetoothAdapter.STATE_ON){ // disable without persisting the setting Loading