#include <softdevice_controller/include/sdc.h>
Support Data Length Extensions for a central device.
After this API is called, the controller will support data length extension in the central role. That is:
- DLE is marked supported in the LL Feature Exchange procedure.
- All DLE HCI APIs are supported. The controller replies with LL_LENGTH_RSP when a LL_LENGTH_REQ is received.
- Note
- The application is required to call both sdc_support_dle_central() and sdc_support_dle_peripheral() if both central and peripheral roles are supported.
-
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.