Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.5/default/
Dwifi_legacy_hal.h367 struct NanCallbackHandlers { struct
370 on_notify_response;
373 on_event_publish_terminated;
374 std::function<void(const NanMatchInd&)> on_event_match;
375 std::function<void(const NanMatchExpiredInd&)> on_event_match_expired;
377 on_event_subscribe_terminated;
378 std::function<void(const NanFollowupInd&)> on_event_followup;
379 std::function<void(const NanDiscEngEventInd&)> on_event_disc_eng_event;
380 std::function<void(const NanDisabledInd&)> on_event_disabled;
381 std::function<void(const NanTCAInd&)> on_event_tca;
[all …]