Here's what I ended up doing: private const int MAX_DEVICES = 10; private const int INQUIRY_LENGTH = 100000000; // 10 seconds = 100,000,000 private bool discovering; private BluetoothClient bc; public frmDiscoverDevices() { InitializeComponent(); bc = new BluetoothClient(); bc.InquiryLength = new...