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

◆ sdc_support_frame_space_update_central()

void sdc_support_frame_space_update_central ( void )

#include <softdevice_controller/include/sdc.h>

Support Frame Space Update for central role.

After this API is called, the controller will support the HCI commands related to Frame Space Update.

Note
The application is required to call both sdc_support_frame_space_update_central() and sdc_support_frame_space_update_peripheral() if both central and peripheral roles are supported.
The application may also call sdc_support_lowest_frame_space() to enable support for the lowest frame space possible for ACL connections, if the application does not require asymmetric PHYs.
The application shall also call sdc_support_extended_feature_set() to enable support for Extended Feature Set before enabling support for Frame Space Update.
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.