ESPHome 2025.5.0
Loading...
Searching...
No Matches
ble_service.h
Go to the documentation of this file.
1#pragma once
2
3#ifdef USE_ESP32
4
6
8
9#include <vector>
10
11namespace esphome {
12namespace esp32_ble_client {
13
15
16class BLEClientBase;
17
32
33} // namespace esp32_ble_client
34} // namespace esphome
35
36#endif // USE_ESP32
BLECharacteristic * get_characteristic(espbt::ESPBTUUID uuid)
std::vector< BLECharacteristic * > characteristics
Definition ble_service.h:25
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7