OS: windows ce6.0 code: private void btnFind_Click(object sender, EventArgs e) { try { BluetoothRadio.PrimaryRadio.Mode = RadioMode.Discoverable; bluetoothClient = new BluetoothClient(); InTheHand.Net.Sockets.BluetoothDeviceInfo[ bluetoothDeviceInfo = (new BluetoothClient()).DiscoverDevices(10, false...