From 231ba99b01b93f7c68a3b37cbaf61d0d75c5ecc8 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Fri, 20 Feb 2009 15:37:09 -0300 Subject: Convert Network plugin to use confirm callback. --- network/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'network/common.h') diff --git a/network/common.h b/network/common.h index 67ef3247..424d6183 100644 --- a/network/common.h +++ b/network/common.h @@ -24,6 +24,7 @@ #define PANU_UUID "00001115-0000-1000-8000-00805f9b34fb" #define NAP_UUID "00001116-0000-1000-8000-00805f9b34fb" #define GN_UUID "00001117-0000-1000-8000-00805f9b34fb" +#define BNEP_SVC_UUID "0000000f-0000-1000-8000-00805f9b34fb" int bnep_init(const char *panu_script, const char *gn_script, const char *nap_script); -- cgit