Home
last modified time | relevance | path

Searched defs:NanCallbackHandlers (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal.h486 struct NanCallbackHandlers { struct
488 std::function<void(transaction_id, const NanResponseMsg&)> on_notify_response;
490 std::function<void(const NanPublishTerminatedInd&)> on_event_publish_terminated;
491 std::function<void(const NanMatchInd&)> on_event_match;
492 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired;
493 std::function<void(const NanSubscribeTerminatedInd&)> on_event_subscribe_terminated;
494 std::function<void(const NanFollowupInd&)> on_event_followup;
495 std::function<void(const NanDiscEngEventInd&)> on_event_disc_eng_event;
496 std::function<void(const NanDisabledInd&)> on_event_disabled;
497 std::function<void(const NanTCAInd&)> on_event_tca;
[all …]