ESPHome  2024.4.0
ble_2901.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "ble_descriptor.h"
4 
5 #ifdef USE_ESP32
6 
7 namespace esphome {
8 namespace esp32_ble_server {
9 
10 class BLE2901 : public BLEDescriptor {
11  public:
12  BLE2901(const std::string &value);
13  BLE2901(const uint8_t *data, size_t length);
14 };
15 
16 } // namespace esp32_ble_server
17 } // namespace esphome
18 
19 #endif
uint16_t length
Definition: tt21100.cpp:12
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7
BLE2901(const std::string &value)
Definition: ble_2901.cpp:9