mbox series

[v4,0/4] Add initial support for BAP broadcast source

Message ID 20230607082300.4970-1-silviu.barbulescu@nxp.com
Headers show
Series Add initial support for BAP broadcast source | expand

Message

Silviu Florian Barbulescu June 7, 2023, 8:22 a.m. UTC
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.

To test the current implementation use bluetoothctl with the commands:
endpoint.register 00001852-0000-1000-8000-00805f9b34fb 0x06
endpoint.config <created endpoint> <local endpoint> 16_2_1
transport.acquire <created transport>
transport.send <created transport> <file.wav>

The curent implementation checks that ISO_BROADCASTER is suported on the board so
"Check for ISO support in controller" patch is required
(https://patchwork.kernel.org/project/bluetooth/patch/20230510134557.11486-2-claudia.rosu@nxp.com/)

Silviu Florian Barbulescu (4):
  Split bt_bap_qos structure into unicast and broadcast structures
  Update bluetoothctl with support for broadcast source
  This adds the initial code for BAP broadcast source
  Update BAP plugin with broadcast source support

 client/player.c            | 226 +++++++++++++--
 profiles/audio/bap.c       | 551 +++++++++++++++++++++++++++++++++----
 profiles/audio/media.c     | 115 +++++---
 profiles/audio/media.h     |   2 +
 profiles/audio/transport.c |  84 ++++--
 src/shared/bap.c           | 329 ++++++++++++++++------
 src/shared/bap.h           |  51 +++-
 unit/test-bap.c            |  75 ++---
 8 files changed, 1171 insertions(+), 262 deletions(-)


base-commit: 52477e80fc892bdd2ac250e932ceacda59f90b1c

Comments

patchwork-bot+bluetooth@kernel.org June 8, 2023, midnight UTC | #1
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Wed,  7 Jun 2023 11:22:56 +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:
  - [v4,1/4] Split bt_bap_qos structure into unicast and broadcast structures
    (no matching commit)
  - [v4,2/4] Update bluetoothctl with support for broadcast source
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=eb821743f9bf
  - [v4,3/4] This adds the initial code for BAP broadcast source
    (no matching commit)
  - [v4,4/4] Update BAP plugin with broadcast source support
    (no matching commit)

You are awesome, thank you!