15 esp_ble_gattc_cb_param_t *param)
override {
17 case ESP_GATTC_NOTIFY_EVT: {
18 if (param->notify.handle == this->sensor_->handle)
22 case ESP_GATTC_REG_FOR_NOTIFY_EVT: {
25 if (param->reg_for_notify.status == ESP_GATT_OK && param->reg_for_notify.handle == this->sensor_->handle)
26 this->
node_state = espbt::ClientState::ESTABLISHED;