Message ID | 20240516130400.16713-1-andrei.istodorescu@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | Create transports for matching BISes | expand |
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Thu, 16 May 2024 16:03:54 +0300 you wrote: > This patch refactors the flow for the BAP Broadcast Sink. > After observing the BASE information, streams and transports will be > generated for each BIS that matches local PAC capabilities. > Because endpoints are not available any more, local PAC (which contain > local registered capabilities) has a new list of setups. Each setup is > generated based on the matching BIS observed. > Then, the setup is used to configure a stream which then generates a > MediaTransport. > The transport is in the TRANSPORT_STATE_IDLE state until someone > acquires it. The "Acquire" procedure results in creating the IO using > BIG Create Sync. The successful reply of it causes the transport to be > advanced in TRANSPORT_STATE_ACTIVE state. > > [...] Here is the summary with links: - [BlueZ,v5,1/6] shared/bap: Update stream management to avoid PACs https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=98818da25b23 - [BlueZ,v5,2/6] shared/bap: Add function to check the validity of a BIS https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=db8c96059c02 - [BlueZ,v5,3/6] bap: Update BIS management https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=32d147959b8e - [BlueZ,v5,4/6] shared/bap: Remove not needed function https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7aecf3bbcdb2 - [BlueZ,v5,5/6] shared/bap: Return the local PAC when matching a BIS https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7b1e0e503cb8 - [BlueZ,v5,6/6] shared/bap: Add stream ops for get_location, get_dir and get_state https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=745f324de589 You are awesome, thank you!