mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
bluez5: quirks for headset without a2dp duplex codecs
See #1756 (another headset with non-working, probably faststream duplex)
This commit is contained in:
parent
fc12e5bed0
commit
2329a4d323
4 changed files with 12 additions and 0 deletions
|
|
@ -682,6 +682,7 @@ enum spa_bt_feature {
|
|||
SPA_BT_FEATURE_HW_VOLUME_MIC = (1 << 4),
|
||||
SPA_BT_FEATURE_SBC_XQ = (1 << 5),
|
||||
SPA_BT_FEATURE_FASTSTREAM = (1 << 6),
|
||||
SPA_BT_FEATURE_A2DP_DUPLEX = (1 << 7),
|
||||
};
|
||||
|
||||
struct spa_bt_quirks;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue