nrfxlib API 2.7.99
Loading...
Searching...
No Matches

◆ SDC_MEM_ISO_TX_SDU_POOL_SIZE

#define SDC_MEM_ISO_TX_SDU_POOL_SIZE (   count,
  size 
)    ((count) > 0 ? (12 + (count) * ((size) + 49)) : 0)

#include <softdevice_controller/include/sdc.h>

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.