nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ SDC_MEM_ISO_TX_SDU_POOL_SIZE

#define SDC_MEM_ISO_TX_SDU_POOL_SIZE ( count,
size )

#include <softdevice_controller/include/sdc.h>

Value:
((count) > 0 ? (12 + (count) * ((size) + 49)) : 0)

Maximum memory required for the ISO TX path SDUs.

Parameters
[in]countNumber of shared SDUs allocated for the TX path.
[in]sizeMaximum size of SDUs being used.