bluez5: Allow media source connection for BAP

This commit is contained in:
Frédéric Danis 2022-07-26 15:57:53 +02:00 committed by Wim Taymans
parent cd50188787
commit 81f70aa1ec

View file

@ -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;