Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/secure/csml/
DConfigurationParams.java63 public static final int RESULT_REPORT_CONFIG = 0x93; field in ConfigurationParams
254 configParamsBuilder.putByte(RESULT_REPORT_CONFIG, resultReportConfig); in toBytes()
410 if (isPresent(configParamsTlv, RESULT_REPORT_CONFIG)) { in fromBytes()
413 byte aoaSupportRaw = configParamsTlv.getByte(RESULT_REPORT_CONFIG); in fromBytes()
/packages/modules/Uwb/service/java/com/android/server/uwb/config/
DConfigParam.java98 public static final int RESULT_REPORT_CONFIG = 0x2E; field in ConfigParam
/packages/modules/Uwb/service/java/com/android/server/uwb/params/
DFiraEncoder.java120 .putByte(ConfigParam.RESULT_REPORT_CONFIG, (byte) resultReportConfig) in getTlvBufferFromFiraOpenSessionParams()