mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-25 01:40:32 -05:00
bluetooth: Parse BlueZ 5 device properties
This code is based on previous work by Mikel Astiz.
This commit is contained in:
parent
877f0a7d54
commit
89e97215c7
2 changed files with 142 additions and 2 deletions
|
|
@ -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];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue