Home
last modified time | relevance | path

Searched refs:L2CAP_INVALID_PSM (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMasClient.java67 private static final int L2CAP_INVALID_PSM = -1; field in MasClient
112 if (l2capSocket != L2CAP_INVALID_PSM) { in connect()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandler.java112 @VisibleForTesting static final int L2CAP_INVALID_PSM = -1; field in PbapClientConnectionHandler
290 } else if (mPseRec.getL2capPsm() != L2CAP_INVALID_PSM) { in connectSocket()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapClientConnectionHandlerTest.java133 when(record.getL2capPsm()).thenReturn(PbapClientConnectionHandler.L2CAP_INVALID_PSM); in connectSocket_whenBluetoothIsNotEnabled_returnsFalse_withInvalidL2capPsm()