diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2008-08-05 23:36:14 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2008-08-05 23:36:14 +0200 |
commit | 32cf081aa948793869822c9634751bced245f01c (patch) | |
tree | bd6281604d6d256625c615b98cf2a3d19fe0be0e /src/device.h | |
parent | 161915e640404db7a46321e59127a666b992b0df (diff) | |
parent | 00acfa685e3e73c619146b7ca39068eb304f1ce8 (diff) |
Merge branch 'bluez4' of git://git.infradead.org/users/vudentz/bluez-utils
Diffstat (limited to 'src/device.h')
-rw-r--r-- | src/device.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/device.h b/src/device.h index 31480a66..c29d670b 100644 --- a/src/device.h +++ b/src/device.h @@ -42,17 +42,3 @@ void device_set_temporary(struct btd_device *device, gboolean temporary); void device_set_cap(struct btd_device *device, uint8_t cap); void device_set_auth(struct btd_device *device, uint8_t auth); uint8_t device_get_auth(struct btd_device *device); - -#define BTD_UUIDS(args...) ((const char *[]) { args, NULL } ) - -struct btd_device_driver { - const char *name; - const char **uuids; - int (*probe) (struct btd_device_driver *driver, - struct btd_device *device, GSList *records); - void (*remove) (struct btd_device_driver *driver, - struct btd_device *device); -}; - -int btd_register_device_driver(struct btd_device_driver *driver); -void btd_unregister_device_driver(struct btd_device_driver *driver); |