Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dhidl_struct_util.cpp2277 NanCapabilities* hidl_response) { in convertLegacyNanCapabilitiesResponseToHidl() argument
2278 if (!hidl_response) { in convertLegacyNanCapabilitiesResponseToHidl()
2283 *hidl_response = {}; in convertLegacyNanCapabilitiesResponseToHidl()
2285 hidl_response->V1_0.maxConcurrentClusters = in convertLegacyNanCapabilitiesResponseToHidl()
2289 hidl_response->V1_0.maxServiceNameLen = in convertLegacyNanCapabilitiesResponseToHidl()
2291 hidl_response->V1_0.maxMatchFilterLen = in convertLegacyNanCapabilitiesResponseToHidl()
2293 hidl_response->V1_0.maxTotalMatchFilterLen = in convertLegacyNanCapabilitiesResponseToHidl()
2295 hidl_response->V1_0.maxServiceSpecificInfoLen = in convertLegacyNanCapabilitiesResponseToHidl()
2302 hidl_response->V1_0.maxQueuedTransmitFollowupMsgs = in convertLegacyNanCapabilitiesResponseToHidl()
2304 hidl_response->V1_0.maxSubscribeInterfaceAddresses = in convertLegacyNanCapabilitiesResponseToHidl()
[all …]
H A Dhidl_struct_util.h161 const NanRespondToDataPathIndicationRequest& hidl_response,
168 NanCapabilities* hidl_response);