Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
bt_gatt_remote_char Struct Reference

Remote GATT Characteristic information. More...

#include <gatt.h>

Data Fields

uint16_t attr_start_handle
 
uint16_t attr_end_handle
 
uint16_t value_handle
 
uint16_t ccc_handle
 
uint8_t properties
 

Detailed Description

Remote GATT Characteristic information.

Fields are discovered on the first connection, and re-used as long as the GATT DB hash of the remote device remains constant.

Field Documentation

◆ attr_end_handle

uint16_t bt_gatt_remote_char::attr_end_handle

◆ attr_start_handle

uint16_t bt_gatt_remote_char::attr_start_handle

◆ ccc_handle

uint16_t bt_gatt_remote_char::ccc_handle

◆ properties

uint8_t bt_gatt_remote_char::properties

◆ value_handle

uint16_t bt_gatt_remote_char::value_handle

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