mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5-dbus: Track ASHA HiSyncId & Side information in transport
ASHA devices with the same HiSyncId are a pair and this will be used later on to set them up together with a combine sink like device set for BAP. Side information is required for channel information when setting up the combine sink.
This commit is contained in:
parent
612cbf5176
commit
8120493edb
2 changed files with 27 additions and 6 deletions
|
|
@ -687,6 +687,10 @@ struct spa_bt_transport {
|
|||
struct spa_hook_list listener_list;
|
||||
struct spa_callbacks impl;
|
||||
|
||||
/* For ASHA */
|
||||
bool asha_right_side;
|
||||
uint64_t hisyncid;
|
||||
|
||||
/* user_data must be the last item in the struct */
|
||||
void *user_data;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue