nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ SDC_MEM_PER_PERIODIC_SYNC_RSP

#define SDC_MEM_PER_PERIODIC_SYNC_RSP ( tx_buffer_count,
rx_buffer_count )

#include <softdevice_controller/include/sdc.h>

Value:
(639 + (tx_buffer_count - 1) * 254 + (rx_buffer_count) * 278)

Memory required per periodic sync when periodic sync with responses is supported.

Parameters
[in]tx_buffer_countThe number of buffers for sending data. Minimum of 1.
[in]rx_buffer_countThe number of buffers for receiving data.