Searched refs:legacy_ind (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/wifi/aidl/default/ |
D | aidl_struct_util.h | 137 bool convertLegacyNanMatchIndToAidl(const legacy_hal::NanMatchInd& legacy_ind, 139 bool convertLegacyNanFollowupIndToAidl(const legacy_hal::NanFollowupInd& legacy_ind, 141 bool convertLegacyNanDataPathRequestIndToAidl(const legacy_hal::NanDataPathRequestInd& legacy_ind, 143 bool convertLegacyNanDataPathConfirmIndToAidl(const legacy_hal::NanDataPathConfirmInd& legacy_ind, 146 const legacy_hal::NanDataPathScheduleUpdateInd& legacy_ind, 206 bool convertLegacyNanPairingRequestIndToAidl(const legacy_hal::NanPairingRequestInd& legacy_ind, 208 bool convertLegacyNanPairingConfirmIndToAidl(const legacy_hal::NanPairingConfirmInd& legacy_ind, 211 const legacy_hal::NanBootstrappingRequestInd& legacy_ind, 214 const legacy_hal::NanBootstrappingConfirmInd& legacy_ind,
|
D | aidl_struct_util.cpp | 2301 bool convertLegacyNanMatchIndToAidl(const legacy_hal::NanMatchInd& legacy_ind, in convertLegacyNanMatchIndToAidl() argument 2309 aidl_ind->discoverySessionId = legacy_ind.publish_subscribe_id; in convertLegacyNanMatchIndToAidl() 2310 aidl_ind->peerId = legacy_ind.requestor_instance_id; in convertLegacyNanMatchIndToAidl() 2312 std::copy(legacy_ind.addr, legacy_ind.addr + 6, std::begin(aidl_ind->addr)); in convertLegacyNanMatchIndToAidl() 2314 legacy_ind.service_specific_info, in convertLegacyNanMatchIndToAidl() 2315 legacy_ind.service_specific_info + legacy_ind.service_specific_info_len); in convertLegacyNanMatchIndToAidl() 2317 legacy_ind.sdea_service_specific_info, in convertLegacyNanMatchIndToAidl() 2318 legacy_ind.sdea_service_specific_info + legacy_ind.sdea_service_specific_info_len); in convertLegacyNanMatchIndToAidl() 2320 std::vector<uint8_t>(legacy_ind.sdf_match_filter, in convertLegacyNanMatchIndToAidl() 2321 legacy_ind.sdf_match_filter + legacy_ind.sdf_match_filter_len); in convertLegacyNanMatchIndToAidl() [all …]
|