summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2008-09-14 12:28:30 -0700
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-09-14 12:42:18 -0700
commitaf8bb26f9bbc3ffb63a8dcc50768c59466540357 (patch)
tree0d961e384838acc720b6e2ff2c19c27c6247d35d /src/device.h
parent60af857dbc8a258eb91ef3fb6de06c17c8fb4ec2 (diff)
Find device ID from SDP records
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device.h b/src/device.h
index 21f7ffaa..d2331173 100644
--- a/src/device.h
+++ b/src/device.h
@@ -45,8 +45,6 @@ uint8_t device_get_auth(struct btd_device *device);
#define BTD_UUIDS(args...) ((const char *[]) { args, NULL } )
-#define PNP_UUID "00001200-0000-1000-8000-00805f9b34fb"
-
struct btd_device_driver {
const char *name;
const char **uuids;