Searched refs:NanRangeReportInd (Results 1 – 9 of 9) sorted by relevance
105 int getNanRangeReportInd(NanRangeReportInd *event);
147 NanRangeReportInd rangeReportInd; in handleNanIndication()148 memset(&rangeReportInd, 0, sizeof(NanRangeReportInd)); in handleNanIndication()1326 int NanCommand::getNanRangeReportInd(NanRangeReportInd *event) in getNanRangeReportInd()
182 int getNanRangeReportInd(NanRangeReportInd *event);
191 NanRangeReportInd rangeReportInd; in handleNanIndication()192 memset(&rangeReportInd, 0, sizeof(NanRangeReportInd)); in handleNanIndication()1397 int NanCommand::getNanRangeReportInd(NanRangeReportInd *event) in getNanRangeReportInd()
2736 } NanRangeReportInd; typedef3093 void (*EventRangeReport) (NanRangeReportInd* event);
172 using ::NanRangeReportInd;478 std::function<void(const NanRangeReportInd&)> on_event_range_report;
576 callback_handlers.on_event_range_report = [](const legacy_hal::NanRangeReportInd& /* msg */) { in registerCallbackHandlers() argument
350 std::function<void(const NanRangeReportInd&)> on_nan_event_range_report_user_callback;351 void onAsyncNanEventRangeReport(NanRangeReportInd* event) { in onAsyncNanEventRangeReport()
6425 void OnNanRangeReportInd (NanRangeReportInd *event) { in OnNanRangeReportInd()