nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ sdc_support_shorter_connection_intervals_central()

void sdc_support_shorter_connection_intervals_central ( void )

#include <softdevice_controller/include/sdc.h>

Support Shorter Connection Intervals for central role.

After this API is called, the controller will support the HCI commands related to Shorter Connection Intervals.

Note
The application is required to call both sdc_support_shorter_connection_intervals_central() and sdc_support_shorter_connection_intervals_peripheral() if both central and peripheral roles are supported.
The application shall also call sdc_support_extended_feature_set() and sdc_support_connection_subrating_central to enable support for Extended Feature Set and Connection Subrating before enabling support for Shorter Connection Intervals.
This API must be called before sdc_cfg_set() and sdc_enable(). Use sdc_support_helper() with this function to make sure it is called at the right time.