Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: servel333 on May 29, 2008, 07:00:29 PM

Title: wclBluetoothDevice.EnumServices Method Description
Post by: servel333 on May 29, 2008, 07:00:29 PM
I'm guessing the Method EnumServices in wclBluetoothDevice will query the Bluetooth device and return a list of available services the device offers. 

What confuses me is what is the UUID for?

Would you please provide a description of what this method does and what the UUID parameter is for.
Title: Re: wclBluetoothDevice.EnumServices Method Description
Post by: Mike Petrichenko on May 29, 2008, 07:05:28 PM
You can query for all services (UUID is null) or only for specified (UUID is the service you need to check).
Title: Re: wclBluetoothDevice.EnumServices Method Description
Post by: servel333 on May 29, 2008, 07:13:57 PM
Thanks.

Very concise and quick, as usual.