62 lines
2.4 KiB
Dart
62 lines
2.4 KiB
Dart
//
|
|
// Generated code. Do not modify.
|
|
// source: device_scan.proto
|
|
//
|
|
// @dart = 2.12
|
|
|
|
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
|
// ignore_for_file: constant_identifier_names, library_prefixes
|
|
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
|
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
|
|
|
import 'dart:convert' as $convert;
|
|
import 'dart:core' as $core;
|
|
import 'dart:typed_data' as $typed_data;
|
|
|
|
@$core.Deprecated('Use deviceScanReqDescriptor instead')
|
|
const DeviceScanReq$json = {
|
|
'1': 'DeviceScanReq',
|
|
'2': [
|
|
{'1': 'Timeout', '3': 1, '4': 1, '5': 5, '10': 'Timeout'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `DeviceScanReq`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List deviceScanReqDescriptor = $convert.base64Decode(
|
|
'Cg1EZXZpY2VTY2FuUmVxEhgKB1RpbWVvdXQYASABKAVSB1RpbWVvdXQ=');
|
|
|
|
@$core.Deprecated('Use bluetoothDeviceDescriptor instead')
|
|
const BluetoothDevice$json = {
|
|
'1': 'BluetoothDevice',
|
|
'2': [
|
|
{'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
|
|
{'1': 'Address', '3': 2, '4': 1, '5': 9, '10': 'Address'},
|
|
{'1': 'Rssi', '3': 3, '4': 1, '5': 5, '10': 'Rssi'},
|
|
{'1': 'DeviceType', '3': 4, '4': 1, '5': 9, '10': 'DeviceType'},
|
|
{'1': 'Services', '3': 5, '4': 3, '5': 9, '10': 'Services'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `BluetoothDevice`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List bluetoothDeviceDescriptor = $convert.base64Decode(
|
|
'Cg9CbHVldG9vdGhEZXZpY2USEgoETmFtZRgBIAEoCVIETmFtZRIYCgdBZGRyZXNzGAIgASgJUg'
|
|
'dBZGRyZXNzEhIKBFJzc2kYAyABKAVSBFJzc2kSHgoKRGV2aWNlVHlwZRgEIAEoCVIKRGV2aWNl'
|
|
'VHlwZRIaCghTZXJ2aWNlcxgFIAMoCVIIU2VydmljZXM=');
|
|
|
|
@$core.Deprecated('Use deviceScanRespDescriptor instead')
|
|
const DeviceScanResp$json = {
|
|
'1': 'DeviceScanResp',
|
|
'2': [
|
|
{'1': 'Devices', '3': 1, '4': 3, '5': 11, '6': '.main.BluetoothDevice', '10': 'Devices'},
|
|
{'1': 'ScanStartTime', '3': 2, '4': 1, '5': 3, '10': 'ScanStartTime'},
|
|
{'1': 'ScanEndTime', '3': 3, '4': 1, '5': 3, '10': 'ScanEndTime'},
|
|
],
|
|
};
|
|
|
|
/// Descriptor for `DeviceScanResp`. Decode as a `google.protobuf.DescriptorProto`.
|
|
final $typed_data.Uint8List deviceScanRespDescriptor = $convert.base64Decode(
|
|
'Cg5EZXZpY2VTY2FuUmVzcBIvCgdEZXZpY2VzGAEgAygLMhUubWFpbi5CbHVldG9vdGhEZXZpY2'
|
|
'VSB0RldmljZXMSJAoNU2NhblN0YXJ0VGltZRgCIAEoA1INU2NhblN0YXJ0VGltZRIgCgtTY2Fu'
|
|
'RW5kVGltZRgDIAEoA1ILU2NhbkVuZFRpbWU=');
|
|
|