Searched refs:uwbDevice (Results 1 – 2 of 2) sorted by relevance
50 UwbDevice uwbDevice = (UwbDevice) o; in equals() local51 return Objects.equals(mAddress, uwbDevice.mAddress); in equals()
252 UwbDevice uwbDevice = UwbDevice.createForAddress(peerAddress.toBytes()); in onRangingDataReceived() local253 callback.onRangingResult(uwbDevice, currentPosition); in onRangingDataReceived()