nrfxlib API 2.8.99
|
#define SDC_MEM_ISO_RX_PDU_POOL_PER_STREAM_SIZE | ( | 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.
[in] | rx_pdu_buffer_per_stream_count | Number 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_count | The number of supported CIS streams. |
[in] | bis_sink_count | The number of supported sink BIS streams. |