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

steve ayer ayer1 at users.sourceforge.net
Mon Nov 19 10:59:27 PST 2007


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

Modified Files:
	Bluetooth.nc 
Log Message:

added utility to change baudrate to bt module
added utility to turn off remote configuration of bt module (and back on, too).


Index: Bluetooth.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/handhelds/tos/interfaces/Bluetooth.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Bluetooth.nc	13 Aug 2007 11:53:43 -0000	1.3
--- Bluetooth.nc	19 Nov 2007 18:59:22 -0000	1.4
***************
*** 66,69 ****
--- 66,71 ----
     command void setServiceName(char * name);         // max 16 chars 
     command void setDeviceClass(char * class);         // max 4 chars (hex word)
+    command void disableRemoteConfig(bool disableConfig);
+    command void setBaudrate(char * rate_factor);      // max 4 chars, must be integer
     command void resetDefaults();
  



More information about the Tinyos-contrib-commits mailing list