.NET Components for Mobility

Continuous discovery of bluetooth devices ?????????

Last post 05-23-2008 4:39 AM by ravin. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 05-23-2008 4:39 AM

    • ravin
    • Top 200 Contributor
    • Joined on 05-21-2008
    • Posts 3

    Continuous discovery of bluetooth devices ?????????

    Ive made a program that search for new devices to connect, when a device is connected and the program searches for more devices, the connected device is acting very slow, is there a way to overcome this? Its not possible to pair the device using passkey.

    Using; 

    devices = client.DiscoverDevices()

    ListDevicesFound(devices)

    For i As Integer = 0 To devices.Length - 1

    If (devices(i).DeviceName.CompareTo("Nintendo RVL-CNT-01") <= 0) Then 'If Found one, add

    AddConnectedDevice(devices(i))

     The goal is to make a program that autoconnects devices, anytime.

     

Page 1 of 1 (1 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.