public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
From: Paul Ionescu <i_p_a_u_l@yahoo.com>
To: Marcel Holtmann <marcel@holtmann.org>
Cc: BlueZ Mailing List <bluez-users@lists.sourceforge.net>
Subject: Re: [Bluez-users] Need help with PAND between 2  linux boxes
Date: Mon, 16 Aug 2004 05:21:11 -0700 (PDT)	[thread overview]
Message-ID: <20040816122111.9620.qmail@web50209.mail.yahoo.com> (raw)
In-Reply-To: <1092657474.4375.137.camel@pegasus>

[-- Attachment #1: Type: text/plain, Size: 1023 bytes --]

--- Marcel Holtmann <marcel@holtmann.org> wrote:
> show us the content of /etc/bluetooth/hcid.conf and
> the output of
> "hciconfig -a".
> 

And from the other side:
 hciconfig -a
hci0:   Type: USB
        BD Address: 00:20:E0:73:EB:F7 ACL MTU: 192:8 
SCO MTU: 64:8
        UP RUNNING PSCAN ISCAN 
        RX bytes:224 acl:0 sco:0 events:28 errors:0
        TX bytes:609 acl:0 sco:0 commands:22 errors:0
        Features: 0xff 0xff 0x0f 0x00 0x00 0x00 0x00
0x00
        Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2
HV3 
        Link policy: RSWITCH HOLD SNIFF PARK 
        Link mode: ACCEPT MASTER 
        Name: 'r50p-0'
        Class: 0x120104
        Service Classes: Networking, Object Transfer
        Device Class: Computer, Desktop workstation
        HCI Ver: 1.1 (0x1) HCI Rev: 0x222 LMP Ver: 1.1
(0x1) LMP Subver: 0x222
        Manufacturer: Cambridge Silicon Radio (10)




		
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

[-- Attachment #2: hcid.conf --]
[-- Type: application/octet-stream, Size: 1538 bytes --]

#
# HCI daemon configuration file.
#
# $Id: hcid.conf,v 1.3 2002/07/18 18:12:46 maxk Exp $
#

# HCId options
options {
	# Automatically initialize new devices
	autoinit yes;

	# Security Manager mode
	#   none - Security manager disabled
	#   auto - Use local PIN for incoming connections
	#   user - Always ask user for a PIN
	#
#	security auto;
	security none;

	# Pairing mode
	#   none  - Pairing disabled
	#   multi - Allow pairing with already paired devices
	#   once  - Pair once and deny successive attempts
	pairing multi;

	# PIN helper
	pin_helper /usr/bin/bluepin;
	#dbus_pin_helper;

	# A dbus PIN daemon can be found at
	# ftp://ftp.handhelds.org/pub/projects/gpe/source/bluez-pin-0.20.tar.gz
}

# Default settings for HCI devices
device {
	# Local device name
	#   %d - device id
	#   %h - host name
	name "%h-%d";

	# Local device class
	class 0x120104;

	# Default packet type
	#pkt_type DH1,DM1,HV1;

	# Inquiry and Page scan
	iscan enable; pscan enable;

	# Default link mode
	#   none   - no specific policy 
	#   accept - always accept incoming connections
	#   master - become master on incoming connections,
	#            deny role switch on outgoing connections
	#
	#lm accept,master;
	#
	lm accept,master;

	# Default link policy
	#   none    - no specific policy
	#   rswitch - allow role switch
	#   hold    - allow hold mode
	#   sniff   - allow sniff mode
	#   park    - allow park mode
	#
	#lp hold,sniff;
	#
	lp hold,sniff,park,rswitch;

	# Authentication and Encryption
	auth disable;
	encrypt disable;
}

  parent reply	other threads:[~2004-08-16 12:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-14 22:56 [Bluez-users] Need help with PAND between 2 linux boxes Paul Ionescu
2004-08-16  8:34 ` Marcel Holtmann
2004-08-16 10:08   ` Wolfgang Mües
2004-08-16 11:53   ` Paul Ionescu
2004-08-16 11:57     ` Marcel Holtmann
2004-08-16 12:14       ` Paul Ionescu
2004-08-16 12:32         ` Marcel Holtmann
2004-08-16 12:21       ` Paul Ionescu [this message]
     [not found] <20040816125631.54878.qmail@web50202.mail.yahoo.com>
2004-08-16 14:33 ` Marcel Holtmann
2004-08-16 18:06   ` Paul Ionescu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040816122111.9620.qmail@web50209.mail.yahoo.com \
    --to=i_p_a_u_l@yahoo.com \
    --cc=bluez-users@lists.sourceforge.net \
    --cc=marcel@holtmann.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox