aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/bluetooth/BluetoothPage.qml
AgeCommit message (Collapse)AuthorFilesLines
31 hoursfix(desktop): disable bluetooth switches until the adapter is upDanilo M.1-0/+2
31 hoursfeat(desktop): a theme-coloured SwitchDanilo M.1-1/+0
35 hoursfeat(desktop): pair bluetooth devicesDanilo M.1-0/+52
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.
35 hoursfeat(desktop): bluetooth module, tile and pageDanilo M.1-0/+127
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.