WIP rx text message GUI

This commit is contained in:
geeksville 2020-02-09 05:52:17 -08:00
parent 17f7a05326
commit 984bc460d6
6 changed files with 150 additions and 44 deletions

View file

@ -89,6 +89,10 @@ class RadioInterfaceService : Service(), Logging {
* Payload will be the raw bytes which were contained within a MeshProtos.FromRadio protobuf
*/
const val RECEIVE_FROMRADIO_ACTION = "$prefix.RECEIVE_FROMRADIO"
/**
* This is broadcast when connection state changed (it is also rebroadcast by the MeshService)
*/
const val CONNECTCHANGED_ACTION = "$prefix.CONNECT_CHANGED"
private val BTM_SERVICE_UUID = UUID.fromString("6ba1b218-15a8-461f-9fa8-5dcae273eafd")