|
esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
|
Typed view of the standard BLE GATT characteristic property bits. More...
#include <bluetooth_proxy.hpp>
Static Public Member Functions | |
| static BleGattCharProperties | from_bits (const std::uint32_t b) |
Public Attributes | |
| bool | broadcast = false |
| 0x01 | |
| bool | read = false |
| 0x02 | |
| bool | write_without_response = false |
| 0x04 | |
| bool | write = false |
| 0x08 | |
| bool | notify = false |
| 0x10 | |
| bool | indicate = false |
| 0x20 | |
| bool | authenticated_signed_writes = false |
| 0x40 | |
| bool | extended_properties = false |
| 0x80 | |
Typed view of the standard BLE GATT characteristic property bits.
|
inlinestatic |
| bool esphome::api::BleGattCharProperties::authenticated_signed_writes = false |
0x40
| bool esphome::api::BleGattCharProperties::broadcast = false |
0x01
| bool esphome::api::BleGattCharProperties::extended_properties = false |
0x80
| bool esphome::api::BleGattCharProperties::indicate = false |
0x20
| bool esphome::api::BleGattCharProperties::notify = false |
0x10
| bool esphome::api::BleGattCharProperties::read = false |
0x02
| bool esphome::api::BleGattCharProperties::write = false |
0x08
| bool esphome::api::BleGattCharProperties::write_without_response = false |
0x04