.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
  • Asynchronous Discovery

    I've been hunting around the forums and the library, but I can't find any support for or mention of anyone doing asynchronous discovery. Simply put, I want to see all of the discoverable bluetooth devices around me as they come and go. I'd rather not do the old "check every 10 seconds"...
    Posted to Bluetooth (Forum) by sackville on 06-26-2007
Page 1 of 1 (2 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.