software you can take with you

Browse by Tags

  • Discovering only paricular class of deives ex :Nokia N73

    Hello Viewer, I want to discove only particular class of devices in BluetoothClient bc = new BluetoothClient ( ); BluetoothClientInfo[ bi= bc.DiscoverDevices ( ); How can i achive it. another thing is DiscoverDevicestaking more time to discove how can i over come this problem. how can i enable the bluetooth...
    Posted to Bluetooth (Forum) by ramesh.shivakumar on 09-12-2011
  • Device Discovery

    Hi! I am new to Bluetooth programming world. I write code for dicoverying nearest bluetooth device. BluetoothClient blueToothClient = new BluetoothClient(); BluetoothDeviceInfo[ bluetoothInfos = blueToothClient.DiscoverDevices(); foreach(BluetoothDeviceInfo bluetoothinfo in bluetoothinfos) { MessageBox...
    Posted to Bluetooth (Forum) by Saravanan on 09-05-2011
  • DiscoverDevices() does not return any value.

    Hi I am having problems in recieving found devices. I use a loop, first it was ok, now even after a restart the divicediscovery does not return any device. what is the solution? is it like stack over flow? how can I solve this. help needed ASAP! this is my code... public BluetoothClient12(...
    Posted to Bluetooth (Forum) by kasun on 09-04-2010
  • Re: Device Discovery Falaciousness

    Thanks for the reply. Does that mean in WIndows Mobile 5, if i had paired the device before search using BluetoothClient.DiscoverDevices() will return the device that already paired even when the device is not discoverable? Is that a way to know that the device i want to connect is turn on or off cause...
    Posted to Bluetooth (Forum) by vianca on 02-02-2010
  • Re: Device Discovery Falaciousness

    Thank you very much for the reply. I'm using the library for developing windows mobile 5.0 application. Does that mean that the device, eventhough it is not turn on still can be discovered if it is already authenticated? Isn't that mean we cannot connect to the device? Is there a way to know...
    Posted to Bluetooth (Forum) by vianca on 02-01-2010
  • Device Discovery Falaciousness

    I'm using InTheHand library from 32Feet.net for communication in bluetooth I'm trying to do some device discovery using this code public static BluetoothDeviceInfo[ devices; devices = client.DiscoverDevices(); it still contain some devices that has it's bluetooth turn off. I know that the...
    Posted to Bluetooth (Forum) by vianca on 01-29-2010
  • Bluetooth discovery on XP/Vista

    Hi, I have a program written using the 32Feet 2.4 libraries and a Widcomm stack that discovers bluetooth devices in the area and then decides which to send a pair request to or add a serial port connection to, etc. This works fine on XP SP2, however when I try to run the same program on Vista with the...
    Posted to Bluetooth (Forum) by claire on 07-09-2009
  • Re: Issues in Bluetooth discover mode

    I use the in built timer (using C#) for trigering the discovery event for every 5 seconds. the sudden froze arise as i try to close the program. public Dictionary<string,string> testMethod() { Dictionary<string,string> btDictionary = new Dictionary<string, string>(); BluetoothDeviceInfo...
    Posted to Bluetooth (Forum) by kasun on 06-22-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
  • Is it possible to identify model of mobile via bluetooth service records?

    Hello All, I am working on a bluetooth based project and I need to identify the model of bluetooth mobile device. I want to know whether it is possible to identify model of mobile via their Bluetooth Service Records. Please help me I need it in very urgent. Thank You
    Posted to Bluetooth (Forum) by Pankaj shukla on 04-16-2008
Page 1 of 2 (11 items) 1 2 Next >
Copyright © 2001-2013 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy. OrcsWeb's Windows Cloud Server Hosting