I want search all bluetooth equipment in window xp2, this is my code : BluetoothAddress[ address_array = new BluetoothAddress[1000]; private Thread search_thread; private Thread send_thread; private void button_find_devices_Click(object sender, EventArgs e) { this.button_find_devices.Enabled = false;...