dbus-settings-bindings/bluez
Steven Ceuppens eed01dd360 fix(bluez): forward display_passkey, display_pin_code, and request_authorization agent messages
These three Agent1 D-Bus methods were stubs that returned Ok(()) without
forwarding events through the message channel. This prevented consumers
from receiving passkey/PIN display requests during Bluetooth keyboard
pairing.

Now all three methods send their respective Message variants through the
channel, matching the existing pattern used by request_confirmation,
request_passkey, and request_pin_code.
2026-06-02 10:38:10 +02:00
..
examples feat(bluez): integrations for creating bluez agents 2024-10-02 10:13:31 +02:00
src fix(bluez): forward display_passkey, display_pin_code, and request_authorization agent messages 2026-06-02 10:38:10 +02:00
Cargo.toml chore: update dependencies 2026-03-13 15:20:44 +01:00