mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
bluez5: set BAP channel location from transport if unset
If BAP codec configuration is mono channel with unspecified location, set the channel position from transport location. This in principle should be set in SelectProperties, but currently BlueZ doesn't tell us that yet there, so we hack it up later on.
This commit is contained in:
parent
8f840e703b
commit
6e94487057
4 changed files with 80 additions and 6 deletions
|
|
@ -90,6 +90,12 @@
|
|||
#define BT_ISO_QOS_TARGET_LATENCY_BALANCED 0x02
|
||||
#define BT_ISO_QOS_TARGET_LATENCY_RELIABILITY 0x03
|
||||
|
||||
struct __attribute__((packed)) ltv {
|
||||
uint8_t len;
|
||||
uint8_t type;
|
||||
uint8_t value[];
|
||||
};
|
||||
|
||||
struct bap_endpoint_qos {
|
||||
uint8_t framing;
|
||||
uint8_t phy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue