Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbed_TANK_Kinect ftusbClass
Diff: sdp.h
- Revision:
- 4:d5c3e499603d
- Parent:
- 3:e8d2ebb7392e
--- a/sdp.h Wed May 04 09:27:32 2011 +0000 +++ b/sdp.h Sat Jun 11 19:43:36 2011 +0000 @@ -147,6 +147,8 @@ static void addToReply(sdp_data *svc, serv_rec *list, const unsigned char* att, int end); static int findUUID(unsigned h, unsigned uuid); void buildServer(); + static int ServiceSearchReply(unsigned rxid, unsigned *handles, unsigned count, unsigned cs=0); + static int ServiceAttributeReply(unsigned rxid, sdp_data* al, unsigned count, unsigned cs=0); static int ServiceSearchAttributeReply(unsigned rxid, sdp_data* al, unsigned count, unsigned cs=0); /* //this function is called when the SDP sockets receives data (see HCICallback in TestShell),