Home
last modified time | relevance | path

Searched refs:CHANNEL_ERROR_INVALID_HANDSHAKE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DSecureBleChannel.java53 CHANNEL_ERROR_INVALID_HANDSHAKE,
65 static final int CHANNEL_ERROR_INVALID_HANDSHAKE = 0; field in SecureBleChannel
392 CHANNEL_ERROR_INVALID_HANDSHAKE));
/packages/apps/Car/libs/connected-device-lib/tests/unit/src/com/android/car/connecteddevice/ble/
DSecureBleChannelTest.java117 eq(SecureBleChannel.CHANNEL_ERROR_INVALID_HANDSHAKE) in testEncryptionHandshake_Association_wrongInitHandshakeMessage()
137 eq(SecureBleChannel.CHANNEL_ERROR_INVALID_HANDSHAKE) in testEncryptionHandshake_Association_wrongRespondToContinueMessage()