Home
last modified time | relevance | path

Searched refs:uwbAddressToLong (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraControleeParams.java76 addressList[i++] = uwbAddressToLong(address); in toBundle()
DFiraRangingReconfigureParams.java127 addressList[i++] = uwbAddressToLong(address); in toBundle()
DFiraParams.java758 protected static long uwbAddressToLong(UwbAddress address) { in uwbAddressToLong() method in FiraParams
DFiraOpenSessionParams.java538 bundle.putLong(KEY_DEVICE_ADDRESS, uwbAddressToLong(mDeviceAddress)); in toBundle()
544 destAddressList[i++] = uwbAddressToLong(destAddress); in toBundle()