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:
parent
518a712db0
commit
b5ecb21447
4 changed files with 213 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue