bluez5: remove per-device codec filtering

This does not work as intended, because we no longer do a codec switch
on device connect.  It should be done in a different way, but since it's
not used for anything right now, can as well remove it.
This commit is contained in:
Pauli Virtanen 2021-03-06 14:46:57 +02:00
parent 662fd8a1f9
commit e42261c6d2
6 changed files with 10 additions and 38 deletions

View file

@ -459,8 +459,6 @@ struct spa_bt_transport {
void *configuration;
int configuration_len;
unsigned int enabled:1; /**< Transport ready for use in sink/source */
uint32_t n_channels;
uint32_t channels[64];