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

◆ SDC_MEM_PER_PERIODIC_ADV_SET

#define SDC_MEM_PER_PERIODIC_ADV_SET (   max_adv_data)

#include <softdevice_controller/include/sdc.h>

Value:
((max_adv_data<255)?\
(__MEM_PER_PERIODIC_ADV_SET_LOW(max_adv_data)):\
(__MEM_PER_PERIODIC_ADV_SET_HIGH(max_adv_data)))

Additional memory required for periodic advertising.

Note
The max_adv_data must be the same as for advertising in SDC_MEM_PER_ADV_SET.
Parameters
[in]max_adv_dataThe desired periodic advertising data size.