mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-31 07:03:55 +00:00 
			
		
		
		
	preen
This commit is contained in:
		| @@ -267,7 +267,6 @@ void BluetoothProxy::bluetooth_device_request(const api::BluetoothDeviceRequest | |||||||
|       if (connection->state() != espbt::ClientState::IDLE) { |       if (connection->state() != espbt::ClientState::IDLE) { | ||||||
|         connection->disconnect(); |         connection->disconnect(); | ||||||
|       } else { |       } else { | ||||||
|         // Manual disconnect for idle connection |  | ||||||
|         connection->set_address(0); |         connection->set_address(0); | ||||||
|         this->send_device_connection(msg.address, false); |         this->send_device_connection(msg.address, false); | ||||||
|         this->send_connections_free(); |         this->send_connections_free(); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user