Searched defs:IP2pServiceCallbacks (Results 1 – 1 of 1) sorted by relevance
26 struct IP2pServiceCallbacks { struct28 std::string callbackModuleName;30 std::function<void(P2pState)> OnP2pStateChangedEvent;32 std::function<void(const std::vector<WifiP2pDevice> &)> OnP2pPeersChangedEvent;34 std::function<void(const std::vector<WifiP2pServiceInfo> &)> OnP2pServicesChangedEvent;36 std::function<void(const WifiP2pLinkedInfo &)> OnP2pConnectionChangedEvent;38 std::function<void(const WifiP2pDevice &)> OnP2pThisDeviceChangedEvent;40 std::function<void(bool)> OnP2pDiscoveryChangedEvent;42 std::function<void()> OnP2pGroupsChangedEvent;44 std::function<void(P2pActionCallback, ErrCode)> OnP2pActionResultEvent;[all …]