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:
Rodrigo Martín 2024-10-20 11:38:42 +02:00 committed by GitHub
parent 0bddfa1b39
commit 9c64b377c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -75,7 +75,7 @@ class BLECharacteristic : public EventEmitter<BLECharacteristicEvt::VectorEvt, s
protected:
bool write_event_{false};
BLEService *service_ = nullptr;
BLEService *service_{};
ESPBTUUID uuid_;
esp_gatt_char_prop_t properties_;
uint16_t handle_{0xFFFF};