mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
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:
parent
8aec26f5bd
commit
8ac5a89583
3 changed files with 167 additions and 8 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue