#include <ble.h>
Add configurations for the BLE stack.
- Parameters
-
- Note
- The memory requirement for a specific configuration will not increase between SoftDevices with the same major version number.
-
If a configuration is set more than once, the last one set is the one that takes effect on sd_ble_enable.
-
Any part of the BLE stack that is NOT configured with sd_ble_cfg_set will have default configuration.
-
sd_ble_cfg_set may be called at any time when the SoftDevice is enabled (see sd_softdevice_enable) while the BLE part of the SoftDevice is not enabled (see sd_ble_enable).
-
Error codes for the configurations are described in the configuration structs.
- Relevant Message Sequence Charts
-
- Return values
-