All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bluez-users] setup pairing?
@ 2005-01-25  4:20 Franz Coriand
  2005-01-25 13:37 ` Marcel Holtmann
  0 siblings, 1 reply; 4+ messages in thread
From: Franz Coriand @ 2005-01-25  4:20 UTC (permalink / raw)
  To: bluez-users

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

Hi!

I'm new in this area and I've a problem with setting up a simple key
pairing mechanism for bluetooth with BlueZ.

I'd like to setup a bluetooth connection with tcp/ip between a
Linux-Watch (kernel 2.4.18) and a Windows XP SP2.
My problem is, I can access the Windows host only with the help of a key
pairing, because with  my current windows bluetooth driver it's not
possible to establish a "unsecure connection" without a keypairs.

With the Linux-Watch and the Windows computer I can search for devices
and they find earch other, but the key pairing doesn't work.

I wrote a /etc/bluetooth/hcid.conf-file:

##########begin
# HCI daemon configuration file.
#
#
options {
        autoinit yes;
        security auto;
        pairing multi;
        pin_helper /etc/bluetooth/givepin;
}
###########end

and loaded this file with "/usr/local/bin/hcid -f /etc/bluetooth/hcid.conf"!
"/etc/bluetooth/givepin" rights are 710 and looks like:

#####givepin######
#!/bin/sh
echo "PIN:0000"
################

But it still doesn't work - any idea?

Software:
bluez-libs-2.4.
bluez-pan-1.1
bluez-sdp-1.2
bluez-utils-2.3

Bye,
Franz

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 254 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-01-26  6:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-25  4:20 [Bluez-users] setup pairing? Franz Coriand
2005-01-25 13:37 ` Marcel Holtmann
2005-01-26  3:53   ` Franz Coriand
2005-01-26  6:07     ` Marcel Holtmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.