ESPHome 2025.5.0
Loading...
Searching...
No Matches
ble_descriptor.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_ESP32
4
6
7namespace esphome {
8namespace esp32_ble_client {
9
11
12class BLECharacteristic;
13
21
22} // namespace esp32_ble_client
23} // namespace esphome
24
25#endif // USE_ESP32
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7