diff options
Diffstat (limited to 'plugins/bluetooth.h')
-rw-r--r-- | plugins/bluetooth.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/bluetooth.h b/plugins/bluetooth.h index 6cde7bc8..936659c8 100644 --- a/plugins/bluetooth.h +++ b/plugins/bluetooth.h @@ -52,6 +52,7 @@ struct server; typedef void (*ConnectFunc)(GIOChannel *io, GError *err, gpointer user_data); +void bluetooth_get_properties(); int bluetooth_register_uuid(const char *uuid, struct bluetooth_profile *profile); void bluetooth_unregister_uuid(const char *uuid); |