bps_init_t Struct Reference

Blood Pressure Service init stucture. More...

#include <bps.h>

Public Attributes

bps_evt_handler_t evt_handler
 Blood Pressure Service event handler. More...
 
uint16_t char_mask
 Mask of Supported characteristics, and configured with Characteristics Mask. More...
 
uint16_t bp_feature
 Value of Blood Pressure Feature characteristic. More...
 

Detailed Description

Blood Pressure Service init stucture.

This contains all option and data needed for initialization of the service.

Definition at line 161 of file bps.h.

Member Data Documentation

◆ bp_feature

uint16_t bps_init_t::bp_feature

Value of Blood Pressure Feature characteristic.

Definition at line 165 of file bps.h.

◆ char_mask

uint16_t bps_init_t::char_mask

Mask of Supported characteristics, and configured with Characteristics Mask.

Definition at line 164 of file bps.h.

◆ evt_handler

bps_evt_handler_t bps_init_t::evt_handler

Blood Pressure Service event handler.

Definition at line 163 of file bps.h.


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