You are not logged in.
Pages: 1
I don't know when it happen but with latest packages and systemd I can'y pairing my android tablet and phone with computer
I can found devices, but pairing says Auth failure on both sides, and no PIN dialog shown
I really do nothing with bluetooth for a half a year and no hardware errors shown in dmesg
Last edited by dront78 (2012-08-26 15:23:51)
Offline
up
bluez-simple-agent hci0 60:A1:0A:1A:17:F0
HCI sniffer - Bluetooth packet analyzer ver 2.4
device: hci0 snap_len: 1028 filter: 0xffffffffffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
bdaddr 60:A1:0A:1A:17:F0 ptype 0xcc18 rswitch 0x01 clkoffset 0x0000
Packet type: DM1 DM3 DM5 DH1 DH3 DH5
> HCI Event: Command Status (0x0f) plen 4
Create Connection (0x01|0x0005) status 0x00 ncmd 1
> HCI Event: Connect Complete (0x03) plen 11
status 0x00 handle 12 bdaddr 60:A1:0A:1A:17:F0 type ACL encrypt 0x00
< HCI Command: Read Remote Supported Features (0x01|0x001b) plen 2
handle 12
> HCI Event: Max Slots Change (0x1b) plen 3
handle 12 slots 5
> HCI Event: Command Status (0x0f) plen 4
Read Remote Supported Features (0x01|0x001b) status 0x00 ncmd 1
> HCI Event: Read Remote Supported Features (0x0b) plen 11
status 0x00 handle 12
Features: 0xbf 0xfe 0x8f 0xfe 0x9b 0xff 0x79 0x83
< HCI Command: Read Remote Extended Features (0x01|0x001c) plen 3
handle 12 page 1
> HCI Event: Command Status (0x0f) plen 4
Read Remote Extended Features (0x01|0x001c) status 0x00 ncmd 1
> HCI Event: Read Remote Extended Features (0x23) plen 13
status 0x00 handle 12 page 1 max 1
Features: 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00
< HCI Command: Remote Name Request (0x01|0x0019) plen 10
bdaddr 60:A1:0A:1A:17:F0 mode 2 clkoffset 0x0000
> HCI Event: Command Status (0x0f) plen 4
Remote Name Request (0x01|0x0019) status 0x00 ncmd 1
> HCI Event: Remote Name Req Complete (0x07) plen 255
status 0x00 bdaddr 60:A1:0A:1A:17:F0 name 'galaxy-p1000'
< HCI Command: Authentication Requested (0x01|0x0011) plen 2
handle 12
> HCI Event: Command Status (0x0f) plen 4
Authentication Requested (0x01|0x0011) status 0x00 ncmd 1
> HCI Event: Link Key Request (0x17) plen 6
bdaddr 60:A1:0A:1A:17:F0
< HCI Command: Link Key Request Negative Reply (0x01|0x000c) plen 6
bdaddr 60:A1:0A:1A:17:F0
> HCI Event: Command Complete (0x0e) plen 10
Link Key Request Negative Reply (0x01|0x000c) ncmd 1
status 0x00 bdaddr 60:A1:0A:1A:17:F0
> HCI Event: IO Capability Request (0x31) plen 6
bdaddr 60:A1:0A:1A:17:F0
< HCI Command: IO Capability Request Negative Reply (0x01|0x0034) plen 7
bdaddr 60:A1:0A:1A:17:F0 reason 0x18
Reason: Pairing Not Allowed
> HCI Event: Command Complete (0x0e) plen 10
IO Capability Request Negative Reply (0x01|0x0034) ncmd 1
status 0x00 bdaddr 60:A1:0A:1A:17:F0
> HCI Event: Simple Pairing Complete (0x36) plen 7
status 0x05 bdaddr 60:A1:0A:1A:17:F0
Error: Authentication Failure
> HCI Event: Auth Complete (0x06) plen 3
status 0x05 handle 12
Error: Authentication Failure
< HCI Command: Disconnect (0x01|0x0006) plen 3
handle 12 reason 0x13
Reason: Remote User Terminated Connection
> HCI Event: Command Status (0x0f) plen 4
Disconnect (0x01|0x0006) status 0x00 ncmd 1
> HCI Event: Disconn Complete (0x05) plen 4
status 0x00 handle 12 reason 0x16
Reason: Connection Terminated by Local Host
Last edited by dront78 (2012-08-26 05:22:54)
Offline
Fixup now
pacman -Rnscc blueman
rm -rf /var/lib/blueman
rm -rf /var/lib/bluetooth/*
restart
after that pc bluetooth name changed to $hostname-0 and now bluetooth pairing works
Offline
Pages: 1