This commit is contained in:
J. Nick Koston
2025-05-13 11:30:26 -05:00
parent 5fbb066ee7
commit 8067caf16f

View File

@@ -557,7 +557,6 @@ void BluetoothProxy::unsubscribe_api_connection(api::APIConnection *api_connecti
ESP_LOGV(TAG, "API connection is not subscribed");
return;
}
this->api_connection_ = nullptr;
this->raw_advertisements_ = false;
this->parent_->recalculate_advertisement_parser_types();