Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: c94cdbc6d73ffd818d862975895d48dd01361234 https://github.com/bluez/bluez/commit/c94cdbc6d73ffd818d862975895d48dd01361234 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-10-10 (Mon, 10 Oct 2022) Changed paths: M emulator/btdev.c M emulator/btdev.h Log Message: ----------- btdev: Add support for setting bdaddr This adds btdev_set_bdaddr so it is possible to set an arbritrary address. Commit: c2bf15137410c92f346ff8031bdfaa756fb8b16e https://github.com/bluez/bluez/commit/c2bf15137410c92f346ff8031bdfaa756fb8b16e Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-10-10 (Mon, 10 Oct 2022) Changed paths: M emulator/vhci.c M emulator/vhci.h Log Message: ----------- vhci: Add function to interact with force_static_address This adds functions that can be used to set debugfs force_static_address. Commit: 9065853fe5c70db2b9ca42fd40b027746e85f56d https://github.com/bluez/bluez/commit/9065853fe5c70db2b9ca42fd40b027746e85f56d Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-10-10 (Mon, 10 Oct 2022) Changed paths: M tools/mgmt-tester.c Log Message: ----------- mgmt-tester: Fix Set Static Address tests Set Static Address tests needs to power after setting the address since the programming of the address using the HCI command only happens during power on procedure. Compare: https://github.com/bluez/bluez/compare/3da439ae3c76...9065853fe5c7