how to get an SDP record for bluetooth service??
Posted
by user302798
on Stack Overflow
See other posts from Stack Overflow
or by user302798
Published on 2010-05-04T08:55:28Z
Indexed on
2010/05/04
8:58 UTC
Read the original article
Hit count: 373
Hi
I'm new to both winsock and bluetooth programming. I need to develop a bluetooth service to run on a pc. Looking at the MSDN library they say to use WSASetService(http://msdn.microsoft.com/en-us/library/aa362921%28VS.85%29.aspx) function to publish a service.
The problem is that the WSAQUERYSET(http://msdn.microsoft.com/en-us/library/aa362920%28VS.85%29.aspx) structure, that has to be passed to WSASetService, needs a binary SDP record and i don't know how to get it.
In the Windows embedded section of the MSDN library they describe a procedure to obtain an SDP record using Bthnscreate.
I installed Windows CE 6 to use this tool but i can't find it in the install directory nor in the entire system.
How can i get an SDP record?
Thanks!
© Stack Overflow or respective owner