summaryrefslogtreecommitdiffstats
path: root/src/modules/bluetooth/bluetooth-util.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-02-02 00:30:10 +0100
committerLennart Poettering <lennart@poettering.net>2009-02-02 00:30:10 +0100
commitd6fdd71c02223fdde027d44c36c14c8e17cfb5b9 (patch)
tree861073e20d510709acdea040bbf9dda9db7bb632 /src/modules/bluetooth/bluetooth-util.h
parent16e369498cffd28a806f0ba7b173f3c669c0e820 (diff)
add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor()
Diffstat (limited to 'src/modules/bluetooth/bluetooth-util.h')
-rw-r--r--src/modules/bluetooth/bluetooth-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/bluetooth/bluetooth-util.h b/src/modules/bluetooth/bluetooth-util.h
index ea6687a1..2c3ec649 100644
--- a/src/modules/bluetooth/bluetooth-util.h
+++ b/src/modules/bluetooth/bluetooth-util.h
@@ -74,4 +74,8 @@ pa_bluetooth_discovery* pa_bluetooth_discovery_new(DBusConnection *c, pa_bluetoo
void pa_bluetooth_discovery_free(pa_bluetooth_discovery *d);
void pa_bluetooth_discovery_sync(pa_bluetooth_discovery *d);
+const char*pa_bluetooth_get_form_factor(uint32_t class);
+
+char *pa_bluetooth_cleanup_name(const char *name);
+
#endif