bluetooth: Parse BlueZ 5 device properties

This code is based on previous work by Mikel Astiz.
This commit is contained in:
João Paulo Rechi Vita 2013-09-24 19:45:35 -03:00 committed by Tanu Kaskinen
parent 877f0a7d54
commit 89e97215c7
2 changed files with 142 additions and 2 deletions

View file

@ -83,6 +83,7 @@ struct pa_bluetooth_device {
char *alias;
char *address;
uint32_t class_of_device;
pa_hashmap *uuids;
pa_bluetooth_transport *transports[PA_BLUETOOTH_PROFILE_COUNT];
};