From e2a5786af8c8278eeeb0bedccda32c7422e9a2b7 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 13 Sep 2008 20:13:08 -0700 Subject: store pnp info when we receive a pnp record --- src/device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/device.h') 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; -- cgit