Turns out that using this line “worked”:
cpi@clockworkpi:~$ sudo apt-get install bluetooth
However, after trying to start it and retrieve its status, looks dead:
cpi@clockworkpi:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
Also I created the rules.d files (97-hid2hci.rules) in /etc/udev/rules.g and /lib/udev/rules.g.
Turns out that using this line “worked”:
cpi@clockworkpi:~$ sudo apt-get install bluetooth
However, after trying to start it and retrieve its status, looks dead:
cpi@clockworkpi:~$ sudo service bluetooth status
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: inactive (dead)
Docs: man:bluetoothd(8)
Also I created the rules.d files (97-hid2hci.rules) in /etc/udev/rules.g and /lib/udev/rules.g.
I follow the wiki on https://github.com/clockworkpi/bluetooth, but when i use “connect xx:xx:xx:xx:xx:xx” command, i got “Failed to connect: org.bluez.Error.Failed” …
“pair xx:xx:xx:xx:xx:xx” is ok.
I donnot know why…