.NET Components for Mobility

Browse by Tags

  • How to get the MAC Address of a mobile phone not Bluetooth Address?

    Hello everyone Am struggling a lot with this piece of code, am tyring to find to get the MAC Address of a mobile phone i have use the device property of the library but its giving me only the Bluetooth Address. Can someone help me please? My code is as follows: Label8.Text = "Device Address :"...
    Posted to Bluetooth (Forum) by yasin on 09-25-2009
  • Connect without Authentication/Identification

    Hello friends... I need help... I'm from Mexico City, and I'm sorry if my English is not very good... I would like send files via Bluetooth using Brecham OBEX library without Authentication/Identification... I can send files but I want skip the Authentication/Identification, ie, without entering...
    Posted to Bluetooth (Forum) by omarszbz on 08-26-2009
  • Discover Devices problem solved

    Let's see where is (still) the problem. If You paired Your mobile device with some other bluetooth device, then it does not matter if You say false to DiscoveryFlags this way : Dim flags As New DiscoveryFlags(False, False, True) it will not work despite the fact that You just said False both to the...
    Posted to Bluetooth (Forum) by amidar on 01-19-2009
  • 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 (5 items)
Copyright © 2001-2010 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.