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:
Pauli Virtanen 2023-01-22 14:45:32 +02:00
parent 7b54a891b4
commit fb43a71543
2 changed files with 84 additions and 56 deletions

View file

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