Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.4/default/
Dhidl_struct_util.h151 bool convertLegacyNanMatchIndToHidl(const legacy_hal::NanMatchInd& legacy_ind,
154 const legacy_hal::NanFollowupInd& legacy_ind,
157 const legacy_hal::NanDataPathRequestInd& legacy_ind,
160 const legacy_hal::NanDataPathConfirmInd& legacy_ind,
163 const legacy_hal::NanDataPathScheduleUpdateInd& legacy_ind,
Dhidl_struct_util.cpp2047 bool convertLegacyNanMatchIndToHidl(const legacy_hal::NanMatchInd& legacy_ind, in convertLegacyNanMatchIndToHidl() argument
2055 hidl_ind->discoverySessionId = legacy_ind.publish_subscribe_id; in convertLegacyNanMatchIndToHidl()
2056 hidl_ind->peerId = legacy_ind.requestor_instance_id; in convertLegacyNanMatchIndToHidl()
2057 hidl_ind->addr = hidl_array<uint8_t, 6>(legacy_ind.addr); in convertLegacyNanMatchIndToHidl()
2059 std::vector<uint8_t>(legacy_ind.service_specific_info, in convertLegacyNanMatchIndToHidl()
2060 legacy_ind.service_specific_info + in convertLegacyNanMatchIndToHidl()
2061 legacy_ind.service_specific_info_len); in convertLegacyNanMatchIndToHidl()
2063 std::vector<uint8_t>(legacy_ind.sdea_service_specific_info, in convertLegacyNanMatchIndToHidl()
2064 legacy_ind.sdea_service_specific_info + in convertLegacyNanMatchIndToHidl()
2065 legacy_ind.sdea_service_specific_info_len); in convertLegacyNanMatchIndToHidl()
[all …]