nRF Connect SDK Bare Metal API 2.0.99
Loading...
Searching...
No Matches

◆ ble_bms_init()

uint32_t ble_bms_init ( struct ble_bms * bms,
struct ble_bms_config * bms_config )

#include <ble_bms.h>

Initialize the Bond Management Service.

Parameters
[out]bmsBMS structure.
[in]bms_configInformation needed to initialize the service.
Return values
NRF_ERROR_NULLIf bms or bms_config was NULL.
NRF_SUCCESSIf the service was initialized successfully. Otherwise, an error code is returned.