Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: bluetooth-guide.xml
Date: Thu, 02 Mar 2006 23:59:39
Message-Id: 200603022359.k22NxUbQ026149@robin.gentoo.org
1 neysx 06/03/02 23:59:29
2
3 Modified: xml/htdocs/doc/en bluetooth-guide.xml
4 Log:
5 #124710 Fix config file and a minor error
6
7 Revision Changes Path
8 1.6 +27 -4 xml/htdocs/doc/en/bluetooth-guide.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.6&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml?rev=1.6&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/bluetooth-guide.xml.diff?r1=1.5&r2=1.6&cvsroot=gentoo
13
14 Index: bluetooth-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v
17 retrieving revision 1.5
18 retrieving revision 1.6
19 diff -u -r1.5 -r1.6
20 --- bluetooth-guide.xml 5 Jan 2006 19:57:06 -0000 1.5
21 +++ bluetooth-guide.xml 2 Mar 2006 23:59:29 -0000 1.6
22 @@ -1,7 +1,7 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24
25 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.5 2006/01/05 19:57:06 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.6 2006/03/02 23:59:29 neysx Exp $ -->
28
29 <guide link="/doc/en/bluetooth-guide.xml">
30 <title>Gentoo Linux Bluetooth Guide</title>
31 @@ -32,8 +32,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>1.2</version>
36 -<date>2006-01-05</date>
37 +<version>1.3</version>
38 +<date>2006-03-03</date>
39
40 <chapter id="introduction">
41 <title>Introduction</title>
42 @@ -264,6 +264,11 @@
43 <pre caption="Editing /etc/bluetooth/hcid.conf">
44 <comment>(Recommended changes to be made to the file are shown)</comment>
45
46 +# HCId options
47 +options {
48 + # Automatically initialize new devices
49 + autoinit yes;
50 +
51 <comment>(Change security to "auto")</comment>
52 # Security Manager mode
53 # none - Security manager disabled
54 @@ -272,16 +277,34 @@
55 #
56 security auto;
57
58 + # Pairing mode
59 + pairing multi;
60 +
61 <comment>(Change pin_helper to use /etc/bluetooth/pin-helper)</comment>
62 # PIN helper
63 pin_helper /etc/bluetooth/pin-helper;
64 +}
65
66 +# Default settings for HCI devices
67 +device {
68 <comment>(Set your device name here, you can call it anything you want)</comment>
69 # Local device name
70 # %d - device id
71 # %h - host name
72 name "BlueZ at %h (%d)";
73
74 + # Local device class
75 + class 0x3e0100;
76 +
77 + # Inquiry and Page scan
78 + iscan enable; pscan enable;
79 +
80 + # Default link mode
81 + lm accept;
82 +
83 + # Default link policy
84 + lp rswitch,hold,sniff,park;
85 +
86 <comment>(Leave as is, if you don't know what exactly these do)</comment>
87 # Authentication and Encryption (Security Mode 3)
88 #auth enable;
89 @@ -349,7 +372,7 @@
90 # <i>hciconfig -a</i>
91 hci0: Type: USB
92 BD Address: 00:0A:0B:0C:0D:0E ACL MTU: 192:8 SCO MTU: 64:8
93 - UP RUNNING PSCAN ISCAN AUTH ENCRYPT
94 + UP RUNNING PSCAN ISCAN
95 RX bytes:125 acl:0 sco:0 events:17 errors:0
96 TX bytes:565 acl:0 sco:0 commands:17 errors:0
97 Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00
98
99
100
101 --
102 gentoo-doc-cvs@g.o mailing list