From 1ce52f2b0ff87caf8471024e6e0054683f41c59f Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 1 Aug 2025 10:22:03 -1000 Subject: [PATCH] Update esphome/components/bluetooth_proxy/bluetooth_connection.cpp --- esphome/components/bluetooth_proxy/bluetooth_connection.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/bluetooth_proxy/bluetooth_connection.cpp b/esphome/components/bluetooth_proxy/bluetooth_connection.cpp index 554c312643..1ff94c9e93 100644 --- a/esphome/components/bluetooth_proxy/bluetooth_connection.cpp +++ b/esphome/components/bluetooth_proxy/bluetooth_connection.cpp @@ -114,7 +114,6 @@ void BluetoothConnection::reset_connection_(esp_err_t reason) { // (aioesphomeapi) implements a 30-second timeout (DEFAULT_BLE_TIMEOUT) // to detect incomplete service discovery rather than relying on us to // tell them about a partial list. - this->set_address(0); this->send_service_ = DONE_SENDING_SERVICES; this->proxy_->send_connections_free();