mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
pass packet type info to other apps
This commit is contained in:
parent
7fb0cabee8
commit
54ca2d4eec
2 changed files with 6 additions and 3 deletions
|
|
@ -12,6 +12,7 @@ const val EXTRA_PAYLOAD = "$prefix.Payload"
|
|||
const val EXTRA_SENDER = "$prefix.Sender"
|
||||
const val EXTRA_ID = "$prefix.Id"
|
||||
const val EXTRA_ONLINE = "$prefix.Online"
|
||||
const val EXTRA_TYP = "$prefix.Typ"
|
||||
|
||||
/**
|
||||
* Handles the bluetooth link with a mesh radio device. Does not cache any device state,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue