mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-24 09:05:54 -04:00
bluez5: add adapter reference to remote_endpoint
This should make adapter members easier accessible via remote endpoints.
This commit is contained in:
parent
b0b6f6ca37
commit
5f12dd99a3
2 changed files with 34 additions and 9 deletions
|
|
@ -379,6 +379,7 @@ struct spa_bt_adapter {
|
|||
unsigned int has_media1_interface:1;
|
||||
unsigned int le_audio_bcast_supported:1;
|
||||
unsigned int tx_timestamping_supported:1;
|
||||
struct spa_list remote_endpoint_list;
|
||||
};
|
||||
|
||||
enum spa_bt_form_factor {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue