View previous topic :: View next topic |
Author |
Message |
kami22 Tux's lil' helper
Joined: 14 Apr 2006 Posts: 116
|
Posted: Sun Dec 19, 2010 8:04 pm Post subject: Problems with bluez and simple-agent |
|
|
Hi,
i am trying to connect to a bt serial device i just used simple-agent and than make a bind with rfcomm this works fine and i can connect to it.
Now i configured rfcomm.conf and if i make a cat /dev/rfcomm0 i get this error in the log:
Dec 19 21:01:06 [bluetoothd] pin_code_request (sba=00:1A:7D:11:81:71, dba=00:0B:CE:01:2D:FB)
Dec 19 21:01:06 [bluetoothd] No agent available for 0 request
my rfcomm.conf looks like this :
rfcomm0 {
bind yes;
device 00:0B:CE:01:2D:FB;
channel 1;
}
Maybe someone can help me.
Cu kami |
|
Back to top |
|
|
boerKrelis Apprentice
Joined: 01 Jul 2003 Posts: 241 Location: The Netherlands
|
Posted: Mon Dec 20, 2010 9:41 am Post subject: |
|
|
Run 'simple-agent' (in a shell), which is a PIN helper to which the bluez system connects via DBUS to do the bluetooth PIN stuff. |
|
Back to top |
|
|
|