.NET Components for Mobility

Browse by Tags

  • Showing Paired devices which are not in range

    When searching for BT devices which are not in range all the paired devices are returened. Even the one which is not in range. Can anyone tell me how to avoid this. I think paired information is stored in Registery. If so can anyone tell me in which Reg key is that information is stored.. So i can delete...
    Posted to Bluetooth (Forum) by cyberfox1984 on 10-27-2008
  • 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
  • ObexWebRequest

    Hi, I am sending the "ObexWebRequest" requests for devices and in most cases does not establish the connection. How do I check if the device is ready to receive the request? I do not want to use the class BluetoothClient.connect(). Thanks in advance!
    Posted to Bluetooth (Forum) by Mario Faber on 05-29-2008
  • Bluetooth Dongle

    I have a very simple question that hopefully someone on here should be able to answer. Where can I get a bluetooth dongle that actually works with the 32feet bluetooth library? I have a Belkin F8T012 one, which even when using the fix in the library here to get it working using the MS Stack, isn't...
    Posted to Bluetooth (Forum) by NewDev2007 on 11-26-2007
  • How to detect a discover request

    I try to detect a discover request by listening to a certain service request (eg: SdProtocol) but the AcceptBluetoothClient method is not triggered when another device is doing a DiscoverDevices request. Is there another way to detect this ? Paul
    Posted to Bluetooth (Forum) by paulwal on 11-23-2007
  • Discover Problem

    Hi, I have a problem when my example try to discover my mobile...don't detect nothing... :( When a run the example the first time, they work, but in next times don't work... Please help me. Thanks in advance.
    Posted to Bluetooth (Forum) by tavito on 09-09-2007
  • Device Discovery - DeviceName value not populating

    I have what is probably a silly question, but I'm curious anyway - Sometimes when I call DiscoverDevices() on the bluetooth client, the DeviceName field for the devices does not populate to the name of the device as it reports itself - it uses the MAC address of the device instead. I realize that...
    Posted to Bluetooth (Forum) by theblueeyz on 07-25-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
  • Search for Part of DeviceName on DiscoverDevices

    I'm writing a program that much communicate with my hardware using a PDA and bluetooth. All of my hardware begins with specific string and I was wondering if there was a way that I could force the DiscoverDevices to look for only devices beginning with that string. The problem with looking for all devices...
    Posted to Bluetooth (Forum) by cgladd87 on 06-01-2007
  • Check if a specific BT client is in range

    Hello. Is it possible to check if a specific BT device is in range of the PC. I have the BluetoothDeviceInfo list but I dont know if the devices are in range or not. Thanks.
    Posted to Bluetooth (Forum) by JacobS on 05-09-2007
Page 1 of 2 (14 items) 1 2 Next >
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.