.NET Components for Mobility

Browse by Tags

  • Re: Asynchronous Discovery

    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...
    Posted to Bluetooth (Forum) by sackville on 06-27-2007
Page 1 of 1 (1 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.