bluez5: backend-hsphfpd: Add mSBC support

mSBC can be enabled by passing "bluez5.msbc-support=true" parameter to
pipewire-media-session.
mSBC is automatically selected if remote device supports it.
This commit is contained in:
Frédéric Danis 2020-08-18 17:57:09 +02:00
parent 7d28b51713
commit 6308c5d806
4 changed files with 110 additions and 23 deletions

View file

@ -1809,7 +1809,7 @@ impl_init(const struct spa_handle_factory *factory,
this->backend_hsp_native = backend_hsp_native_new(this, this->conn, support, n_support);
this->backend_ofono = backend_ofono_new(this, this->conn, support, n_support);
this->backend_hsphfpd = backend_hsphfpd_new(this, this->conn, support, n_support);
this->backend_hsphfpd = backend_hsphfpd_new(this, this->conn, info, support, n_support);
return 0;
}