[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/handhelds/tos/interfaces Bluetooth.nc, 1.2, 1.3

steve ayer ayer1 at users.sourceforge.net
Mon Aug 13 04:53:46 PDT 2007


Update of /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/interfaces
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv20053

Modified Files:
	Bluetooth.nc 
Log Message:

added interface to setservicename implementation in rovingnetworksm.nc


Index: Bluetooth.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/interfaces/Bluetooth.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Bluetooth.nc	19 Mar 2007 19:20:38 -0000	1.2
--- Bluetooth.nc	13 Aug 2007 11:53:43 -0000	1.3
***************
*** 64,67 ****
--- 64,68 ----
     command void setPIN(char * name);                   // max 16 chars
     command void setServiceClass(char * class);         // max 4 chars (hex word)
+    command void setServiceName(char * name);         // max 16 chars 
     command void setDeviceClass(char * class);         // max 4 chars (hex word)
     command void resetDefaults();



More information about the Tinyos-contrib-commits mailing list