feat: implement BLE provisioning protocol, rudimentary UI
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
enum Status {
|
||||
Success = 0;
|
||||
InvalidSecScheme = 1;
|
||||
InvalidProto = 2;
|
||||
TooManySessions = 3;
|
||||
InvalidArgument = 4;
|
||||
InternalError = 5;
|
||||
CryptoError = 6;
|
||||
InvalidSession = 7;
|
||||
}
|
||||
Reference in New Issue
Block a user