cosmic-settings/subscriptions/bluetooth/src
Steven Ceuppens 989a56346a
fix(bluetooth): add passkey/PIN display dialogs for keyboard pairing
Bluetooth keyboards require the host to display a passkey for the user
to type. Previously this was not supported because the agent capability
was set to DisplayYesNo and the DisplayPasskey/DisplayPinCode events
were not handled.

- Change agent capability to KeyboardDisplay
- Add DisplayPasskey dialog with typed-key progress indicator
- Add DisplayPinCode dialog for older keyboards
- Auto-dismiss display dialogs when device reports Paired=true
2026-06-03 23:24:04 +02:00
..
adapter.rs chore: add rustfmt config 2026-05-15 16:26:20 -06:00
agent.rs fix(bluetooth): add passkey/PIN display dialogs for keyboard pairing 2026-06-03 23:24:04 +02:00
device.rs chore: add rustfmt config 2026-05-15 16:26:20 -06:00
lib.rs feat: merge subscriptions crate into cosmic-settings repo 2025-10-08 21:48:23 +02:00
subscription.rs chore: add rustfmt config 2026-05-15 16:26:20 -06:00