Searched refs:NanMatchAlg (Results 1 – 17 of 17) sorted by relevance
20 import android.hardware.wifi.NanMatchAlg;65 NanMatchAlg discoveryMatchIndicator;
26 enum NanMatchAlg { enum
36 enum NanMatchAlg { enum
42 android.hardware.wifi.NanMatchAlg discoveryMatchIndicator;
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>
240 } NanMatchAlg; typedef1212 NanMatchAlg publish_match_indicator;1391 NanMatchAlg subscribe_match_indicator;
50 using aidl::android::hardware::wifi::NanMatchAlg;641 nanPublishRequest.baseConfigs.discoveryMatchIndicator = NanMatchAlg::MATCH_NEVER; in TEST_P()
27 import @1.0::NanMatchAlg;935 NanMatchAlg discoveryMatchIndicator;1165 * Ranging indication supersedes the NanMatchAlg specification.1166 * Ex: If NanMatchAlg is MATCH_ONCE, but ranging indications is continuous then continuous
664 nanPublishRequest.baseConfigs.discoveryMatchIndicator = NanMatchAlg::MATCH_NEVER; in TEST_P()
1209 legacy_hal::NanMatchAlg convertAidlNanMatchAlgToLegacy(NanMatchAlg type) { in convertAidlNanMatchAlgToLegacy()1211 case NanMatchAlg::MATCH_ONCE: in convertAidlNanMatchAlgToLegacy()1213 case NanMatchAlg::MATCH_CONTINUOUS: in convertAidlNanMatchAlgToLegacy()1215 case NanMatchAlg::MATCH_NEVER: in convertAidlNanMatchAlgToLegacy()
156 using ::NanMatchAlg;