bluez5: iso-io: get BAP interval from dbus, not getsockopt

For ISO server sockets, the QOS struct from getsockopt contains values
with different meaning from ISO client socket. Get the values via DBus
instead, which is right in both cases.
This commit is contained in:
Pauli Virtanen 2023-04-06 23:02:44 +03:00 committed by Wim Taymans
parent ae76789f24
commit eca13ec230
4 changed files with 13 additions and 23 deletions

View file

@ -613,6 +613,7 @@ struct spa_bt_transport {
uint8_t bap_cig;
uint8_t bap_cis;
uint32_t bap_location;
uint32_t bap_interval;
struct spa_bt_iso_io *iso_io;
struct spa_bt_sco_io *sco_io;