Branch: refs/heads/977765 Home: https://github.com/bluez/bluez Commit: 5810cb647382acdd368fe31e568ad36b4318c185 https://github.com/bluez/bluez/commit/5810cb647382acdd368fe31e568ad36b4318c185 Author: Christian Eggers <ceggers@xxxxxxx> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M mesh/prov-acceptor.c Log Message: ----------- mesh: acceptor: increase interval for unprovisioned device beacon I cannot find a specific interval for sending unprovisioned device beacons in MshPRT_v1.1, section 3.10.2/5.2.1. The current interval of 500 ms seems to cause interferience with normal advertising messages, maybe this is controller dependent (seen on RTL8761BU). A beacon interval of 1000 ms should be sufficient for scanning (e.g. by a provisioner) while allowing normal advertising messages to be transmitted. Commit: 796b0e6a6588b63354ee3733ffc589982ecfa62a https://github.com/bluez/bluez/commit/796b0e6a6588b63354ee3733ffc589982ecfa62a Author: Christian Eggers <ceggers@xxxxxxx> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M Makefile.mesh A mesh/gatt-service.c A mesh/gatt-service.h A mesh/pb-gatt.c A mesh/pb-gatt.h M mesh/prov-acceptor.c Log Message: ----------- mesh: add support for provisioning via GATT ToDo: Consider moving dbus_client instance into separate singleton, so that no destruction/construction is necessary when switching from GATT provisioning service to GATT proxy service (see next commit). Commit: fb20d62fda1d971e0e0679866f109c353ab1de93 https://github.com/bluez/bluez/commit/fb20d62fda1d971e0e0679866f109c353ab1de93 Author: Christian Eggers <ceggers@xxxxxxx> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M Makefile.mesh A mesh/gatt-proxy-svc.c A mesh/gatt-proxy-svc.h M mesh/main.c M mesh/net-keys.c M mesh/net-keys.h M mesh/net.c M mesh/net.h M mesh/prov-acceptor.c Log Message: ----------- mesh: add GATT proxy service FIXME: net.c: determine whether data shall be sent via mesh_io or gatt_proxy Commit: 189ecb870d7baecc6b5aa96df9d39948117198e5 https://github.com/bluez/bluez/commit/189ecb870d7baecc6b5aa96df9d39948117198e5 Author: Christian Eggers <ceggers@xxxxxxx> Date: 2025-07-01 (Tue, 01 Jul 2025) Changed paths: M Makefile.mesh M mesh/crypto.c M mesh/crypto.h M mesh/net-keys.c M mesh/net-keys.h M mesh/net.c A mesh/proxy-cfg.c A mesh/proxy-cfg.h Log Message: ----------- mesh: initial support for proxy configuration messages via GATT Implement reception and response for Proxy Configuration Messages (MshPRT_v1.1, section 6.6). ToDo: Apply configured filters. Compare: https://github.com/bluez/bluez/compare/5810cb647382%5E...189ecb870d7b To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications