feat(discovery): Mesh Beacon client with iOS 014-mesh-beacons parity (#6097)

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
James Rich
2026-07-05 19:15:56 -05:00
committed by GitHub
parent 005ad1a9d4
commit bf929c20f2
27 changed files with 1289 additions and 76 deletions

View File

@@ -81,6 +81,8 @@ class ModuleConfigDataSource(
config.tak != null -> current.copy(tak = config.tak)
config.mesh_beacon != null -> current.copy(mesh_beacon = config.mesh_beacon)
else -> current
}
}