ESPHome 2026.6.0-dev
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
8
9class BLE2902 : public BLEDescriptor {
10 public:
11 BLE2902();
12};
13
14} // namespace esphome::esp32_ble_server
15
16#endif