|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
GATT characteristic structure. More...
#include <BaseBluetooth.h>
Public Attributes | |
| std::string | uuid |
| uint16_t | handle |
| uint8_t | properties |
| std::vector< uint8_t > | value |
GATT characteristic structure.
| uint16_t hf_bluetooth_gatt_characteristic_t::handle |
Characteristic handle
| uint8_t hf_bluetooth_gatt_characteristic_t::properties |
Characteristic properties
| std::string hf_bluetooth_gatt_characteristic_t::uuid |
Characteristic UUID
| std::vector<uint8_t> hf_bluetooth_gatt_characteristic_t::value |
Characteristic value