Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.1/default/
Dhidl_struct_util.h126 legacy_hal::NanDataPathIndicationResponse* legacy_response);
128 const legacy_hal::NanResponseMsg& legacy_response,
131 const legacy_hal::NanCapabilities& legacy_response,
Dhidl_struct_util.cpp1584 const legacy_hal::NanResponseMsg& legacy_response, in convertLegacyNanResponseHeaderToHidl() argument
1592 convertToWifiNanStatus(legacy_response.status, legacy_response.nan_error, in convertLegacyNanResponseHeaderToHidl()
1593 sizeof(legacy_response.nan_error), wifiNanStatus); in convertLegacyNanResponseHeaderToHidl()
1598 const legacy_hal::NanCapabilities& legacy_response, in convertLegacyNanCapabilitiesResponseToHidl() argument
1606 hidl_response->maxConcurrentClusters = legacy_response.max_concurrent_nan_clusters; in convertLegacyNanCapabilitiesResponseToHidl()
1607 hidl_response->maxPublishes = legacy_response.max_publishes; in convertLegacyNanCapabilitiesResponseToHidl()
1608 hidl_response->maxSubscribes = legacy_response.max_subscribes; in convertLegacyNanCapabilitiesResponseToHidl()
1609 hidl_response->maxServiceNameLen = legacy_response.max_service_name_len; in convertLegacyNanCapabilitiesResponseToHidl()
1610 hidl_response->maxMatchFilterLen = legacy_response.max_match_filter_len; in convertLegacyNanCapabilitiesResponseToHidl()
1611 hidl_response->maxTotalMatchFilterLen = legacy_response.max_total_match_filter_len; in convertLegacyNanCapabilitiesResponseToHidl()
[all …]