diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-09-14 18:03:54 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-09-14 18:03:54 +0200 |
commit | a90bb1223be9413d5ef76a18d16bbc0de757ceda (patch) | |
tree | e6e02702aca1e0377515006905b3901701d9c9c0 /src/device.h | |
parent | a6195ecddf5e2b284654ace85566ecd60ab06141 (diff) | |
parent | 6d7e8a0ee472260f615131154407561fbb615ec4 (diff) |
Merge branch 'master' of git://git.infradead.org/users/dwmw2/bluez
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 2 |
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; |