esphome-api-client 0.5.0
Modern C++17 client for the ESPHome native API (plaintext + Noise)
Loading...
Searching...
No Matches
Public Attributes | List of all members
esphome::api::BleGattWriteResult Struct Reference

Result of a one-shot GATT write. More...

#include <bluetooth_proxy.hpp>

Public Attributes

std::uint64_t address = 0
 
std::uint32_t handle = 0
 
bool ok = false
 
std::int32_t error = 0
 

Detailed Description

Result of a one-shot GATT write.

Member Data Documentation

◆ address

std::uint64_t esphome::api::BleGattWriteResult::address = 0

◆ error

std::int32_t esphome::api::BleGattWriteResult::error = 0

◆ handle

std::uint32_t esphome::api::BleGattWriteResult::handle = 0

◆ ok

bool esphome::api::BleGattWriteResult::ok = false

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