I'm wanting to set my ipod as a trusted bluetooth device on my raspberry pi running raspian via command line using bluez-tools.
On Ubuntu I run:
bt-device --set 28:37:37:B5:1A:B5 Trusted 1
The output is:
Trusted: 0 -> 1
On my Raspberry pi the same bt-device commend is entered the following is output:
bt-device: bluez service is not found
Did you forget to run bluetoothd?
I have run the command
bluetoothd
on my Raspberry Pi, it seems to be running.
The Raspberry is running bluez Version: 4.99-2, and bluez-tools Version: 0.1.38+git662e-3
Thanks!