|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
One characteristic within a GATT service. More...
#include <bluetooth_proxy.hpp>

Public Member Functions | |
| BleGattCharProperties | props () const |
Typed view of properties. | |
Public Attributes | |
| std::vector< std::uint64_t > | uuid |
| std::uint32_t | handle = 0 |
| std::uint32_t | properties = 0 |
| Raw property bitmask (advanced). | |
| std::vector< BleGattDescriptor > | descriptors |
One characteristic within a GATT service.
|
inline |
Typed view of properties.
| std::vector<BleGattDescriptor> esphome::api::BleGattCharacteristic::descriptors |
| std::uint32_t esphome::api::BleGattCharacteristic::handle = 0 |
| std::uint32_t esphome::api::BleGattCharacteristic::properties = 0 |
Raw property bitmask (advanced).
| std::vector<std::uint64_t> esphome::api::BleGattCharacteristic::uuid |