software you can take with you

Browse by Tags

  • Application hanges at ObexListenerContext obexListenerContext = ol.GetContext ( );

    Hello All, I am using bluetooth dongle usb connected to PC. 32feet version is 3.2.606.0. i am continiously wating for the response from client device,if the deveice doent send the file ,my application is keep on wating for the respones which i dont want . i want to exit of that context after some time...
    Posted to Bluetooth (Forum) by ramesh.shivakumar on 09-05-2011
  • You can set a result only once ??

    I created a from where I list devices that are in range. The discovery was running sychronous until a new requirement came up and it needs to be async. The BluetoothClient class has a BeginDeviceDiscovery method which I am using right now to find devices async. It works ok, but on some occasions I get...
    Posted to Bluetooth (Forum) by Harrewarre on 01-24-2011
  • 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
  • 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
  • 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
  • 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 (8 items)
Copyright © 2001-2013 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy. OrcsWeb's Windows Cloud Server Hosting