forked from quickshell/quickshell
Missing support for things that require an agent, but has most basics. Closes #17
309 B
309 B
name = "Quickshell.Bluetooth" description = "Bluetooth API" headers = [ "bluez.hpp", "adapter.hpp", "device.hpp", ]
This module exposes Bluetooth management APIs provided by the BlueZ DBus interface. Both DBus and BlueZ must be running to use it.
See the @@Quickshell.Bluetooth.Bluetooth singleton.