Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DCapabilityParam.java72 public static final int SUPPORTED_SESSION_KEY_LENGTH_VER_2_0 = 0x16; field in CapabilityParam
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraDecoder.java126 import static com.android.server.uwb.config.CapabilityParam.SUPPORTED_SESSION_KEY_LENGTH_VER_2_0;
748 int sessionKeyLength = tlvs.getByte(SUPPORTED_SESSION_KEY_LENGTH_VER_2_0); in getFiraSpecificationParamsFromTlvBuffer()