mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
Merge remote-tracking branch 'origin/event_39' into integration
This commit is contained in:
@@ -497,8 +497,6 @@ bool BLEClientBase::gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_
|
|||||||
}
|
}
|
||||||
|
|
||||||
case ESP_GATTC_UNREG_FOR_NOTIFY_EVT: {
|
case ESP_GATTC_UNREG_FOR_NOTIFY_EVT: {
|
||||||
if (this->conn_id_ != param->unreg_for_notify.conn_id)
|
|
||||||
return false;
|
|
||||||
this->log_gattc_event_("UNREG_FOR_NOTIFY");
|
this->log_gattc_event_("UNREG_FOR_NOTIFY");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user