ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
ble_descriptor.h
Go to the documentation of this file.
1#pragma once
2
4
5#ifdef USE_ESP32
6#ifdef USE_ESP32_BLE_DEVICE
7
9
11
13
14class BLECharacteristic;
15
23
24} // namespace esphome::esp32_ble_client
25
26#endif // USE_ESP32_BLE_DEVICE
27#endif // USE_ESP32