Searched refs:expectedHybridConfigBytes (Results 1 – 1 of 1) sorted by relevance
4899 ByteBuffer expectedHybridConfigBytes = ByteBuffer.allocate(noOfPhases in testsetHybridSessionControllerConfiguration_shortMacAddress() local4901 expectedHybridConfigBytes.order(ByteOrder.LITTLE_ENDIAN); in testsetHybridSessionControllerConfiguration_shortMacAddress()4903 expectedHybridConfigBytes.putInt(0); //SessionToken in testsetHybridSessionControllerConfiguration_shortMacAddress()4904 expectedHybridConfigBytes.putShort(startSlotIndex1); in testsetHybridSessionControllerConfiguration_shortMacAddress()4905 expectedHybridConfigBytes.putShort(endSlotIndex1); in testsetHybridSessionControllerConfiguration_shortMacAddress()4906 expectedHybridConfigBytes.put(phaseParticipation); in testsetHybridSessionControllerConfiguration_shortMacAddress()4907 expectedHybridConfigBytes.put(getComputedMacAddress(UWB_DEST_ADDRESS.toBytes())); in testsetHybridSessionControllerConfiguration_shortMacAddress()4909 expectedHybridConfigBytes.putInt(0); //SessionToken in testsetHybridSessionControllerConfiguration_shortMacAddress()4910 expectedHybridConfigBytes.putShort(startSlotIndex2); in testsetHybridSessionControllerConfiguration_shortMacAddress()4911 expectedHybridConfigBytes.putShort(endSlotIndex2); in testsetHybridSessionControllerConfiguration_shortMacAddress()[all …]