Home
last modified time | relevance | path

Searched refs:legacy_response (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Daidl_struct_util.h132 legacy_hal::NanDataPathIndicationResponse* legacy_response);
133 bool convertLegacyNanResponseHeaderToAidl(const legacy_hal::NanResponseMsg& legacy_response,
135 bool convertLegacyNanCapabilitiesResponseToAidl(const legacy_hal::NanCapabilities& legacy_response,
199 legacy_hal::NanPairingIndicationResponse* legacy_response);
205 legacy_hal::NanBootstrappingIndicationResponse* legacy_response);
Daidl_struct_util.cpp2253 bool convertLegacyNanResponseHeaderToAidl(const legacy_hal::NanResponseMsg& legacy_response, in convertLegacyNanResponseHeaderToAidl() argument
2261 convertToNanStatus(legacy_response.status, legacy_response.nan_error, in convertLegacyNanResponseHeaderToAidl()
2262 sizeof(legacy_response.nan_error), nanStatus); in convertLegacyNanResponseHeaderToAidl()
2266 bool convertLegacyNanCapabilitiesResponseToAidl(const legacy_hal::NanCapabilities& legacy_response, in convertLegacyNanCapabilitiesResponseToAidl() argument
2275 aidl_response->maxConcurrentClusters = legacy_response.max_concurrent_nan_clusters; in convertLegacyNanCapabilitiesResponseToAidl()
2276 aidl_response->maxPublishes = legacy_response.max_publishes; in convertLegacyNanCapabilitiesResponseToAidl()
2277 aidl_response->maxSubscribes = legacy_response.max_subscribes; in convertLegacyNanCapabilitiesResponseToAidl()
2278 aidl_response->maxServiceNameLen = legacy_response.max_service_name_len; in convertLegacyNanCapabilitiesResponseToAidl()
2279 aidl_response->maxMatchFilterLen = legacy_response.max_match_filter_len; in convertLegacyNanCapabilitiesResponseToAidl()
2280 aidl_response->maxTotalMatchFilterLen = legacy_response.max_total_match_filter_len; in convertLegacyNanCapabilitiesResponseToAidl()
[all …]