Searched refs:SecureBleChannel (Results 1 – 5 of 5) sorted by relevance
57 private SecureBleChannel mChannel;62 @Mock private SecureBleChannel.ShowVerificationCodeListener mShowVerificationCodeListenerMock;98 assertThat(confirmMessage).isEqualTo(SecureBleChannel.CONFIRMATION_SIGNAL); in testEncryptionHandshake_Association()117 eq(SecureBleChannel.CHANNEL_ERROR_INVALID_HANDSHAKE) in testEncryptionHandshake_Association_wrongInitHandshakeMessage()137 eq(SecureBleChannel.CHANNEL_ERROR_INVALID_HANDSHAKE) in testEncryptionHandshake_Association_wrongRespondToContinueMessage()142 mChannel = new SecureBleChannel( in setUpSecureBleChannel_Association()191 class ChannelCallback implements SecureBleChannel.Callback {
161 SecureBleChannel channel = getChannelForAssociation(callback); in testShowVerificationCode()171 SecureBleChannel channel = getChannelForAssociation(callback); in testAssociationSuccess()172 SecureBleChannel.Callback channelCallback = channel.getCallback(); in testAssociationSuccess()190 SecureBleChannel channel = getChannelForAssociation(callback); in testAssociationFailure_channelError()191 SecureBleChannel.Callback channelCallback = channel.getCallback(); in testAssociationFailure_channelError()221 private SecureBleChannel getChannelForAssociation(AssociationCallback callback) { in getChannelForAssociation()
302 SecureBleChannel secureChannel = getConnectedDevice().mSecureChannel; in notifyOutOfBandAccepted()314 SecureBleChannel getConnectedDeviceChannel() { in getConnectedDeviceChannel()379 SecureBleChannel secureChannel = new SecureBleChannel(secureStream, mStorage, isReconnect, in addConnectedDevice()492 private final SecureBleChannel.Callback mSecureChannelCallback =493 new SecureBleChannel.Callback() {
48 class SecureBleChannel { class102 SecureBleChannel(@NonNull BleDeviceMessageStream stream, in SecureBleChannel() method in SecureBleChannel107 SecureBleChannel(@NonNull BleDeviceMessageStream stream, in SecureBleChannel() method in SecureBleChannel442 void onEstablishSecureChannelFailure(@SecureBleChannel.ChannelError int error); in onEstablishSecureChannelFailure()
203 SecureBleChannel mSecureChannel;