Bluetooth and Serivce discovery

M

Marco Minerva

Hi all!

I'm using Visual Studio 2005. I have a Bluetooth device that uses
Widcomm bluetooth stack, so I can't use the 32feet.net library.
However, this device emulates two serial ports, COM8 and COM9, so I can
use the System.IO.SerialPorts.SerialPort object in order to comunicate
with the device. My problem is: how can I perform a service discovery
for other bluetooth devices? I would like to obtain the same result of
calling of the BluetoothClient.DiscoveryDevices method of 32feet.net
library.

Thanks in advance.
Marco Minerva, (e-mail address removed)
 
J

José Miguel Torres

Hi,

Discover devices method is based on sofisticated sockets call functions,
that implements MS Bluetooth Stack. Besides, it's not possible to discover
services using these functions like devices in windows mobile but yes on
WinXP.

Regards
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top