Searched defs:IP2pServiceCallbacks (Results 1 – 1 of 1) sorted by relevance
26 struct IP2pServiceCallbacks { struct28 std::string callbackModuleName;30 std::function<void(P2pState)> OnP2pStateChangedEvent;38 std::function<void(const WifiP2pDevice &)> OnP2pThisDeviceChangedEvent;40 std::function<void(bool)> OnP2pDiscoveryChangedEvent;42 std::function<void()> OnP2pGroupsChangedEvent;46 std::function<void(CfgType, char*, int)> OnConfigChangedEvent;48 std::function<void(const GcInfo &)> OnP2pGcJoinGroupEvent;50 std::function<void(const GcInfo &)> OnP2pGcLeaveGroupEvent;52 OnP2pServiceAvailable;[all …]