neysx 06/03/02 23:59:29 Modified: xml/htdocs/doc/en bluetooth-guide.xml Log: #124710 Fix config file and a minor error
Revision Changes Path 1.6 +27 -4 xml/htdocs/doc/en/bluetooth-guide.xml 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 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 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 Index: bluetooth-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- bluetooth-guide.xml 5 Jan 2006 19:57:06 -0000 1.5 +++ bluetooth-guide.xml 2 Mar 2006 23:59:29 -0000 1.6 @@ -1,7 +1,7 @@ <?xml version='1.0' encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.5 2006/01/05 19:57:06 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/bluetooth-guide.xml,v 1.6 2006/03/02 23:59:29 neysx Exp $ --> <guide link="/doc/en/bluetooth-guide.xml"> <title>Gentoo Linux Bluetooth Guide</title> @@ -32,8 +32,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.2</version> -<date>2006-01-05</date> +<version>1.3</version> +<date>2006-03-03</date> <chapter id="introduction"> <title>Introduction</title> @@ -264,6 +264,11 @@ <pre caption="Editing /etc/bluetooth/hcid.conf"> <comment>(Recommended changes to be made to the file are shown)</comment> +# HCId options +options { + # Automatically initialize new devices + autoinit yes; + <comment>(Change security to "auto")</comment> # Security Manager mode # none - Security manager disabled @@ -272,16 +277,34 @@ # security auto; + # Pairing mode + pairing multi; + <comment>(Change pin_helper to use /etc/bluetooth/pin-helper)</comment> # PIN helper pin_helper /etc/bluetooth/pin-helper; +} +# Default settings for HCI devices +device { <comment>(Set your device name here, you can call it anything you want)</comment> # Local device name # %d - device id # %h - host name name "BlueZ at %h (%d)"; + # Local device class + class 0x3e0100; + + # Inquiry and Page scan + iscan enable; pscan enable; + + # Default link mode + lm accept; + + # Default link policy + lp rswitch,hold,sniff,park; + <comment>(Leave as is, if you don't know what exactly these do)</comment> # Authentication and Encryption (Security Mode 3) #auth enable; @@ -349,7 +372,7 @@ # <i>hciconfig -a</i> hci0: Type: USB BD Address: 00:0A:0B:0C:0D:0E ACL MTU: 192:8 SCO MTU: 64:8 - UP RUNNING PSCAN ISCAN AUTH ENCRYPT + UP RUNNING PSCAN ISCAN RX bytes:125 acl:0 sco:0 events:17 errors:0 TX bytes:565 acl:0 sco:0 commands:17 errors:0 Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00 0x00 -- [email protected] mailing list
