Skip to content

Draft: bluez5:Add support for the broadcast source multiple BIS implementation in BlueZ.

In BlueZ implementation of broadcast source multiple BISes an endpoint is created at register and a transports will be created for each BIS. Each transport will point to this endpoint. Given this design I moved the creation of the simulated device, from the endpoint device discovery to the transport discovery, a new simulated device is created when we detect a new transport for broadcast sink profile.

Merge request reports