* [bluez/bluez] 1199c6: device: Fix privacy
@ 2025-09-30 14:52 Luiz Augusto von Dentz
0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2025-09-30 14:52 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/1007463
Home: https://github.com/bluez/bluez
Commit: 1199c63fb45fc077b02e518ecbd0a570cfbcf06d
https://github.com/bluez/bluez/commit/1199c63fb45fc077b02e518ecbd0a570cfbcf06d
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M src/adapter.c
M src/device.c
M src/device.h
Log Message:
-----------
device: Fix privacy
In order for devices to properly be programmed into the adapter
resolving list they need to set the flag DEVICE_FLAG_ADDRESS_RESOLUTION
but that is only done if device_address_is_private return true but
currently it doesn't check the rpa flag which indicates that the address
has been updated to its identity.
While at it this also update the rpa flag to privacy to better indicate
the feature rather than just the address type and then introduces
device_set_privacy/device_get_privacy and replaces the usage of
device_address_is_private with device_get_privacy whenever the features
itself needs to be checked, rather than the current address type in use.
Fixes: https://github.com/bluez/bluez/issues/1079
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:[~2025-09-30 14:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-30 14:52 [bluez/bluez] 1199c6: device: Fix privacy Luiz Augusto von Dentz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox