|
From: Alain P. <apa...@us...> - 2002-08-09 14:54:47
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bt_if.c 1.50 1.51=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Added Object Transfer Service Class by default.
The diff of the modified file(s):
--- bt_if.c 6 Aug 2002 17:56:15 -0000 1.50
+++ bt_if.c 9 Aug 2002 14:54:45 -0000 1.51
@@ -87,7 +87,7 @@
if (!bt_dfu_mode(bt_cfd, -1))
{
/* fixme<3> -- read these parameters from config file ? */
- bt_set_classofdevice(bt_cfd, 0x10, 0x3, 0x0, 0x0);
+ bt_set_classofdevice(bt_cfd, 0x90, 0x3, 0x0, 0x0);
=20
#ifndef __CRIS__
if (!local_name)
|