gus_c_handles_t Struct Reference

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

#include <gus_c.h>

Public Attributes

uint16_t gus_srvc_start_handle
 
uint16_t gus_srvc_end_handle
 
uint16_t gus_tx_handle
 
uint16_t gus_tx_cccd_handle
 
uint16_t gus_rx_handle
 
uint16_t gus_flow_ctrl_handle
 
uint16_t gus_flow_ctrl_cccd_handle
 

Detailed Description

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

Definition at line 124 of file gus_c.h.

Member Data Documentation

◆ gus_flow_ctrl_cccd_handle

uint16_t gus_c_handles_t::gus_flow_ctrl_cccd_handle

Handle of CCCD of GUS Flow Control characteristic as provided by a discovery.

Definition at line 132 of file gus_c.h.

◆ gus_flow_ctrl_handle

uint16_t gus_c_handles_t::gus_flow_ctrl_handle

Handle of GUS Flow Control characteristic as provided by a discovery.

Definition at line 131 of file gus_c.h.

◆ gus_rx_handle

uint16_t gus_c_handles_t::gus_rx_handle

Handle of GUS Rx characteristic as provided by a discovery.

Definition at line 130 of file gus_c.h.

◆ gus_srvc_end_handle

uint16_t gus_c_handles_t::gus_srvc_end_handle

GUS Service end handle.

Definition at line 127 of file gus_c.h.

◆ gus_srvc_start_handle

uint16_t gus_c_handles_t::gus_srvc_start_handle

GUS Service start handle.

Definition at line 126 of file gus_c.h.

◆ gus_tx_cccd_handle

uint16_t gus_c_handles_t::gus_tx_cccd_handle

Handle of CCCD of GUS Tx characteristic as provided by a discovery.

Definition at line 129 of file gus_c.h.

◆ gus_tx_handle

uint16_t gus_c_handles_t::gus_tx_handle

Handle of GUS Tx characteristic as provided by a discovery.

Definition at line 128 of file gus_c.h.


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