Searched refs:hidl_ind (Results 1 – 2 of 2) sorted by relevance
134 NanMatchInd* hidl_ind);136 const legacy_hal::NanFollowupInd& legacy_ind, NanFollowupReceivedInd* hidl_ind);139 NanDataPathRequestInd* hidl_ind);142 NanDataPathConfirmInd* hidl_ind);
1627 NanMatchInd* hidl_ind) { in convertLegacyNanMatchIndToHidl() argument1628 if (!hidl_ind) { in convertLegacyNanMatchIndToHidl()1632 *hidl_ind = {}; in convertLegacyNanMatchIndToHidl()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()1639 hidl_ind->extendedServiceSpecificInfo = std::vector<uint8_t>( in convertLegacyNanMatchIndToHidl()1642 hidl_ind->matchFilter = std::vector<uint8_t>(legacy_ind.sdf_match_filter, in convertLegacyNanMatchIndToHidl()1644 hidl_ind->matchOccuredInBeaconFlag = legacy_ind.match_occured_flag == 1; in convertLegacyNanMatchIndToHidl()[all …]