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

◆ SDC_MEM_ISO_TX_PDU_POOL_SIZE

#define SDC_MEM_ISO_TX_PDU_POOL_SIZE (   tx_pdu_buffer_per_stream_count,
  cis_count,
  bis_source_count 
)

#include <softdevice_controller/include/sdc.h>

Value:
((tx_pdu_buffer_per_stream_count) > 0 ? \
__MEM_PER_ISO_PDU_POOL(tx_pdu_buffer_per_stream_count) * ((cis_count) + (bis_source_count)) : 0)

Maximum memory required for the ISO TX PDU pool.

Parameters
[in]tx_pdu_buffer_per_stream_countNumber of TX PDU buffers allocated for each BIS or CIS stream. For BIS, this value determines the number of pretransmission that can be stored.
[in]cis_countThe number of supported CIS streams.
[in]bis_source_countThe number of supported source BIS streams.