From: Ralph Ronnquist Date: Sun, 16 Apr 2023 01:46:18 +0000 (+1000) Subject: Test (org.bluez)/:org.freedesktop.DBus.ObjectManager.GetManagedObjects X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=90e871adbef72ed838434281b1be4c93a820a130;hp=2349b5ad66f812ceacb6a03943f7e47e569ac21f;p=rrq%2Flsp-utils.git Test (org.bluez)/:org.freedesktop.DBus.ObjectManager.GetManagedObjects --- diff --git a/lsp-dbus-test.lsp b/lsp-dbus-test.lsp index 82c5ecb..3482305 100644 --- a/lsp-dbus-test.lsp +++ b/lsp-dbus-test.lsp @@ -22,6 +22,14 @@ )) (Dbus:process-all-pending) +(setf org.bluez (Dbus "/org/bluez")) +(println (if (:invoke org.bluez + (print "/:org.freedesktop.DBus.ObjectManager.GetManagedObjects()") + ) + ($it -1 -1 -1) ; Returns value + )) + + (reset) ; "lsp-dbus-test.lsp"