Body Composition Service event. More...

#include <bcs.h>

Public Attributes

bcs_evt_type_t evt_type
 The BCS event type. More...
 
uint8_t conn_idx
 The index of the connection. More...
 
const uint8_t * p_data
 Pointer to event data. More...
 
uint16_t length
 Length of event data. More...
 

Detailed Description

Body Composition Service event.

Definition at line 247 of file bcs.h.

Member Data Documentation

◆ conn_idx

uint8_t bcs_evt_t::conn_idx

The index of the connection.

Definition at line 250 of file bcs.h.

◆ evt_type

bcs_evt_type_t bcs_evt_t::evt_type

The BCS event type.

Definition at line 249 of file bcs.h.

◆ length

uint16_t bcs_evt_t::length

Length of event data.

Definition at line 252 of file bcs.h.

◆ p_data

const uint8_t* bcs_evt_t::p_data

Pointer to event data.

Definition at line 251 of file bcs.h.


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