From 8067caf16f4f2cb1461fcbc54f5472b76d47be7e Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 13 May 2025 11:30:26 -0500 Subject: [PATCH] preen --- esphome/components/bluetooth_proxy/bluetooth_proxy.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp b/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp index a66b4187a9..0d9b6d38ae 100644 --- a/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp +++ b/esphome/components/bluetooth_proxy/bluetooth_proxy.cpp @@ -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();