nRF5 SDK  v12.0.0
Choose documentation:
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
nrf_ble_bms_init_t Struct Reference

BMS initialization structure that contains all information needed to initialize the service. More...

#include <nrf_ble_bms.h>

Data Fields

ble_bms_evt_handler_t evt_handler
 Event handler to be called for handling events in the Bond Management Service.
 
ble_srv_error_handler_t error_handler
 Function to be called if an error occurs.
 
nrf_ble_bms_features_t feature
 Initial value for features of the service.
 
security_req_t bms_feature_sec_req
 Initial security level for the Feature characteristic.
 
security_req_t bms_ctrlpt_sec_req
 Initial security level for the Control Point characteristic.
 
nrf_ble_qwr_tp_qwr
 Pointer to the initialized Queued Write context.
 
nrf_ble_bms_bond_cbs_t bond_callbacks
 Callback functions for deleting bonds.
 

Detailed Description

BMS initialization structure that contains all information needed to initialize the service.