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

◆ SDC_MEM_ISO_RX_SDU_POOL_SIZE

#define SDC_MEM_ISO_RX_SDU_POOL_SIZE (   count,
  size 
)    ((count) > 0 ? (8 + (count) * ((size) + 13)) : 0)

#include <softdevice_controller/include/sdc.h>

Maximum memory required for the ISO RX path SDUs.

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