Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: vk2tds on September 07, 2008, 12:20:39 AM

Title: Determination of Service RecHandle
Post by: vk2tds on September 07, 2008, 12:20:39 AM
Hi

I am attempting to determine the Service RecHandle of all the services available for a particular device. As far as I can tell this is not being returned by the API.Is this part of the GUID?

Thanks

Darryl
Title: Re: Determination of Service RecHandle
Post by: Mike Petrichenko on September 07, 2008, 10:46:56 AM
WCL does not provide access to Service Record Handle, because not all drivers return such information.
Title: Re: Determination of Service RecHandle
Post by: vk2tds on September 07, 2008, 10:57:01 AM
Is it possible to have it returned for the drivers that are able to supply that information? And then for the ones that do not return NOTHING rather than a value?

It is just that I have a need for it where it is available.

Thanks

Darryl
Title: Re: Determination of Service RecHandle
Post by: Mike Petrichenko on September 07, 2008, 11:26:04 AM
I'll think what can I do for that.

P.S. Service Record Handle does not give many informtation. For most phones it is identical (even for differnet models). Also, some devices generates it dinamically. If you want to use it for detect device's model you need full SDP record then.