bluez5: telephony: add Address property on the AudioGateway interface

This allows associating the AG with a remote device on higher level
software.
This commit is contained in:
George Kiagiadakis 2024-11-20 12:05:59 +02:00 committed by Wim Taymans
parent a0356cf4ae
commit 7de0419ca3
3 changed files with 90 additions and 36 deletions

View file

@ -42,6 +42,7 @@ struct spa_bt_telephony_ag {
int id;
/* D-Bus properties */
char *address;
struct spa_bt_telephony_ag_transport transport;
};