|
From: Alain P. <apa...@us...> - 2002-08-26 15:07:42
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
bt_if.c 1.52 1.53=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Just add an example how to set the module as a heaset to that phones find t=
hem when
searching for headsets.
The diff of the modified file(s):
--- bt_if.c 12 Aug 2002 12:07:58 -0000 1.52
+++ bt_if.c 26 Aug 2002 15:07:28 -0000 1.53
@@ -88,6 +88,8 @@
{
/* fixme<3> -- read these parameters from config file ? */
bt_set_classofdevice(bt_cfd, 0x90, 0x3, 0x0, 0x0);
+ /* Test : uncomment next line (and comment previous) to set your devic=
e as a headset */
+// bt_set_classofdevice(bt_cfd, 0xFFE, 0x4, 0x1, 0x0);
=20
#ifndef __CRIS__
if (!local_name)
|