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();