Re: SDP record generate by bthnscreate.exe by Peter
Peter
Fri May 26 02:53:37 CDT 2006
The Guid should be unique for your service - not for each device otherwise
the apps would fail to communicate, think about it as the equivalent to a
TCP port number - your client must make a request on the same port that your
server machine is listening on.
The tool mentioned is, I think, part of Windows CE / Platform Builder and is
not shipped with the Windows Mobile SDKs.
Peter
--
Peter Foot
Windows Embedded MVP
www.peterfoot.net | www.inthehand.com
"rn0vianto" <rn0vianto@discussions.microsoft.com> wrote in message
news:9FBA3D81-B6FB-443E-A36D-4F27D1ED5B5A@microsoft.com...
> Hi Peter,
> I just try a sample code in windows mobile 5 sdk called "chat over
> bluetooth" and I see a note like this "SDP record generated by
> bthnscreate.exe"
>
> My question are:
> 1. As I know this file will create an SDP record right? and where I can
> find
> this file ?
> 2. I already test this sample and works :) but do we still create a
> different SDP record or create new GUID for each device if we test between
> two device mobile 5?
>
> Best Regards,
>
> Roy
>