bluez5: Added mSBC support in bluze5 backend native, including check to make sure the computer's bluetooth adapter

supports the transport modes required for mSBC
This commit is contained in:
Sebastian Apel 2021-01-13 10:24:55 +01:00 committed by Wim Taymans
parent 8aec26f5bd
commit 8ac5a89583
3 changed files with 167 additions and 8 deletions

View file

@ -2213,7 +2213,7 @@ impl_init(const struct spa_handle_factory *factory,
this->enable_sbc_xq = true;
}
this->backend_native = backend_native_new(this, this->conn, support, n_support);
this->backend_native = backend_native_new(this, this->conn, info, support, n_support);
this->backend_ofono = backend_ofono_new(this, this->conn, info, support, n_support);
this->backend_hsphfpd = backend_hsphfpd_new(this, this->conn, info, support, n_support);