mbox series

[BlueZ,0/1] client/player: Update minimum LC3 SDU size to accommodate 8_1 config

Message ID 20240313090359.164196-1-vlad.pruteanu@nxp.com (mailing list archive)
Headers show
Series client/player: Update minimum LC3 SDU size to accommodate 8_1 config | expand

Message

Vlad Pruteanu March 13, 2024, 9:03 a.m. UTC
Currently the minimum LC3 SDU size is set to 30B. Thus, if a source
uses the 8_1_1 config which has a SDU size of 26 the sink's capabilities
won't match and the appropriate endpoint won't be created.

Vlad Pruteanu (1):
  client/player: Update minimum LC3 SDU size to accommodate 8_1 config

 client/player.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Comments

patchwork-bot+bluetooth@kernel.org March 14, 2024, 2:50 p.m. UTC | #1
Hello:

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

On Wed, 13 Mar 2024 11:03:58 +0200 you wrote:
> Currently the minimum LC3 SDU size is set to 30B. Thus, if a source
> uses the 8_1_1 config which has a SDU size of 26 the sink's capabilities
> won't match and the appropriate endpoint won't be created.
> 
> Vlad Pruteanu (1):
>   client/player: Update minimum LC3 SDU size to accommodate 8_1 config
> 
> [...]

Here is the summary with links:
  - [BlueZ,1/1] client/player: Update minimum LC3 SDU size to accommodate 8_1 config
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=84628e5d109c

You are awesome, thank you!