Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: f4617c531abe2cd263ce3b9ba7ba77dc5859215c https://github.com/bluez/bluez/commit/f4617c531abe2cd263ce3b9ba7ba77dc5859215c Author: Ye He <ye.he@xxxxxxxxxxx> Date: 2025-02-26 (Wed, 26 Feb 2025) Changed paths: M src/adapter.c Log Message: ----------- adapter: Prepend the new added device to the adapter devices list When the DUT is paired with a mobile phone using RPA multiple times, multiple device contexts with the same bdaddr will be cached. When we query the device context through bdaddr, we always get the context at the head of adapter->devices, but its status is inactive. Fixes: https://github.com/bluez/bluez/issues/1095 To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications