Searched refs:L2CAP_INVALID_PSM (Results 1 – 3 of 3) sorted by relevance
67 private static final int L2CAP_INVALID_PSM = -1; field in MasClient112 if (l2capSocket != L2CAP_INVALID_PSM) { in connect()
112 @VisibleForTesting static final int L2CAP_INVALID_PSM = -1; field in PbapClientConnectionHandler290 } else if (mPseRec.getL2capPsm() != L2CAP_INVALID_PSM) { in connectSocket()
133 when(record.getL2capPsm()).thenReturn(PbapClientConnectionHandler.L2CAP_INVALID_PSM); in connectSocket_whenBluetoothIsNotEnabled_returnsFalse_withInvalidL2capPsm()