bluez5: add faststream quirks

For some devices FastStream causes problems. Add quirk for disabling it.
This commit is contained in:
Pauli Virtanen 2021-09-29 18:31:45 +03:00
parent 84bc0490a5
commit c620121529
5 changed files with 27 additions and 5 deletions

View file

@ -678,6 +678,7 @@ enum spa_bt_feature {
SPA_BT_FEATURE_HW_VOLUME = (1 << 3),
SPA_BT_FEATURE_HW_VOLUME_MIC = (1 << 4),
SPA_BT_FEATURE_SBC_XQ = (1 << 5),
SPA_BT_FEATURE_FASTSTREAM = (1 << 6),
};
struct spa_bt_quirks;