bms_init_t Struct Reference

BMS Service init stucture. This contains all option and data needed for initialization of the service. More...

#include <bms.h>

Public Attributes

bms_cccd_change_handler_t cccd_change_handler
 
uint32_t feature
 
uint8_t auth_code_val [BMS_AUTH_CODE_LEN_MAX]
 
uint8_t auth_code_len
 

Detailed Description

BMS Service init stucture. This contains all option and data needed for initialization of the service.

Definition at line 145 of file bms.h.

Member Data Documentation

◆ auth_code_len

uint8_t bms_init_t::auth_code_len

Definition at line 151 of file bms.h.

◆ auth_code_val

uint8_t bms_init_t::auth_code_val[BMS_AUTH_CODE_LEN_MAX]

Definition at line 150 of file bms.h.

◆ cccd_change_handler

bms_cccd_change_handler_t bms_init_t::cccd_change_handler

Definition at line 148 of file bms.h.

◆ feature

uint32_t bms_init_t::feature

Definition at line 149 of file bms.h.


The documentation for this struct was generated from the following file: