1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00
This commit is contained in:
J. Nick Koston
2025-08-01 10:30:02 -10:00
parent a8af06b4dc
commit 3a52b754c0

View File

@@ -267,7 +267,6 @@ void BluetoothProxy::bluetooth_device_request(const api::BluetoothDeviceRequest
if (connection->state() != espbt::ClientState::IDLE) {
connection->disconnect();
} else {
// Manual disconnect for idle connection
connection->set_address(0);
this->send_device_connection(msg.address, false);
this->send_connections_free();