nRF Connect SDK API 2.8.99
|
#include <stdlib.h>
#include <zephyr/types.h>
Go to the source code of this file.
Data Structures | |
struct | bt_bms_authorize_params |
BMS authorization callback parameters. More... | |
struct | bt_bms_cb |
BMS server callback structure. More... | |
struct | bt_bms_feature |
Bitmask of supported features. More... | |
struct | bt_bms_features |
Bitmask set of supported features. More... | |
struct | bt_bms_init_params |
BMS initialization parameters. More... | |
Enumerations | |
enum | bt_bms_op { BT_BMS_OP_DEL_REQ_BOND = 0x03 , BT_BMS_OP_DEL_ALL_BONDS = 0x06 , BT_BMS_OP_DEL_REST_BONDS = 0x09 } |
BMS Control Point operation codes (LE transport). More... | |
Functions | |
int | bt_bms_init (const struct bt_bms_init_params *init_params) |
Initialize the BMS Service. | |