otas_c_handles_t Struct Reference

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

#include <otas_c.h>

Data Fields

uint16_t otas_srvc_start_handle
 
uint16_t otas_srvc_end_handle
 
uint16_t otas_tx_handle
 
uint16_t otas_tx_cccd_handle
 
uint16_t otas_rx_handle
 
uint16_t otas_ctrl_handle
 

Detailed Description

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

Field Documentation

◆ otas_ctrl_handle

uint16_t otas_c_handles_t::otas_ctrl_handle

OTA control characteristic handle which has been got from peer.

◆ otas_rx_handle

uint16_t otas_c_handles_t::otas_rx_handle

OTA rx characteristic handle which has been got from peer.

◆ otas_srvc_end_handle

uint16_t otas_c_handles_t::otas_srvc_end_handle

OTA Service end handle.

◆ otas_srvc_start_handle

uint16_t otas_c_handles_t::otas_srvc_start_handle

OTA Service start handle.

◆ otas_tx_cccd_handle

uint16_t otas_c_handles_t::otas_tx_cccd_handle

OTA tx characteristic CCCD handle which has been got from peer.

◆ otas_tx_handle

uint16_t otas_c_handles_t::otas_tx_handle

OTA tx characteristic handle which has been got from peer.


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