Loading core/java/android/server/BluetoothEventLoop.java +1 −0 Original line number Diff line number Diff line Loading @@ -693,6 +693,7 @@ class BluetoothEventLoop { mAdapter.getRemoteDevice(address)) != null) { return true; } return false; } private boolean isOtherSinkInNonDisconnectingState(String address) { Loading Loading
core/java/android/server/BluetoothEventLoop.java +1 −0 Original line number Diff line number Diff line Loading @@ -693,6 +693,7 @@ class BluetoothEventLoop { mAdapter.getRemoteDevice(address)) != null) { return true; } return false; } private boolean isOtherSinkInNonDisconnectingState(String address) { Loading