bluetooth cleanup wip

This commit is contained in:
geeksville 2020-01-27 14:54:35 -08:00
parent 52440d499e
commit 6edc89e2aa
7 changed files with 339 additions and 150 deletions

View file

@ -36,7 +36,6 @@ class MeshService : Service(), Logging {
private const val NODE_NUM_NO_MESH = -1
}
/// A mapping of receiver class name to package name - used for explicit broadcasts
private val clientPackages = mutableMapOf<String, String>()