dbus: Add P2P interface name defines

This commit is contained in:
Andrew Zaborowski 2020-04-03 18:14:14 +02:00 committed by Denis Kenzior
parent ef6084dcb4
commit 042f88e3e9
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@
#define IWD_AP_INTERFACE "net.connman.iwd.AccessPoint"
#define IWD_ADHOC_INTERFACE "net.connman.iwd.AdHoc"
#define IWD_STATION_INTERFACE "net.connman.iwd.Station"
#define IWD_P2P_INTERFACE "net.connman.iwd.p2p.Device"
#define IWD_P2P_PEER_INTERFACE "net.connman.iwd.p2p.Peer"
#define IWD_BASE_PATH "/net/connman/iwd"
#define IWD_AGENT_MANAGER_PATH IWD_BASE_PATH