Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 5934f133d44aeda4e682bd15daf2dc93bb7d355f https://github.com/bluez/bluez/commit/5934f133d44aeda4e682bd15daf2dc93bb7d355f Author: Brian Gix <brian.gix@xxxxxxxxx> Date: 2023-03-14 (Tue, 14 Mar 2023) Changed paths: M mesh/manager.c Log Message: ----------- mesh: Fix uninitialized memory usage When attempting to cancel an unknown Scan request structure must be NULL initialized. Commit: 7c0fb2fefb6a121f1ac56e39212ce4d64307eeff https://github.com/bluez/bluez/commit/7c0fb2fefb6a121f1ac56e39212ce4d64307eeff Author: Brian Gix <brian.gix@xxxxxxxxx> Date: 2023-03-14 (Tue, 14 Mar 2023) Changed paths: M mesh/mesh-io.c M mesh/remprv-server.c Log Message: ----------- mesh: Loopback unprovisioned beacons Because the daemon explicitly supports multiple nodes, we need local Config Clients to be able to see local unprovisioned devices. This loops the unprovisioned beacon, so that local Provisioning servers can see it. Fixes Issue: https://github.com/bluez/bluez/issues/341 Compare: https://github.com/bluez/bluez/compare/857d9b96b384...7c0fb2fefb6a