Skip to content

Instantly share code, notes, and snippets.

@AkdM
Created February 14, 2020 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkdM/d9b45a0f028c52b445019f039cff351a to your computer and use it in GitHub Desktop.
Save AkdM/d9b45a0f028c52b445019f039cff351a to your computer and use it in GitHub Desktop.
D-Bus Cheatsheet

Requirements

  • qdbus (sudo apt install qdbus)

Commands

List services

qdbus

List system services

qdbus --system

List session services

qdbus --session

List session services

qdbus --session

List object paths

qdbus --system org.bluez

List methods, properties, signals… from object path

qdbus --system org.bluez /org/bluez/hci0

Access property

qdbus --system org.bluez /org/bluez/hci0 org.bluez.Adapter1.Name

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment