bluez5: quirks for headset without a2dp duplex codecs

See #1756 (another headset with non-working, probably faststream duplex)
This commit is contained in:
Pauli Virtanen 2021-11-07 15:57:28 +02:00 committed by Wim Taymans
parent fc12e5bed0
commit 2329a4d323
4 changed files with 12 additions and 0 deletions

View file

@ -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;