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

◆ SDC_MEM_ISO_RX_PDU_POOL_PER_STREAM_SIZE

#define SDC_MEM_ISO_RX_PDU_POOL_PER_STREAM_SIZE (   rx_pdu_buffer_per_stream_count,
  cis_count,
  bis_sink_count 
)     (__MEM_PER_ISO_PDU_POOL(rx_pdu_buffer_per_stream_count) * ((cis_count) + (bis_sink_count)))

#include <softdevice_controller/include/sdc.h>

Maximum memory required for the ISO RX PDU pool per stream.

Parameters
[in]rx_pdu_buffer_per_stream_countNumber of RX PDU buffers allocated for each BIS or CIS stream. Minimum of 1. For BIS, this value determines the number of pretransmission that can be stored.
[in]cis_countThe number of supported CIS streams.
[in]bis_sink_countThe number of supported sink BIS streams.