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

◆ sdc_support_le_periodic_adv_with_rsp()

int32_t sdc_support_le_periodic_adv_with_rsp ( void  )

#include <softdevice_controller/include/sdc.h>

Support LE Periodic Advertising with Responses in the Advertising state.

After this API is called, the controller will support the HCI commands related to Periodic Advertising with Responses.

The application shall also call sdc_support_ext_adv(), sdc_support_le_periodic_adv(), and at least one of sdc_support_periodic_adv_sync_transfer_sender_central() and sdc_support_periodic_adv_sync_transfer_sender_peripheral() to enable support for the extended advertising, periodic advertising, and sync transfer sender features before enabling support for Periodic Advertising with Responses.

Return values
0Success
-NRF_EPERMThis API must be called before sdc_cfg_set() or sdc_enable().
-NRF_EOPNOTSUPPLE Periodic Advertising with Responses is not supported.