nrfxlib API 2.8.99
|
int32_t sdc_support_ext_adv | ( | void | ) |
#include <softdevice_controller/include/sdc.h>
Support extended advertising.
After this API is called, the controller will support the HCI commands and events related to both legacy and extended advertising.
To reduce the size of the final linked image, the application should call either sdc_support_adv() or sdc_support_ext_adv().
0 | Success |
-NRF_EPERM | This API must be called before sdc_cfg_set() or sdc_enable(). |
-NRF_EOPNOTSUPP | Extended advertising state is not supported. |