.NET Components for Mobility

Browse by Tags

  • Some ServiceRecord attributes cannot be found

    Hello, I'm trying to get attribute IDs and their values from a certain bluetooth server. Here's the relevant code snippet: for (int j = 0; j < serviceRecord.Count; j++) { label3.Text += ("\nID" + serviceRecord[j].Id.ToString("X") + ": " + GetServiceAttributeAsString...
    Posted to Bluetooth (Forum) by tilmaen on 10-23-2008
  • Discover present devices within range

    Hi there I have a rather annoying problem I hope someone can help me solve. I'm writing a custom implementation using a subset of the 32feet.NET library. My project uses the simple Bluetooth device discovery already present in the library, but I have a problem determining whether the discovered devices...
    Posted to Bluetooth (Forum) by TigerShark on 08-12-2007
  • 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 (3 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.