diff options
Diffstat (limited to 'network/connection.c')
-rw-r--r-- | network/connection.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/connection.c b/network/connection.c index b8f029e1..c17950bc 100644 --- a/network/connection.c +++ b/network/connection.c @@ -44,7 +44,7 @@ #include "error.h" #include "common.h" -#define NETWORK_PEER_INTERFACE "org.bluez.network.Peer" +#define NETWORK_PEER_INTERFACE "org.bluez.Network" typedef enum { CONNECTED, |