Code: Select all
service bluetooth start
bluetoothctl
[bluetooth]# power on
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# discoverable on
[bluetooth]# pairable on
[bluetooth]# scan on
[bluetooth]# pair 00:81:8e:19:88:29
[bluetooth]# trust 00:81:8e:19:88:29
[bluetooth]# connect 00:81:8e:19:88:29
Code: Select all
[Logitech Bluetooth Mouse M555b]# connect 00:81:8e:19:88:29
Attempting to connect to 00:81:8e:19:88:29
Failed to connect: org.bluez.Error.Failed
[Logitech Bluetooth Mouse M555b]# connect 00:81:8e:19:88:29
Attempting to connect to 00:81:8e:19:88:29
Failed to connect: org.bluez.Error.Failed
Code: Select all
[bluetooth]# connect 00:81:8e:19:88:29
Attempting to connect to 00:81:8e:19:88:29
[CHG] Device 00:81:8e:19:88:29 Connected: yes
Failed to connect: org.bluez.Error.Failed
Am I doing something wrong? How is the device supposed to be registered to the kernel once it actually works?
[Moderator edit: added [code] tags to preserve output layout. -Hu]

