bas_c_handles_t Struct Reference

Handles on the connected peer device needed to interact with it. More...

#include <bas_c.h>

Public Attributes

uint16_t bas_srvc_start_handle
 BAS Service start handle. More...
 
uint16_t bas_srvc_end_handle
 BAS Service end handle. More...
 
uint16_t bas_bat_level_handle
 BAS Battery Level characteristic Value handle which has been got from peer. More...
 
uint16_t bas_bat_level_cccd_handle
 BAS CCCD handle of Battery Level characteristic which has been got from peer. More...
 
uint16_t bas_bat_level_pres_handle
 BAS Presentation Format Descriptor handle of Battery Level characteristic which has been got from peer. More...
 

Detailed Description

Handles on the connected peer device needed to interact with it.

Definition at line 94 of file bas_c.h.

Member Data Documentation

◆ bas_bat_level_cccd_handle

uint16_t bas_c_handles_t::bas_bat_level_cccd_handle

BAS CCCD handle of Battery Level characteristic which has been got from peer.

Definition at line 99 of file bas_c.h.

◆ bas_bat_level_handle

uint16_t bas_c_handles_t::bas_bat_level_handle

BAS Battery Level characteristic Value handle which has been got from peer.

Definition at line 98 of file bas_c.h.

◆ bas_bat_level_pres_handle

uint16_t bas_c_handles_t::bas_bat_level_pres_handle

BAS Presentation Format Descriptor handle of Battery Level characteristic which has been got from peer.

Definition at line 100 of file bas_c.h.

◆ bas_srvc_end_handle

uint16_t bas_c_handles_t::bas_srvc_end_handle

BAS Service end handle.

Definition at line 97 of file bas_c.h.

◆ bas_srvc_start_handle

uint16_t bas_c_handles_t::bas_srvc_start_handle

BAS Service start handle.

Definition at line 96 of file bas_c.h.


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