From 042f88e3e902be3f4f69aca80614f8a402b0aebc Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Fri, 3 Apr 2020 18:14:14 +0200 Subject: [PATCH] dbus: Add P2P interface name defines --- src/dbus.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dbus.h b/src/dbus.h index 6416fa42..ebae85d4 100644 --- a/src/dbus.h +++ b/src/dbus.h @@ -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