Home
last modified time | relevance | path

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

/packages/apps/Car/libs/connected-device-lib/src/com/android/car/connecteddevice/ble/
DSecureBleChannel.java54 CHANNEL_ERROR_INVALID_MSG,
67 static final int CHANNEL_ERROR_INVALID_MSG = 1; field in SecureBleChannel
247 notifySecureChannelFailure(CHANNEL_ERROR_INVALID_MSG); in sendHandshakeMessage()
260 notifySecureChannelFailure(CHANNEL_ERROR_INVALID_MSG); in sendServerAuthToClient()