Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java44 public static final int FIRA_PHY_VERSION = 0x80; field in ConfigurationParams
174 .putByteArray(FIRA_PHY_VERSION, new byte[]{ in toBytes()
331 if (isPresent(configParamsTlv, FIRA_PHY_VERSION)) { in fromBytes()
332 byte[] firaPhyVersion = configParamsTlv.getByteArray(FIRA_PHY_VERSION); in fromBytes()