bluez5: add codec check_caps + check vendor codec id for ldac & aptx

This commit is contained in:
Pauli Virtanen 2021-01-24 21:54:43 +02:00 committed by Wim Taymans
parent ce335b6d88
commit 0908588d0c
4 changed files with 28 additions and 2 deletions

View file

@ -377,4 +377,6 @@ struct a2dp_codec {
extern const struct a2dp_codec **a2dp_codecs;
bool a2dp_codec_check_caps(const struct a2dp_codec *codec, unsigned int codec_id, const void *caps, size_t caps_size);
#endif