* [bluez/bluez] c0fb6c: client: Add command wake
@ 2024-12-18 14:40 Luiz Augusto von Dentz
0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2024-12-18 14:40 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: c0fb6c067e48e1c867d2447a275253bea4d7ec40
https://github.com/bluez/bluez/commit/c0fb6c067e48e1c867d2447a275253bea4d7ec40
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M client/main.c
Log Message:
-----------
client: Add command wake
This adds command wake which can be used to set WakeAllowed property:
[bluetoothctl]> wake XX:XX:XX:XX:XX:XX off
[bluetoothctl]> Changing wake off succeeded
[bluetoothctl]> [CHG] Device XX:XX:XX:XX:XX:XX WakeAllowed: no
[bluetoothctl]> wake XX:XX:XX:XX:XX:XX on
[bluetoothctl]> Changing wake on succeeded
[bluetoothctl]> [CHG] Device XX:XX:XX:XX:XX:XX WakeAllowed: yes
[bluetoothctl]> wake XX:XX:XX:XX:XX:XX
Commit: dfb1ffdc95a00bc06d81a75c11ab5ad2e24d37bf
https://github.com/bluez/bluez/commit/dfb1ffdc95a00bc06d81a75c11ab5ad2e24d37bf
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M src/device.c
Log Message:
-----------
device: Fix not being able to set WakeAllowed
Setting WakeAllowed was not working as intended since
device_set_wake_override was changing the current_flags which
btd_device_flags_changed checks to determine if flags has been changed
to only then call device_set_wake_allowed_complete.
Fixes: https://github.com/bluez/bluez/issues/1045
Compare: https://github.com/bluez/bluez/compare/c2caa26a4d62...dfb1ffdc95a0
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-12-18 14:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-18 14:40 [bluez/bluez] c0fb6c: client: Add command wake Luiz Augusto von Dentz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.