mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 17:27:59 +01:00
Update esphome/components/esp32_ble_server/ble_characteristic.h
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
This commit is contained in:
parent
0bddfa1b39
commit
9c64b377c8
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class BLECharacteristic : public EventEmitter<BLECharacteristicEvt::VectorEvt, s
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
bool write_event_{false};
|
bool write_event_{false};
|
||||||
BLEService *service_ = nullptr;
|
BLEService *service_{};
|
||||||
ESPBTUUID uuid_;
|
ESPBTUUID uuid_;
|
||||||
esp_gatt_char_prop_t properties_;
|
esp_gatt_char_prop_t properties_;
|
||||||
uint16_t handle_{0xFFFF};
|
uint16_t handle_{0xFFFF};
|
||||||
|
|
Loading…
Reference in a new issue