Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DUwbCapability.java614 TlvDecoderBuffer uwbCapabilityTlv = new TlvDecoderBuffer(data, UWB_CAPABILITY_MAX_COUNT); in fromBytes() local
615 uwbCapabilityTlv.parse(); in fromBytes()
618 if (isPresent(uwbCapabilityTlv, FIRA_PHY_VERSION_RANGE)) { in fromBytes()
619 byte[] firaPhyVersionRange = uwbCapabilityTlv.getByteArray(FIRA_PHY_VERSION_RANGE); in fromBytes()
629 if (isPresent(uwbCapabilityTlv, FIRA_MAC_VERSION_RANGE)) { in fromBytes()
630 byte[] firaMacVersionRange = uwbCapabilityTlv.getByteArray(FIRA_MAC_VERSION_RANGE); in fromBytes()
640 if (isPresent(uwbCapabilityTlv, DEVICE_ROLES)) { in fromBytes()
643 byte deviceRolesRaw = uwbCapabilityTlv.getByte(DEVICE_ROLES); in fromBytes()
658 if (isPresent(uwbCapabilityTlv, RANGING_METHOD)) { in fromBytes()
659 uwbCapabilityBuilder.setRangingMethod(uwbCapabilityTlv.getByte(RANGING_METHOD)); in fromBytes()
[all …]