aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/bluetooth/BluetoothModule.qml
AgeCommit message (Collapse)AuthorFilesLines
24 hoursfix(desktop): wire tile active state and clear connect errorsDanilo M.1-0/+3
25 hoursfeat(desktop): pair bluetooth devicesDanilo M.1-0/+15
Quickshell has no BlueZ agent and no generic D-Bus module, so a pairing that needs a passkey confirmed cannot be done from QML. bluetoothctl registers its own agent, so pairing is the one shell-out; adapter state, scanning, connecting and forgetting all stay native. The timeout is the ceiling: a device bluetoothctl cannot auto-confirm fails visibly rather than hanging the page.
25 hoursfeat(desktop): bluetooth module, tile and pageDanilo M.1-0/+55
Native Quickshell.Bluetooth for adapter power, discoverable, scan, connect, disconnect, trust and forget. Pairing is separate, because quickshell ships no BlueZ agent. The adapter is null for the first ~2s, so every access is navigated safely rather than assuming a first paint.