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

Supported features. More...

#include <nrf_ble_bms.h>

Data Fields

bool delete_all: 1
 Indicates whether the application wants to support the operation to delete all bonds.
 
bool delete_all_auth: 1
 Indicates whether the application wants to support the operation to delete all bonds with authorization code.
 
bool delete_requesting: 1
 Indicates whether the application wants to support the operation to delete the bonds of the requesting device.
 
bool delete_requesting_auth: 1
 Indicates whether the application wants to support the operation to delete the bonds of the requesting device with authorization code.
 
bool delete_all_but_requesting: 1
 Indicates whether the application wants to support the operation to delete all bonds except for the bond of the requesting device.
 
bool delete_all_but_requesting_auth: 1
 Indicates whether the application wants to support the operation to delete all bonds except for the bond of the requesting device with authorization code.
 

Detailed Description

Supported features.