5#include <esp_gattc_api.h>
15namespace radon_eye_rd200 {
25 esp_ble_gattc_cb_param_t *param)
override;
This class simplifies creating components that periodically check a state.
void read_sensors_(uint8_t *value, uint16_t value_len)
void set_radon_long_term(sensor::Sensor *radon_long_term)
sensor::Sensor * radon_sensor_
esp32_ble_tracker::ESPBTUUID sensors_write_characteristic_uuid_
void dump_config() override
esp32_ble_tracker::ESPBTUUID service_uuid_
sensor::Sensor * radon_long_term_sensor_
esp32_ble_tracker::ESPBTUUID sensors_read_characteristic_uuid_
void set_radon(sensor::Sensor *radon)
void gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param) override
Base-class for all sensors.
Providing packet encoding functions for exchanging data with a remote host.