nrfxlib API 0.1.0
|
#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.
[in] | count | Number of shared SDUs allocated for the TX path. |
[in] | size | Maximum size of SDUs being used. |