Searched refs:getComputedMacAddress (Results 1 – 8 of 8) sorted by relevance
67 assertThat(getComputedMacAddress( in testInitializeUwbMulticastListUpdateStatus()100 assertThat(getComputedMacAddress( in testMulticastListUpdateStatusMultipleControlees()103 assertThat(getComputedMacAddress( in testMulticastListUpdateStatusMultipleControlees()111 public static byte[] getComputedMacAddress(byte[] address) { in getComputedMacAddress() method in UwbMulticastListUpdateStatusTest
349 uwbAddress = getComputedMacAddress(remoteDeviceAddress); in onDataSent()359 uwbAddress = getComputedMacAddress(remoteDeviceAddress); in onDataSendFailed()368 uwbAddress = getComputedMacAddress(remoteDeviceAddress); in onDataReceived()379 uwbAddress = getComputedMacAddress(remoteDeviceAddress); in onDataReceiveFailed()482 addressList[i] = getComputedMacAddress(UwbAddress.fromBytes( in generateFiraRangingReconfigureParams()517 addressList[i] = getComputedMacAddress(UwbAddress.fromBytes( in generateFiraControleeParams()632 UwbAddress deviceAddress = getComputedMacAddress(UwbAddress.fromBytes(bArray)); in generateFiraOpenSessionParams()639 destinationUwbAddresses[i] = getComputedMacAddress(UwbAddress.fromBytes( in generateFiraOpenSessionParams()713 UwbAddress peerAddress = getComputedMacAddress(UwbAddress.fromBytes(bArray)); in getRangingMeasurement()912 private static UwbAddress getComputedMacAddress(UwbAddress address) { in getComputedMacAddress() method in UwbManagerSnippet
66 uwbAddresses[i] = getComputedMacAddress(macAddress); in getUwbAddresses()113 private static UwbAddress getComputedMacAddress(byte[] address) { in getComputedMacAddress() method in UwbMulticastListUpdateStatus
86 getComputedMacAddress(params.getDeviceAddress())) in getTlvBufferFromFiraOpenSessionParams()140 dstAddressList.put(getComputedMacAddress(address)); in getTlvBufferFromFiraOpenSessionParams()424 private static byte[] getComputedMacAddress(UwbAddress address) { in getComputedMacAddress() method in FiraEncoder
300 private static UwbAddress getComputedMacAddress(byte[] address) { in getComputedMacAddress() method in UwbTestUtils314 .setRemoteDeviceAddress(getComputedMacAddress(macAddress)) in buildRangingReport()
777 UwbAddress addr = getComputedMacAddress(uwbTwoWayMeasurement[i].getMacAddress()); in getRangingReport()895 .setRemoteDeviceAddress(getComputedMacAddress(macAddress)) in buildRangingMeasurement()910 private static UwbAddress getComputedMacAddress(byte[] address) { in getComputedMacAddress() method in UwbSessionNotificationManager
1451 buffer.put(getComputedMacAddress(uwbAddress)); in handleSetHybridSessionControllerConfiguration()1614 macAddressList.add(getComputedMacAddress(uwbAddress)); in handleSetDataTransferPhaseConfig()2250 dstAddressList.add(getComputedMacAddress(address)); in handleReconfigure()3701 private static byte[] getComputedMacAddress(UwbAddress address) { in getComputedMacAddress() method in UwbSessionManager
4186 getComputedMacAddress(reconfigureParams.getAddressList()[0].toBytes()); in execReconfigureAddControlee_success()4243 byte[] dstAddress = getComputedMacAddress(reconfigureParams.getAddressList()[0].toBytes()); in execReconfigureRemoveControleeV1_success()4306 byte[] dstAddress = getComputedMacAddress(reconfigureParams.getAddressList()[0].toBytes()); in execReconfigureAddControleeV2_success()4356 byte[] dstAddress = getComputedMacAddress(reconfigureParams.getAddressList()[0].toBytes()); in execReconfigureAddControlee_fetchKeysFromSE_V2_success()4614 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfig()4622 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfig()4684 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigNonZeroslotBitMap()4692 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigNonZeroslotBitMap()4739 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigFailedDueToInvalidSessionType()4747 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigFailedDueToInvalidSessionType()[all …]