Loading android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -729,6 +729,7 @@ class AvrcpControllerStateMachine extends StateMachine { } void dump(StringBuilder sb) { if (mRemoteDevice == null) return; BluetoothDevice device = mRemoteDevice.mBTDevice; if (device == null) return; ProfileService.println(sb, "mCurrentDevice: " + device.getAddress() + "(" Loading android/app/src/com/android/bluetooth/pbapclient/PbapClientConnectionHandler.java +2 −2 Original line number Diff line number Diff line Loading @@ -273,7 +273,7 @@ class PbapClientConnectionHandler extends Handler { /* Utilize SDP, if available, to create a socket connection over L2CAP, RFCOMM specified * channel, or RFCOMM default channel. */ private boolean connectSocket() { private synchronized boolean connectSocket() { try { /* Use BluetoothSocket to connect */ if (mPseRec == null) { Loading Loading @@ -352,7 +352,7 @@ class PbapClientConnectionHandler extends Handler { this.getLooper().getThread().interrupt(); } private void closeSocket() { private synchronized void closeSocket() { try { if (mSocket != null) { if (DBG) { Loading Loading
android/app/src/com/android/bluetooth/avrcpcontroller/AvrcpControllerStateMachine.java +1 −0 Original line number Diff line number Diff line Loading @@ -729,6 +729,7 @@ class AvrcpControllerStateMachine extends StateMachine { } void dump(StringBuilder sb) { if (mRemoteDevice == null) return; BluetoothDevice device = mRemoteDevice.mBTDevice; if (device == null) return; ProfileService.println(sb, "mCurrentDevice: " + device.getAddress() + "(" Loading
android/app/src/com/android/bluetooth/pbapclient/PbapClientConnectionHandler.java +2 −2 Original line number Diff line number Diff line Loading @@ -273,7 +273,7 @@ class PbapClientConnectionHandler extends Handler { /* Utilize SDP, if available, to create a socket connection over L2CAP, RFCOMM specified * channel, or RFCOMM default channel. */ private boolean connectSocket() { private synchronized boolean connectSocket() { try { /* Use BluetoothSocket to connect */ if (mPseRec == null) { Loading Loading @@ -352,7 +352,7 @@ class PbapClientConnectionHandler extends Handler { this.getLooper().getThread().interrupt(); } private void closeSocket() { private synchronized void closeSocket() { try { if (mSocket != null) { if (DBG) { Loading