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

◆ sdc_support_le_periodic_sync_with_rsp()

int32_t sdc_support_le_periodic_sync_with_rsp ( void  )

#include <softdevice_controller/include/sdc.h>

Support LE Periodic Advertising with Responses in the Synchronization state.

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

The application shall also call sdc_support_ext_adv(), sdc_support_le_periodic_sync(), and at least one of sdc_support_periodic_adv_sync_transfer_receiver_central and sdc_support_periodic_adv_sync_transfer_receiver_peripheral to enable support for extended advertising, periodic advertising, and the sync transfer receiver features before enabling support for Periodic Sync with Responses.

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