Lines Matching defs:NanCallbackHandlers
85 struct NanCallbackHandlers { struct
88 on_notify_response;
91 on_event_publish_terminated;
92 std::function<void(const NanMatchInd&)> on_event_match;
93 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired;
95 on_event_subscribe_terminated;
96 std::function<void(const NanFollowupInd&)> on_event_followup;
97 std::function<void(const NanDiscEngEventInd&)> on_event_disc_eng_event;
98 std::function<void(const NanDisabledInd&)> on_event_disabled;
99 std::function<void(const NanTCAInd&)> on_event_tca;
101 on_event_beacon_sdf_payload;
103 on_event_data_path_request;
105 on_event_data_path_confirm;
106 std::function<void(const NanDataPathEndInd&)> on_event_data_path_end;
108 on_event_transmit_follow_up;
109 std::function<void(const NanRangeRequestInd&)> on_event_range_request;
110 std::function<void(const NanRangeReportInd&)> on_event_range_report;
112 on_event_schedule_update;