Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/
Dwifi_direct_manager.h25 struct WifiDirectStatusListener { struct
26 void (*onLocalRoleChange)(enum WifiDirectRole oldRole, enum WifiDirectRole newRole);
27 …nDeviceOnLine)(const char *remoteMac, const char *remoteIp, const char *remoteUuid, bool isSource);
51 void (*registerStatusListener)(struct WifiDirectStatusListener *listener); argument