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

◆ sdc_support_lowest_frame_space()

void sdc_support_lowest_frame_space ( void )

#include <softdevice_controller/include/sdc.h>

Enable support for the lowest frame space possible for ACL connections.

After this API is called, the controller will support the lowest frame space possible for ACL connections.

Note
This option forces ACL connections to always use the same TX and RX PHY.
The application shall also call sdc_support_frame_space_update_central() or sdc_support_frame_space_update_peripheral() to enable 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.