feat: implement BLE provisioning protocol, rudimentary UI
This commit is contained in:
@@ -0,0 +1,86 @@
|
||||
// This is a generated file - do not edit.
|
||||
//
|
||||
// Generated from sec0.proto.
|
||||
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_relative_imports
|
||||
// ignore_for_file: unused_import
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use sec0MsgTypeDescriptor instead')
|
||||
const Sec0MsgType$json = {
|
||||
'1': 'Sec0MsgType',
|
||||
'2': [
|
||||
{'1': 'S0_Session_Command', '2': 0},
|
||||
{'1': 'S0_Session_Response', '2': 1},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Sec0MsgType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List sec0MsgTypeDescriptor = $convert.base64Decode(
|
||||
'CgtTZWMwTXNnVHlwZRIWChJTMF9TZXNzaW9uX0NvbW1hbmQQABIXChNTMF9TZXNzaW9uX1Jlc3'
|
||||
'BvbnNlEAE=');
|
||||
|
||||
@$core.Deprecated('Use s0SessionCmdDescriptor instead')
|
||||
const S0SessionCmd$json = {
|
||||
'1': 'S0SessionCmd',
|
||||
};
|
||||
|
||||
/// Descriptor for `S0SessionCmd`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List s0SessionCmdDescriptor =
|
||||
$convert.base64Decode('CgxTMFNlc3Npb25DbWQ=');
|
||||
|
||||
@$core.Deprecated('Use s0SessionRespDescriptor instead')
|
||||
const S0SessionResp$json = {
|
||||
'1': 'S0SessionResp',
|
||||
'2': [
|
||||
{'1': 'status', '3': 1, '4': 1, '5': 14, '6': '.Status', '10': 'status'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `S0SessionResp`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List s0SessionRespDescriptor = $convert.base64Decode(
|
||||
'Cg1TMFNlc3Npb25SZXNwEh8KBnN0YXR1cxgBIAEoDjIHLlN0YXR1c1IGc3RhdHVz');
|
||||
|
||||
@$core.Deprecated('Use sec0PayloadDescriptor instead')
|
||||
const Sec0Payload$json = {
|
||||
'1': 'Sec0Payload',
|
||||
'2': [
|
||||
{'1': 'msg', '3': 1, '4': 1, '5': 14, '6': '.Sec0MsgType', '10': 'msg'},
|
||||
{
|
||||
'1': 'sc',
|
||||
'3': 20,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.S0SessionCmd',
|
||||
'9': 0,
|
||||
'10': 'sc'
|
||||
},
|
||||
{
|
||||
'1': 'sr',
|
||||
'3': 21,
|
||||
'4': 1,
|
||||
'5': 11,
|
||||
'6': '.S0SessionResp',
|
||||
'9': 0,
|
||||
'10': 'sr'
|
||||
},
|
||||
],
|
||||
'8': [
|
||||
{'1': 'payload'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Sec0Payload`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List sec0PayloadDescriptor = $convert.base64Decode(
|
||||
'CgtTZWMwUGF5bG9hZBIeCgNtc2cYASABKA4yDC5TZWMwTXNnVHlwZVIDbXNnEh8KAnNjGBQgAS'
|
||||
'gLMg0uUzBTZXNzaW9uQ21kSABSAnNjEiAKAnNyGBUgASgLMg4uUzBTZXNzaW9uUmVzcEgAUgJz'
|
||||
'ckIJCgdwYXlsb2Fk');
|
||||
Reference in New Issue
Block a user