Searched refs:NanTransmitFollowupInd (Results 1 – 6 of 6) sorted by relevance
103 int getNanTransmitFollowupInd(NanTransmitFollowupInd *event);
129 NanTransmitFollowupInd transmitFollowupInd; in handleNanIndication()130 memset(&transmitFollowupInd, 0, sizeof(NanTransmitFollowupInd)); in handleNanIndication()946 int NanCommand::getNanTransmitFollowupInd(NanTransmitFollowupInd *event) in getNanTransmitFollowupInd()
2144 } NanTransmitFollowupInd; typedef2408 void (*EventTransmitFollowup) (NanTransmitFollowupInd* event);
107 std::function<void(const NanTransmitFollowupInd&)>
299 std::function<void(const NanTransmitFollowupInd&)>301 void onAysncNanEventTransmitFollowUp(NanTransmitFollowupInd* event) { in onAysncNanEventTransmitFollowUp()
382 [weak_ptr_this](const legacy_hal::NanTransmitFollowupInd& msg) { in WifiNanIface()