Searched refs:RESULT_REPORT_CONFIG (Results 1 – 3 of 3) sorted by relevance
63 public static final int RESULT_REPORT_CONFIG = 0x93; field in ConfigurationParams254 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()
98 public static final int RESULT_REPORT_CONFIG = 0x2E; field in ConfigParam
120 .putByte(ConfigParam.RESULT_REPORT_CONFIG, (byte) resultReportConfig) in getTlvBufferFromFiraOpenSessionParams()