Commit graph

2 commits

Author SHA1 Message Date
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
Michael Aaron Murphy
931f5db558
feat(bluez): integrations for creating bluez agents 2024-10-02 10:13:31 +02:00