|
|
|
@ -3,5 +3,10 @@ class MeshCoreUuids {
|
|
|
|
static const String rxCharacteristic = "6e400002-b5a3-f393-e0a9-e50e24dcca9e";
|
|
|
|
static const String rxCharacteristic = "6e400002-b5a3-f393-e0a9-e50e24dcca9e";
|
|
|
|
static const String txCharacteristic = "6e400003-b5a3-f393-e0a9-e50e24dcca9e";
|
|
|
|
static const String txCharacteristic = "6e400003-b5a3-f393-e0a9-e50e24dcca9e";
|
|
|
|
|
|
|
|
|
|
|
|
static const List<String> deviceNamePrefixes = ["MeshCore-", "Whisper-", "Wiscore-", "HT-"];
|
|
|
|
static const List<String> deviceNamePrefixes = [
|
|
|
|
|
|
|
|
"MeshCore-",
|
|
|
|
|
|
|
|
"Whisper-",
|
|
|
|
|
|
|
|
"Wiscore-",
|
|
|
|
|
|
|
|
"HT-",
|
|
|
|
|
|
|
|
];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|