![]() |
nRF Connect SDK Bare Metal API 2.0.99
|
| uint32_t ble_bms_init | ( | struct ble_bms * | bms, |
| struct ble_bms_config * | bms_config ) |
#include <ble_bms.h>
Initialize the Bond Management Service.
| [out] | bms | BMS structure. |
| [in] | bms_config | Information needed to initialize the service. |
| NRF_ERROR_NULL | If bms or bms_config was NULL. |
| NRF_SUCCESS | If the service was initialized successfully. Otherwise, an error code is returned. |