Pairing for my mobile phone worked with bluetooth-applet.
$ sdptool browse my:phone's:address
however returns without output.
This is the hcidump -X output of sdptool browse:
HCI sniffer - Bluetooth packet analyzer ver 1.42
device: hci0 snap_len: 1028 filter: 0xffffffff
< HCI Command: Create Connection (0x01|0x0005) plen 13
0000: 31 b8 53 3a 23 00 18 cc 02 00 00 00 01 1.S:#........
0000: 00 01 05 04 ....
0000: 00 0c 00 31 b8 53 3a 23 00 01 00 ...1.S:#...
< HCI Command: Read Remote Supported Features (0x01|0x001b) plen 2
0000: 0c 00 ..
0000: 00 01 1b 04 ....
0000: 00 0c 00 ff ff 8f fe 9b b9 00 80 ...........
< ACL data: handle 12 flags 0x02 dlen 10
L2CAP(s): Info req: type 2
0000: 31 b8 53 3a 23 00 01 1.S:#..
0000: 0c 00 05 ...
L2CAP(s): Info rsp: type 2 result 1
Not supported
< ACL data: handle 12 flags 0x02 dlen 12
L2CAP(s): Connect req: psm 1 scid 0x0040
0000: 01 0c 00 02 00 .....
L2CAP(s): Connect rsp: dcid 0x0086 scid 0x0040 result 0 status 0
Connection successful
< ACL data: handle 12 flags 0x02 dlen 12
L2CAP(s): Config req: dcid 0x0086 flags 0x00 clen 0
L2CAP(s): Config req: dcid 0x0040 flags 0x00 clen 4
MTU 4096
< ACL data: handle 12 flags 0x02 dlen 18
L2CAP(s): Config rsp: scid 0x0086 flags 0x00 result 0 clen 4
MTU 4096
0000: 01 0c 00 02 00 .....
L2CAP(s): Config rsp: scid 0x0040 flags 0x00 result 0 clen 0
Success
< ACL data: handle 12 flags 0x02 dlen 24
L2CAP(d): cid 0x0086 len 20 [psm 1]
SDP SSA Req: tid 0x0 len 0xf
pat uuid-16 0x1002 (PubBrwsGrp)
max 65535
aid(s) 0x0000 - 0xffff
cont 00
L2CAP(d): cid 0x0040 len 10 [psm 1]
SDP SSA Rsp: tid 0x0 len 0x5
count 2
cont 00
< ACL data: handle 12 flags 0x02 dlen 12
L2CAP(s): Disconn req: dcid 0x0086 scid 0x0040
0000: 01 0c 00 02 00 .....
L2CAP(s): Disconn rsp: dcid 0x0086 scid 0x0040
< HCI Command: Disconnect (0x01|0x0006) plen 3
0000: 0c 00 13 ...
0000: 00 01 06 04 ....
0000: 00 0c 00 16 ....
Is there any other information I can provide to find out why I cannot access
my phone?