ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
ble_service.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
10#include "ble_characteristic.h"
11
12#include <vector>
13
15
17
18class BLEClientBase;
19
34
35} // namespace esphome::esp32_ble_client
36
37#endif // USE_ESP32_BLE_DEVICE
38#endif // USE_ESP32
BLECharacteristic * get_characteristic(espbt::ESPBTUUID uuid)
std::vector< BLECharacteristic * > characteristics
Definition ble_service.h:27