Searched refs:DATA_EXCHANGE (Results 1 – 9 of 9) sorted by relevance
44 new FiraConnectorMessage(MessageType.EVENT, InstructionCode.DATA_EXCHANGE, PAYLOAD);66 InstructionCode.DATA_EXCHANGE, in testIsAdminEventMessage()87 InstructionCode.DATA_EXCHANGE, in testIsAdminEventMessage()101 InstructionCode.DATA_EXCHANGE, in testIsAdminEventMessage()107 MessageType.EVENT, InstructionCode.DATA_EXCHANGE, null))) in testIsAdminEventMessage()123 assertThat(message.instructionCode).isEqualTo(InstructionCode.DATA_EXCHANGE); in testConstructor()143 InstructionCode.DATA_EXCHANGE, in testConvertToAdminEventMessage_invalidMessage()
69 InstructionCode.DATA_EXCHANGE, in testIsAdminErrorMessage()76 InstructionCode.DATA_EXCHANGE, in testIsAdminErrorMessage()97 InstructionCode.DATA_EXCHANGE, in testIsAdminErrorMessage()163 InstructionCode.DATA_EXCHANGE, in testConvertToAdminErrorMessage_invalidMessage()
53 private static final InstructionCode INSTRUCTION_CODE = InstructionCode.DATA_EXCHANGE;91 testHeaderFromBytes((byte) 0x00, MessageType.COMMAND, InstructionCode.DATA_EXCHANGE); in fromBytes_succeed()
59 MessageType.EVENT, InstructionCode.DATA_EXCHANGE, MESSAGE_PAYLOAD);176 InstructionCode.DATA_EXCHANGE, in testSendData_updateDestinationSecid()235 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, MESSAGE_PAYLOAD)); in testOnMessageReceived_receiveInvalidAdminPacket()
119 InstructionCode.DATA_EXCHANGE, in AdminEventMessage()133 && message.instructionCode == InstructionCode.DATA_EXCHANGE in isAdminEventMessage()
88 DATA_EXCHANGE(0), enumConstant
91 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, MESSAGE_PAYLOAD1);551 new FiraConnectorMessage(MessageType.EVENT, InstructionCode.DATA_EXCHANGE, bytes); in testSendMessage_messageLengthGreaterThanCapabilitites()593 MessageType.EVENT, InstructionCode.DATA_EXCHANGE, messagePayload); in testSendMessage_succeedThreePacket()709 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload); in testOutCharactersticNotifyAndRead_succeedThreePackets()770 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload) in testOutCharactersticNotifyAndRead_packetLengthOverflow()806 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload) in testOutCharactersticNotifyAndRead_tooManyConcurrentSessions()855 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload) in testOutCharactersticNotifyAndRead_messageLengthOverflow()
85 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, MESSAGE_PAYLOAD1);286 new FiraConnectorMessage(MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, bytes); in testSendMessage_failedMessageLengthGreaterThanCapabilitites()378 MessageType.COMMAND, InstructionCode.DATA_EXCHANGE, messagePayload); in testSendMessageAndOutCharactersticRead_threeReadSucceed()529 MessageType.EVENT, InstructionCode.DATA_EXCHANGE, messagePayload); in testInCharactersticWrite_succeed()
122 InstructionCode.DATA_EXCHANGE, in sendData()