ESPHome 2025.5.0
Loading...
Searching...
No Matches
ble_2902.h
Go to the documentation of this file.
1#pragma once
2
3#include "ble_descriptor.h"
4
5#ifdef USE_ESP32
6
7namespace esphome {
8namespace esp32_ble_server {
9
10class BLE2902 : public BLEDescriptor {
11 public:
12 BLE2902();
13};
14
15} // namespace esp32_ble_server
16} // namespace esphome
17
18#endif
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7