mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: Allow media source connection for BAP
This commit is contained in:
parent
cd50188787
commit
81f70aa1ec
1 changed files with 1 additions and 1 deletions
|
|
@ -730,7 +730,7 @@ static int do_start(struct impl *this)
|
|||
this, this->transport->state, this->following);
|
||||
|
||||
if (this->transport->state >= SPA_BT_TRANSPORT_STATE_PENDING ||
|
||||
this->is_duplex)
|
||||
this->is_duplex || this->codec->bap)
|
||||
res = transport_start(this);
|
||||
|
||||
this->started = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue