Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java61 public static final int SP3_PHY_SET = 0x91; field in ConfigurationParams
228 mSp3PhyParameterSet.ifPresent(integer -> configParamsBuilder.putByte(SP3_PHY_SET, in toBytes()
398 if (isPresent(configParamsTlv, SP3_PHY_SET)) { in fromBytes()
400 configParamsTlv.getByte(SP3_PHY_SET).intValue()); in fromBytes()