View Single Post
Posts: 432 | Thanked: 645 times | Joined on Mar 2009
#2
Hi,

the object path seems to be wrong, as it has to contain the pid of the bluetoothd. Do the following steps:

1. Figure out, which pid bluetoothd has:
Code:
ps | grep bluetooth
2. Then try:
Code:
dbus-send --system --dest=org.bluez --print-reply --type=method_call /org/bluez/{pid}/hci0 org.bluez.Adapter.GetProperties
This should give you the results.

Cheers Daniel
 

The Following 6 Users Say Thank You to danielwilms For This Useful Post: