mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
bluez5: SupportedUUIDs is an adapter-specific property
The DBus adapter objects has both .Adapter1 and .Media1 interfaces. Change handling of this so that we wait for both properties to appear.
This commit is contained in:
parent
7b54a891b4
commit
fb43a71543
2 changed files with 84 additions and 56 deletions
|
|
@ -365,6 +365,9 @@ struct spa_bt_adapter {
|
|||
unsigned int player_registered:1;
|
||||
unsigned int has_battery_provider:1;
|
||||
unsigned int battery_provider_unavailable:1;
|
||||
unsigned int le_audio_supported:1;
|
||||
unsigned int has_adapter1_interface:1;
|
||||
unsigned int has_media1_interface:1;
|
||||
};
|
||||
|
||||
enum spa_bt_form_factor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue