nrfxlib API 0.1.0
|
#define SDC_MEM_PER_PERIODIC_SYNC_RSP | ( | tx_buffer_count, | |
rx_buffer_count | |||
) | (639 + (tx_buffer_count - 1) * 254 + (rx_buffer_count) * 278) |
#include <softdevice_controller/include/sdc.h>
Memory required per periodic sync when periodic sync with responses is supported.
[in] | tx_buffer_count | The number of buffers for sending data. Minimum of 1. |
[in] | rx_buffer_count | The number of buffers for receiving data. |