Synergy Software Package User's Manual
RBLE_GATT_READ_CHAR_REQ Struct Reference

Read Characteristic Values and Descriptor Request Structure. More...

#include <rble_api.h>

Data Fields

uint8_t req_type
 
uint16_t offset
 
uint16_t conhdl
 
uint16_t start_hdl
 
uint16_t end_hdl
 
uint16_t nb_uuid
 
RBLE_GATT_UUID_TYPE uuid [RBLE_GATT_MAX_NB_HDLS]
 

Detailed Description

Read Characteristic Values and Descriptor Request Structure.

Parameters for RBLE_GATT_Read_Char_Request

Field Documentation

◆ conhdl

uint16_t RBLE_GATT_READ_CHAR_REQ::conhdl

connection handle

◆ end_hdl

uint16_t RBLE_GATT_READ_CHAR_REQ::end_hdl

end handle range

◆ nb_uuid

uint16_t RBLE_GATT_READ_CHAR_REQ::nb_uuid

number of UUID

◆ offset

uint16_t RBLE_GATT_READ_CHAR_REQ::offset

read offset

◆ req_type

uint8_t RBLE_GATT_READ_CHAR_REQ::req_type

request type

◆ start_hdl

uint16_t RBLE_GATT_READ_CHAR_REQ::start_hdl

start handle range

◆ uuid

RBLE_GATT_UUID_TYPE RBLE_GATT_READ_CHAR_REQ::uuid[RBLE_GATT_MAX_NB_HDLS]

characteristic UUID


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