Hi, My platform is Windows 7 and I am coding with C# on .Net framework 3.5. I am trying to discover bluetooth devices and using the simple code: BluetoothClient cli = new BluetoothClient(); BluetoothDeviceInfo[ clients = cli.DiscoverDevices(5, true, false, true, false); Now, my cellphone is discovered...