Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.1/default/
Dhidl_struct_util.cpp1626 const legacy_hal::NanMatchInd& legacy_ind, in convertLegacyNanMatchIndToHidl() argument
1634 hidl_ind->discoverySessionId = legacy_ind.publish_subscribe_id; in convertLegacyNanMatchIndToHidl()
1635 hidl_ind->peerId = legacy_ind.requestor_instance_id; in convertLegacyNanMatchIndToHidl()
1636 hidl_ind->addr = hidl_array<uint8_t, 6>(legacy_ind.addr); in convertLegacyNanMatchIndToHidl()
1637 hidl_ind->serviceSpecificInfo = std::vector<uint8_t>(legacy_ind.service_specific_info, in convertLegacyNanMatchIndToHidl()
1638 legacy_ind.service_specific_info + legacy_ind.service_specific_info_len); in convertLegacyNanMatchIndToHidl()
1640 legacy_ind.sdea_service_specific_info, in convertLegacyNanMatchIndToHidl()
1641 legacy_ind.sdea_service_specific_info + legacy_ind.sdea_service_specific_info_len); in convertLegacyNanMatchIndToHidl()
1642 hidl_ind->matchFilter = std::vector<uint8_t>(legacy_ind.sdf_match_filter, in convertLegacyNanMatchIndToHidl()
1643 legacy_ind.sdf_match_filter + legacy_ind.sdf_match_filter_len); in convertLegacyNanMatchIndToHidl()
[all …]
Dhidl_struct_util.h133 bool convertLegacyNanMatchIndToHidl(const legacy_hal::NanMatchInd& legacy_ind,
136 const legacy_hal::NanFollowupInd& legacy_ind, NanFollowupReceivedInd* hidl_ind);
138 const legacy_hal::NanDataPathRequestInd& legacy_ind,
141 const legacy_hal::NanDataPathConfirmInd& legacy_ind,