Hello All,
I'm trying to manage Bluetooth using dbus-send command,
I send command for start discovery:
dbus-send --system --reply-timeout=5000 --type=method_call
--dest=org.bluez /org/bluez/hci0 org.bluez.Adapter1.StartDiscovery
I see that the scan started, the status is true:
dbus-send --system --print-reply --dest=org.bluez --type=method_call
/org/bluez/hci0 org.freedesktop.DBus.Properties.Get
string:org.bluez.Adapter1 string:Discovering
But I can not stop scanning by a command:
dbus-send --system --reply-timeout=5000 --type=method_call
--dest=org.bluez /org/bluez/hci0 org.bluez.Adapter1.StopDiscovery
"Discovering" status true.
Bluez version 5.45
---------------------
Best regards,
Aleksandr Proklov
--
To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html