HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
hf_bluetooth_gatt_characteristic_t Struct Reference

GATT characteristic structure. More...

#include <BaseBluetooth.h>

Public Attributes

std::string uuid
 
uint16_t handle
 
uint8_t properties
 
std::vector< uint8_t > value
 

Detailed Description

GATT characteristic structure.

Member Data Documentation

◆ handle

uint16_t hf_bluetooth_gatt_characteristic_t::handle

Characteristic handle

◆ properties

uint8_t hf_bluetooth_gatt_characteristic_t::properties

Characteristic properties

◆ uuid

std::string hf_bluetooth_gatt_characteristic_t::uuid

Characteristic UUID

◆ value

std::vector<uint8_t> hf_bluetooth_gatt_characteristic_t::value

Characteristic value


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