diff options
Diffstat (limited to 'network/common.h')
-rw-r--r-- | network/common.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/network/common.h b/network/common.h index e6aa90f6..cc154471 100644 --- a/network/common.h +++ b/network/common.h @@ -22,7 +22,10 @@ */ #define MAX_PATH_LENGTH 64 /* D-Bus path */ -#define NETWORK_PATH "/org/bluez/network" + +#define PANU_UUID "00001115-0000-1000-8000-00805f9b34fb" +#define NAP_UUID "00001116-0000-1000-8000-00805f9b34fb" +#define GN_UUID "00001117-0000-1000-8000-00805f9b34fb" int bnep_init(const char *panu_script, const char *gn_script, const char *nap_script); |