Home
last modified time | relevance | path

Searched refs:NanMatchAlg (Results 1 – 7 of 7) sorted by relevance

/aosp12/hardware/interfaces/wifi/1.0/
H A DREADME-NAN.md118 * NanMatchAlg discoveryMatchIndicator = <b>NanMatchAlg.MATCH_NEVER</b>
141 * NanMatchAlg discoveryMatchIndicator = <b>NanMatchAlg.MATCH_ONCE</b>
H A Dtypes.hal664 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
/aosp12/hardware/interfaces/wifi/1.2/
H A DREADME-NAN.md126 * NanMatchAlg discoveryMatchIndicator = <b>NanMatchAlg.MATCH_NEVER</b>
149 * NanMatchAlg discoveryMatchIndicator = <b>NanMatchAlg.MATCH_ONCE</b>
/aosp12/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h208 } NanMatchAlg; typedef
1075 NanMatchAlg publish_match_indicator;
1231 NanMatchAlg subscribe_match_indicator;
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeApi.java27 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()
/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp1191 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()
H A Dwifi_legacy_hal.h133 using ::NanMatchAlg;