![]() |
nrfxlib API 3.3.99
|
| #define SDC_MEM_PER_PERIODIC_ADV_RSP_SET | ( | max_adv_data, | |
| tx_buffer_count, | |||
| rx_buffer_count, | |||
| max_tx_data_size, | |||
| failure_reporting_enabled ) |
#include <softdevice_controller/include/sdc.h>
Memory required per periodic advertising with responses set.
| [in] | max_adv_data | The maximum size of data which can be sent in chains. |
| [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. |
| [in] | max_tx_data_size | The maximum size of data which can be sent in subevents. |
| [in] | failure_reporting_enabled | Whether failure reporting is enabled. |