Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java71 public static final int SUPPORTED_SUSPEND_RANGING_VER_2_0 = 0x15; field in CapabilityParam
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java129 import static com.android.server.uwb.config.CapabilityParam.SUPPORTED_SUSPEND_RANGING_VER_2_0;
745 int supportedSuspendSupport = tlvs.getByte(SUPPORTED_SUSPEND_RANGING_VER_2_0); in getFiraSpecificationParamsFromTlvBuffer()