Searched refs:NanMatchAlg (Results 1 – 7 of 7) sorted by relevance
118 * NanMatchAlg discoveryMatchIndicator = <b>NanMatchAlg.MATCH_NEVER</b>141 * NanMatchAlg discoveryMatchIndicator = <b>NanMatchAlg.MATCH_ONCE</b>
664 enum NanMatchAlg : uint32_t {1007 NanMatchAlg discoveryMatchIndicator;1458 * Ranging indication supersedes the NanMatchAlg specification.1459 * Ex: If NanMatchAlg is MATCH_ONCE, but ranging indications is continuous then continuous
126 * NanMatchAlg discoveryMatchIndicator = <b>NanMatchAlg.MATCH_NEVER</b>149 * NanMatchAlg discoveryMatchIndicator = <b>NanMatchAlg.MATCH_ONCE</b>
208 } NanMatchAlg; typedef1075 NanMatchAlg publish_match_indicator;1231 NanMatchAlg subscribe_match_indicator;
27 import android.hardware.wifi.V1_0.NanMatchAlg;710 req.baseConfigs.discoveryMatchIndicator = NanMatchAlg.MATCH_NEVER; in publish()776 req.baseConfigs.discoveryMatchIndicator = NanMatchAlg.MATCH_ONCE; in subscribe()
1191 legacy_hal::NanMatchAlg convertHidlNanMatchAlgToLegacy(NanMatchAlg type) { in convertHidlNanMatchAlgToLegacy()1193 case NanMatchAlg::MATCH_ONCE: in convertHidlNanMatchAlgToLegacy()1195 case NanMatchAlg::MATCH_CONTINUOUS: in convertHidlNanMatchAlgToLegacy()1197 case NanMatchAlg::MATCH_NEVER: in convertHidlNanMatchAlgToLegacy()
133 using ::NanMatchAlg;