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