Searched refs:channelCallback (Results 1 – 1 of 1) sorted by relevance
172 SecureBleChannel.Callback channelCallback = channel.getCallback(); in testAssociationSuccess() local173 assertThat(channelCallback).isNotNull(); in testAssociationSuccess()174 channelCallback.onDeviceIdReceived(TEST_REMOTE_DEVICE_ID.toString()); in testAssociationSuccess()176 channelCallback.onSecureChannelEstablished(); in testAssociationSuccess()191 SecureBleChannel.Callback channelCallback = channel.getCallback(); in testAssociationFailure_channelError() local193 assertThat(channelCallback).isNotNull(); in testAssociationFailure_channelError()194 channelCallback.onDeviceIdReceived(TEST_REMOTE_DEVICE_ID.toString()); in testAssociationFailure_channelError()195 channelCallback.onEstablishSecureChannelFailure(testErrorCode); in testAssociationFailure_channelError()