Branch: refs/heads/958207 Home: https://github.com/bluez/bluez Commit: 46c2aa5c97070a51fd5d68f863c42e5316d69d17 https://github.com/bluez/bluez/commit/46c2aa5c97070a51fd5d68f863c42e5316d69d17 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-04-29 (Tue, 29 Apr 2025) Changed paths: M src/device.c Log Message: ----------- device: Fix not setting DEVICE_FLAG_REMOTE_WAKEUP when required Due to the introduction of DEVICE_FLAG_ADDRESS_RESOLUTION it is no longer possible to check if the kernel has support for it ahead of time since that would depend on device->supported_flags which is only updated with MGMT_OP_ADD_DEVICE _after_ services are probed. Fixes: https://github.com/bluez/bluez/issues/1207 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications