Searched refs:macAddressBytes (Results 1 – 3 of 3) sorted by relevance
49 public boolean isPointedTarget(byte[] macAddressBytes) { in isPointedTarget() argument51 macAddressByteArrayToLong(macAddressBytes)); in isPointedTarget()103 private void checkAndRemoveStaleAdvertiseTarget(byte[] macAddressBytes) { in checkAndRemoveStaleAdvertiseTarget() argument104 long macAddress = macAddressByteArrayToLong(macAddressBytes); in checkAndRemoveStaleAdvertiseTarget()
4612 byte[] macAddressBytes = new byte[]{0x22, 0x11}; in testSetDataTransferPhaseConfig()4613 UwbAddress uwbAddress = UwbAddress.fromBytes(macAddressBytes); in testSetDataTransferPhaseConfig()4614 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfig()4620 macAddressBytes = new byte[]{0x44, 0x33}; in testSetDataTransferPhaseConfig()4621 uwbAddress = UwbAddress.fromBytes(macAddressBytes); in testSetDataTransferPhaseConfig()4622 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfig()4682 byte[] macAddressBytes = new byte[]{0x22, 0x11}; in testSetDataTransferPhaseConfigNonZeroslotBitMap()4683 UwbAddress uwbAddress = UwbAddress.fromBytes(macAddressBytes); in testSetDataTransferPhaseConfigNonZeroslotBitMap()4684 expectedMacAddressBuf.put(getComputedMacAddress(macAddressBytes)); in testSetDataTransferPhaseConfigNonZeroslotBitMap()4690 macAddressBytes = new byte[]{0x44, 0x33}; in testSetDataTransferPhaseConfigNonZeroslotBitMap()[all …]
904 byte[] macAddressBytes = getValidMacAddressFromOwrAoaMeasurement( in processRangeData()906 if (macAddressBytes == null) { in processRangeData()911 boolean advertisePointingResult = mAdvertiseManager.isPointedTarget(macAddressBytes); in processRangeData()915 .setMacAddress(macAddressBytes) in processRangeData()932 long macAddress = macAddressByteArrayToLong(macAddressBytes); in processRangeData()933 UwbAddress uwbAddress = UwbAddress.fromBytes(macAddressBytes); in processRangeData()