mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
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:
parent
ae76789f24
commit
eca13ec230
4 changed files with 13 additions and 23 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue