Bluetooth: CAP: shell: add command for broadcast reception start

A shell command has been added for the new CAP procedure
'broadcast_reception_start'

Signed-off-by: Andries Kruithof <andries.kruithof@nordicsemi.no>
This commit is contained in:
Andries Kruithof 2024-04-11 14:58:42 +02:00 committed by David Leach
commit b5ecb21447
4 changed files with 213 additions and 2 deletions

View file

@ -25,8 +25,6 @@
#include "audio.h"
#define INVALID_BROADCAST_ID 0xFFFFFFFFU
/* BIS sync is a 32-bit bitfield where BIT(0) is not allowed */
#define VALID_BIS_SYNC(_bis_sync) ((bis_sync & BIT(0)) == 0U && bis_sync < UINT32_MAX)
static uint8_t received_base[UINT8_MAX];
static uint8_t received_base_size;