add new functions pa_bluetooth_cleanup_name() and pa_bluetooth_get_form_factor()

This commit is contained in:
Lennart Poettering 2009-02-02 00:30:10 +01:00
parent 16e369498c
commit d6fdd71c02
2 changed files with 70 additions and 7 deletions

View file

@ -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