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:
Sanchayan Maity 2025-01-16 17:21:03 +05:30 committed by Wim Taymans
parent 612cbf5176
commit 8120493edb
2 changed files with 27 additions and 6 deletions

View file

@ -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;
};