Message ID | 20230525153452.125789-1-silviu.barbulescu@nxp.com (mailing list archive) |
---|---|
Headers | show |
Series | Add initial support for BAP broadcast source | expand |
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Thu, 25 May 2023 18:34:46 +0300 you wrote: > This patch adds initial support for BAP broadcast source. > > The current implementation allows BAP source endpoint registration, > media transport creation, transport acquiring and sending broadcast ISO data. > > Currently, one BIG containing one BIS is supported. > > [...] Here is the summary with links: - [v2,1/6] Update Docs for BAP broadcast source https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f808fa065396 - [v2,2/6] Add macro definitions for BAP broadcast source support (no matching commit) - [v2,3/6] Check for ISO broadcast support in controller https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=97f3386268fa - [v2,4/6] Add support for setsockopt (BT_IO_OPT_BASE) (no matching commit) - [v2,5/6] Update bluetoothctl with support for broadcast source (no matching commit) - [v2,6/6] Add initial support for BAP broadcast source (no matching commit) You are awesome, thank you!
Hi Silviu, On Fri, May 26, 2023 at 3:22 PM <patchwork-bot+bluetooth@kernel.org> wrote: > > Hello: > > This series was applied to bluetooth/bluez.git (master) > by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: > > On Thu, 25 May 2023 18:34:46 +0300 you wrote: > > This patch adds initial support for BAP broadcast source. > > > > The current implementation allows BAP source endpoint registration, > > media transport creation, transport acquiring and sending broadcast ISO data. > > > > Currently, one BIG containing one BIS is supported. > > > > [...] > > Here is the summary with links: > - [v2,1/6] Update Docs for BAP broadcast source > https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f808fa065396 > - [v2,2/6] Add macro definitions for BAP broadcast source support > (no matching commit) > - [v2,3/6] Check for ISO broadcast support in controller > https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=97f3386268fa > - [v2,4/6] Add support for setsockopt (BT_IO_OPT_BASE) > (no matching commit) > - [v2,5/6] Update bluetoothctl with support for broadcast source > (no matching commit) > - [v2,6/6] Add initial support for BAP broadcast source > (no matching commit) > > You are awesome, thank you! So Ive pushed changes up to 4/6, the last 2 have a lot of coding style problems so please fix them, and I'd still recommend you to split those as much as possible to make it easier to review.
Hello: This series was applied to bluetooth/bluez.git (master) by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>: On Thu, 25 May 2023 18:34:46 +0300 you wrote: > This patch adds initial support for BAP broadcast source. > > The current implementation allows BAP source endpoint registration, > media transport creation, transport acquiring and sending broadcast ISO data. > > Currently, one BIG containing one BIS is supported. > > [...] Here is the summary with links: - [v2,1/6] Update Docs for BAP broadcast source (no matching commit) - [v2,2/6] Add macro definitions for BAP broadcast source support (no matching commit) - [v2,3/6] Check for ISO broadcast support in controller (no matching commit) - [v2,4/6] Add support for setsockopt (BT_IO_OPT_BASE) https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=7002ecc8914a - [v2,5/6] Update bluetoothctl with support for broadcast source (no matching commit) - [v2,6/6] Add initial support for BAP broadcast source (no matching commit) You are awesome, thank you!