Home
last modified time | relevance | path

Searched refs:NanPublishType (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/wifi/1.0/
DAndroid.bp51 "NanPublishType",
Dtypes.hal673 enum NanPublishType : uint32_t {
680 * NAN transmit type used in |NanPublishType.SOLICITED| or |NanPublishType.UNSOLICITED_SOLICITED|
693 PASSIVE = 0, // Subscribe session scans for |NanPublishType.UNSOLICITED| publish sessions.
694 ACTIVE, // Subscribe session probes for |NanPublishType.SOLICITED| publish sessions.
1114 NanPublishType publishType;
1116 * For publishType of |NanPublishType.SOLICITED| or |NanPublishType.UNSOLICITED_SOLICITED|
DREADME-NAN.md133 * NanPublishType publishType = <i>variable</i>
/hardware/libhardware_legacy/include/hardware_legacy/
Dwifi_nan.h98 } NanPublishType; typedef
1045 NanPublishType publish_type;/* 0= unsolicited, solicited = 1, 2= both */
/hardware/interfaces/wifi/1.2/default/
Dhidl_struct_util.cpp911 legacy_hal::NanPublishType convertHidlNanPublishTypeToLegacy( in convertHidlNanPublishTypeToLegacy()
912 NanPublishType type) { in convertHidlNanPublishTypeToLegacy()
914 case NanPublishType::UNSOLICITED: in convertHidlNanPublishTypeToLegacy()
916 case NanPublishType::SOLICITED: in convertHidlNanPublishTypeToLegacy()
918 case NanPublishType::UNSOLICITED_SOLICITED: in convertHidlNanPublishTypeToLegacy()
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md141 * NanPublishType publishType = <i>variable</i>