refresh peer list more often

This commit is contained in:
callebtc
2026-01-05 10:40:23 +07:00
parent 27c6dc5ed9
commit ee4b2610f9
4 changed files with 36 additions and 3 deletions
@@ -61,6 +61,7 @@ class BluetoothMeshService(private val context: Context) : MeshService, Transpor
field = value
if (::meshCore.isInitialized) {
meshCore.delegate = value
meshCore.refreshPeerList()
}
}
// Tracks whether this instance has been terminated via stopServices()