Loading android/app/src/com/android/bluetooth/a2dp/A2dpService.java +5 −0 Original line number Diff line number Diff line Loading @@ -1253,6 +1253,11 @@ public class A2dpService extends ProfileService { } void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { if (!isAvailable()) { Log.w(TAG, "connectionStateChanged: service is not available"); return; } if ((device == null) || (fromState == toState)) { return; } Loading android/app/src/com/android/bluetooth/bass_client/BassClientService.java +5 −0 Original line number Diff line number Diff line Loading @@ -677,6 +677,11 @@ public class BassClientService extends ProfileService { synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { if (!isAvailable()) { Log.w(TAG, "connectionStateChanged: service is not available"); return; } if ((device == null) || (fromState == toState)) { Log.e(TAG, "connectionStateChanged: unexpected invocation. device=" + device + " fromState=" + fromState + " toState=" + toState); Loading android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java +5 −0 Original line number Diff line number Diff line Loading @@ -1022,6 +1022,11 @@ public class CsipSetCoordinatorService extends ProfileService { @VisibleForTesting synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { if (!isAvailable()) { Log.w(TAG, "connectionStateChanged: service is not available"); return; } if ((device == null) || (fromState == toState)) { Log.e(TAG, "connectionStateChanged: unexpected invocation. device=" + device Loading android/app/src/com/android/bluetooth/vc/VolumeControlService.java +5 −0 Original line number Diff line number Diff line Loading @@ -1099,6 +1099,11 @@ public class VolumeControlService extends ProfileService { @VisibleForTesting synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { if (!isAvailable()) { Log.w(TAG, "connectionStateChanged: service is not available"); return; } if ((device == null) || (fromState == toState)) { Log.e(TAG, "connectionStateChanged: unexpected invocation. device=" + device + " fromState=" + fromState + " toState=" + toState); Loading Loading
android/app/src/com/android/bluetooth/a2dp/A2dpService.java +5 −0 Original line number Diff line number Diff line Loading @@ -1253,6 +1253,11 @@ public class A2dpService extends ProfileService { } void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { if (!isAvailable()) { Log.w(TAG, "connectionStateChanged: service is not available"); return; } if ((device == null) || (fromState == toState)) { return; } Loading
android/app/src/com/android/bluetooth/bass_client/BassClientService.java +5 −0 Original line number Diff line number Diff line Loading @@ -677,6 +677,11 @@ public class BassClientService extends ProfileService { synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { if (!isAvailable()) { Log.w(TAG, "connectionStateChanged: service is not available"); return; } if ((device == null) || (fromState == toState)) { Log.e(TAG, "connectionStateChanged: unexpected invocation. device=" + device + " fromState=" + fromState + " toState=" + toState); Loading
android/app/src/com/android/bluetooth/csip/CsipSetCoordinatorService.java +5 −0 Original line number Diff line number Diff line Loading @@ -1022,6 +1022,11 @@ public class CsipSetCoordinatorService extends ProfileService { @VisibleForTesting synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { if (!isAvailable()) { Log.w(TAG, "connectionStateChanged: service is not available"); return; } if ((device == null) || (fromState == toState)) { Log.e(TAG, "connectionStateChanged: unexpected invocation. device=" + device Loading
android/app/src/com/android/bluetooth/vc/VolumeControlService.java +5 −0 Original line number Diff line number Diff line Loading @@ -1099,6 +1099,11 @@ public class VolumeControlService extends ProfileService { @VisibleForTesting synchronized void connectionStateChanged(BluetoothDevice device, int fromState, int toState) { if (!isAvailable()) { Log.w(TAG, "connectionStateChanged: service is not available"); return; } if ((device == null) || (fromState == toState)) { Log.e(TAG, "connectionStateChanged: unexpected invocation. device=" + device + " fromState=" + fromState + " toState=" + toState); Loading