mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Check if the adapter supports bap broadcast before registering the broadcast endpoint.
This commit is contained in:
parent
e2fa5537f7
commit
b07bb4e106
2 changed files with 28 additions and 4 deletions
|
|
@ -365,6 +365,7 @@ struct spa_bt_adapter {
|
|||
unsigned int le_audio_supported:1;
|
||||
unsigned int has_adapter1_interface:1;
|
||||
unsigned int has_media1_interface:1;
|
||||
unsigned int le_audio_bcast_supported :1;
|
||||
};
|
||||
|
||||
enum spa_bt_form_factor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue