Commit graph

11 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
Vukašin Vojinović
507e342c21 chore: update dependencies 2026-03-13 15:20:44 +01:00
Vukašin Vojinović
1190da87ce chore: update dependencies 2025-10-05 14:29:51 +02:00
Vukašin Vojinović
c31a46961a chore: Rust 2024 edition 2025-10-05 14:29:51 +02:00
Ian Douglas Scott
3b86984332 Update to zbus 5.x
https://github.com/dbus2/zbus/releases/tag/zbus-5.0.0

Now requires `pub` on uses of `#[proxy]` if the generated types should
be `pub`.
2025-05-22 22:54:07 +02:00
Ian Douglas Scott
8b783f2e8e bluez: Add required futures-util feature 2025-05-22 22:54:07 +02:00
Ian Douglas Scott
19a994fce9 bluez: Enable sink feature of futures-channel
Fails to build without this.
2025-05-22 22:54:07 +02:00
Michael Aaron Murphy
931f5db558
feat(bluez): integrations for creating bluez agents 2024-10-02 10:13:31 +02:00
Michael Aaron Murphy
01ee80cd97
example(bluez): fix bluetoothctl example 2024-09-30 16:23:37 +02:00
Michael Aaron Murphy
5630ebe694
feat(bluez): add AgentManager1, HealthManager1, and ProfileManager1 interfaces 2024-09-30 16:16:24 +02:00
Antoine C
8059e6bdaa
feat: add bindings for BlueZ 2024-09-24 12:29:09 +02:00