summaryrefslogtreecommitdiffstats
path: root/src/device.h
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2008-09-13 20:13:08 -0700
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-09-13 20:13:08 -0700
commite2a5786af8c8278eeeb0bedccda32c7422e9a2b7 (patch)
tree4f0f622810d0d63306d7d72dee340d6bccea8ae0 /src/device.h
parentdca79443166a7b2e28bd59a756cc9ad4ddcca270 (diff)
store pnp info when we receive a pnp record
Diffstat (limited to 'src/device.h')
-rw-r--r--src/device.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device.h b/src/device.h
index d2331173..21f7ffaa 100644
--- a/src/device.h
+++ b/src/device.h
@@ -45,6 +45,8 @@ 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;