You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
375 B
13 lines
375 B
class MeshCoreUuids {
|
|
static const String service = "6e400001-b5a3-f393-e0a9-e50e24dcca9e";
|
|
static const String rxCharacteristic = "6e400002-b5a3-f393-e0a9-e50e24dcca9e";
|
|
static const String txCharacteristic = "6e400003-b5a3-f393-e0a9-e50e24dcca9e";
|
|
|
|
static const List<String> deviceNamePrefixes = [
|
|
"MeshCore-",
|
|
"Whisper-",
|
|
"WisCore-",
|
|
"HT-",
|
|
];
|
|
}
|