diff options
Diffstat (limited to 'plugins/bluetooth.h')
-rw-r--r-- | plugins/bluetooth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h index ff0ea52b..7f9f8101 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -32,9 +32,9 @@ struct bluetooth_profile { const char *name; - int (*create)(const char *device, const char *dev_addr, + int (*probe)(const char *device, const char *dev_addr, const char *adapter_addr, const char *alias); - void (*remove_all)(void); + void (*remove)(const char *prefix); void (*set_alias)(const char *device, const char *); }; |