14 esp_ble_gattc_cb_param_t *param)
override {
16 case ESP_GATTC_NOTIFY_EVT: {
17 if (param->notify.handle == this->sensor_->handle)
21 case ESP_GATTC_REG_FOR_NOTIFY_EVT: {
24 if (param->reg_for_notify.status == ESP_GATT_OK && param->reg_for_notify.handle == this->sensor_->handle)
25 this->
node_state = espbt::ClientState::ESTABLISHED;