flutterblue.pbjson.dart 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. ///
  2. // Generated code. Do not modify.
  3. // source: flutterblue.proto
  4. //
  5. // @dart = 2.12
  6. // ignore_for_file: annotate_overrides,camel_case_types,unnecessary_const,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name,return_of_invalid_type,unnecessary_this,prefer_final_fields,deprecated_member_use_from_same_package
  7. import 'dart:core' as $core;
  8. import 'dart:convert' as $convert;
  9. import 'dart:typed_data' as $typed_data;
  10. @$core.Deprecated('Use int32ValueDescriptor instead')
  11. const Int32Value$json = const {
  12. '1': 'Int32Value',
  13. '2': const [
  14. const {'1': 'value', '3': 1, '4': 1, '5': 5, '10': 'value'},
  15. ],
  16. };
  17. /// Descriptor for `Int32Value`. Decode as a `google.protobuf.DescriptorProto`.
  18. final $typed_data.Uint8List int32ValueDescriptor = $convert.base64Decode('CgpJbnQzMlZhbHVlEhQKBXZhbHVlGAEgASgFUgV2YWx1ZQ==');
  19. @$core.Deprecated('Use bluetoothStateDescriptor instead')
  20. const BluetoothState$json = const {
  21. '1': 'BluetoothState',
  22. '2': const [
  23. const {'1': 'state', '3': 1, '4': 1, '5': 14, '6': '.BluetoothState.State', '10': 'state'},
  24. ],
  25. '4': const [BluetoothState_State$json],
  26. };
  27. @$core.Deprecated('Use bluetoothStateDescriptor instead')
  28. const BluetoothState_State$json = const {
  29. '1': 'State',
  30. '2': const [
  31. const {'1': 'UNKNOWN', '2': 0},
  32. const {'1': 'UNAVAILABLE', '2': 1},
  33. const {'1': 'UNAUTHORIZED', '2': 2},
  34. const {'1': 'TURNING_ON', '2': 3},
  35. const {'1': 'ON', '2': 4},
  36. const {'1': 'TURNING_OFF', '2': 5},
  37. const {'1': 'OFF', '2': 6},
  38. ],
  39. };
  40. /// Descriptor for `BluetoothState`. Decode as a `google.protobuf.DescriptorProto`.
  41. final $typed_data.Uint8List bluetoothStateDescriptor = $convert.base64Decode('Cg5CbHVldG9vdGhTdGF0ZRIrCgVzdGF0ZRgBIAEoDjIVLkJsdWV0b290aFN0YXRlLlN0YXRlUgVzdGF0ZSJpCgVTdGF0ZRILCgdVTktOT1dOEAASDwoLVU5BVkFJTEFCTEUQARIQCgxVTkFVVEhPUklaRUQQAhIOCgpUVVJOSU5HX09OEAMSBgoCT04QBBIPCgtUVVJOSU5HX09GRhAFEgcKA09GRhAG');
  42. @$core.Deprecated('Use advertisementDataDescriptor instead')
  43. const AdvertisementData$json = const {
  44. '1': 'AdvertisementData',
  45. '2': const [
  46. const {'1': 'local_name', '3': 1, '4': 1, '5': 9, '10': 'localName'},
  47. const {'1': 'tx_power_level', '3': 2, '4': 1, '5': 11, '6': '.Int32Value', '10': 'txPowerLevel'},
  48. const {'1': 'connectable', '3': 3, '4': 1, '5': 8, '10': 'connectable'},
  49. const {'1': 'manufacturer_data', '3': 4, '4': 3, '5': 11, '6': '.AdvertisementData.ManufacturerDataEntry', '10': 'manufacturerData'},
  50. const {'1': 'service_data', '3': 5, '4': 3, '5': 11, '6': '.AdvertisementData.ServiceDataEntry', '10': 'serviceData'},
  51. const {'1': 'service_uuids', '3': 6, '4': 3, '5': 9, '10': 'serviceUuids'},
  52. ],
  53. '3': const [AdvertisementData_ManufacturerDataEntry$json, AdvertisementData_ServiceDataEntry$json],
  54. };
  55. @$core.Deprecated('Use advertisementDataDescriptor instead')
  56. const AdvertisementData_ManufacturerDataEntry$json = const {
  57. '1': 'ManufacturerDataEntry',
  58. '2': const [
  59. const {'1': 'key', '3': 1, '4': 1, '5': 5, '10': 'key'},
  60. const {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
  61. ],
  62. '7': const {'7': true},
  63. };
  64. @$core.Deprecated('Use advertisementDataDescriptor instead')
  65. const AdvertisementData_ServiceDataEntry$json = const {
  66. '1': 'ServiceDataEntry',
  67. '2': const [
  68. const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
  69. const {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
  70. ],
  71. '7': const {'7': true},
  72. };
  73. /// Descriptor for `AdvertisementData`. Decode as a `google.protobuf.DescriptorProto`.
  74. final $typed_data.Uint8List advertisementDataDescriptor = $convert.base64Decode('ChFBZHZlcnRpc2VtZW50RGF0YRIdCgpsb2NhbF9uYW1lGAEgASgJUglsb2NhbE5hbWUSMQoOdHhfcG93ZXJfbGV2ZWwYAiABKAsyCy5JbnQzMlZhbHVlUgx0eFBvd2VyTGV2ZWwSIAoLY29ubmVjdGFibGUYAyABKAhSC2Nvbm5lY3RhYmxlElUKEW1hbnVmYWN0dXJlcl9kYXRhGAQgAygLMiguQWR2ZXJ0aXNlbWVudERhdGEuTWFudWZhY3R1cmVyRGF0YUVudHJ5UhBtYW51ZmFjdHVyZXJEYXRhEkYKDHNlcnZpY2VfZGF0YRgFIAMoCzIjLkFkdmVydGlzZW1lbnREYXRhLlNlcnZpY2VEYXRhRW50cnlSC3NlcnZpY2VEYXRhEiMKDXNlcnZpY2VfdXVpZHMYBiADKAlSDHNlcnZpY2VVdWlkcxpDChVNYW51ZmFjdHVyZXJEYXRhRW50cnkSEAoDa2V5GAEgASgFUgNrZXkSFAoFdmFsdWUYAiABKAxSBXZhbHVlOgI4ARo+ChBTZXJ2aWNlRGF0YUVudHJ5EhAKA2tleRgBIAEoCVIDa2V5EhQKBXZhbHVlGAIgASgMUgV2YWx1ZToCOAE=');
  75. @$core.Deprecated('Use scanSettingsDescriptor instead')
  76. const ScanSettings$json = const {
  77. '1': 'ScanSettings',
  78. '2': const [
  79. const {'1': 'android_scan_mode', '3': 1, '4': 1, '5': 5, '10': 'androidScanMode'},
  80. const {'1': 'service_uuids', '3': 2, '4': 3, '5': 9, '10': 'serviceUuids'},
  81. const {'1': 'allow_duplicates', '3': 3, '4': 1, '5': 8, '10': 'allowDuplicates'},
  82. ],
  83. };
  84. /// Descriptor for `ScanSettings`. Decode as a `google.protobuf.DescriptorProto`.
  85. final $typed_data.Uint8List scanSettingsDescriptor = $convert.base64Decode('CgxTY2FuU2V0dGluZ3MSKgoRYW5kcm9pZF9zY2FuX21vZGUYASABKAVSD2FuZHJvaWRTY2FuTW9kZRIjCg1zZXJ2aWNlX3V1aWRzGAIgAygJUgxzZXJ2aWNlVXVpZHMSKQoQYWxsb3dfZHVwbGljYXRlcxgDIAEoCFIPYWxsb3dEdXBsaWNhdGVz');
  86. @$core.Deprecated('Use scanResultDescriptor instead')
  87. const ScanResult$json = const {
  88. '1': 'ScanResult',
  89. '2': const [
  90. const {'1': 'device', '3': 1, '4': 1, '5': 11, '6': '.BluetoothDevice', '10': 'device'},
  91. const {'1': 'advertisement_data', '3': 2, '4': 1, '5': 11, '6': '.AdvertisementData', '10': 'advertisementData'},
  92. const {'1': 'rssi', '3': 3, '4': 1, '5': 5, '10': 'rssi'},
  93. ],
  94. };
  95. /// Descriptor for `ScanResult`. Decode as a `google.protobuf.DescriptorProto`.
  96. final $typed_data.Uint8List scanResultDescriptor = $convert.base64Decode('CgpTY2FuUmVzdWx0EigKBmRldmljZRgBIAEoCzIQLkJsdWV0b290aERldmljZVIGZGV2aWNlEkEKEmFkdmVydGlzZW1lbnRfZGF0YRgCIAEoCzISLkFkdmVydGlzZW1lbnREYXRhUhFhZHZlcnRpc2VtZW50RGF0YRISCgRyc3NpGAMgASgFUgRyc3Np');
  97. @$core.Deprecated('Use connectRequestDescriptor instead')
  98. const ConnectRequest$json = const {
  99. '1': 'ConnectRequest',
  100. '2': const [
  101. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  102. const {'1': 'android_auto_connect', '3': 2, '4': 1, '5': 8, '10': 'androidAutoConnect'},
  103. ],
  104. };
  105. /// Descriptor for `ConnectRequest`. Decode as a `google.protobuf.DescriptorProto`.
  106. final $typed_data.Uint8List connectRequestDescriptor = $convert.base64Decode('Cg5Db25uZWN0UmVxdWVzdBIbCglyZW1vdGVfaWQYASABKAlSCHJlbW90ZUlkEjAKFGFuZHJvaWRfYXV0b19jb25uZWN0GAIgASgIUhJhbmRyb2lkQXV0b0Nvbm5lY3Q=');
  107. @$core.Deprecated('Use bluetoothDeviceDescriptor instead')
  108. const BluetoothDevice$json = const {
  109. '1': 'BluetoothDevice',
  110. '2': const [
  111. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  112. const {'1': 'name', '3': 2, '4': 1, '5': 9, '10': 'name'},
  113. const {'1': 'type', '3': 3, '4': 1, '5': 14, '6': '.BluetoothDevice.Type', '10': 'type'},
  114. ],
  115. '4': const [BluetoothDevice_Type$json],
  116. };
  117. @$core.Deprecated('Use bluetoothDeviceDescriptor instead')
  118. const BluetoothDevice_Type$json = const {
  119. '1': 'Type',
  120. '2': const [
  121. const {'1': 'UNKNOWN', '2': 0},
  122. const {'1': 'CLASSIC', '2': 1},
  123. const {'1': 'LE', '2': 2},
  124. const {'1': 'DUAL', '2': 3},
  125. ],
  126. };
  127. /// Descriptor for `BluetoothDevice`. Decode as a `google.protobuf.DescriptorProto`.
  128. final $typed_data.Uint8List bluetoothDeviceDescriptor = $convert.base64Decode('Cg9CbHVldG9vdGhEZXZpY2USGwoJcmVtb3RlX2lkGAEgASgJUghyZW1vdGVJZBISCgRuYW1lGAIgASgJUgRuYW1lEikKBHR5cGUYAyABKA4yFS5CbHVldG9vdGhEZXZpY2UuVHlwZVIEdHlwZSIyCgRUeXBlEgsKB1VOS05PV04QABILCgdDTEFTU0lDEAESBgoCTEUQAhIICgREVUFMEAM=');
  129. @$core.Deprecated('Use bluetoothServiceDescriptor instead')
  130. const BluetoothService$json = const {
  131. '1': 'BluetoothService',
  132. '2': const [
  133. const {'1': 'uuid', '3': 1, '4': 1, '5': 9, '10': 'uuid'},
  134. const {'1': 'remote_id', '3': 2, '4': 1, '5': 9, '10': 'remoteId'},
  135. const {'1': 'is_primary', '3': 3, '4': 1, '5': 8, '10': 'isPrimary'},
  136. const {'1': 'characteristics', '3': 4, '4': 3, '5': 11, '6': '.BluetoothCharacteristic', '10': 'characteristics'},
  137. const {'1': 'included_services', '3': 5, '4': 3, '5': 11, '6': '.BluetoothService', '10': 'includedServices'},
  138. ],
  139. };
  140. /// Descriptor for `BluetoothService`. Decode as a `google.protobuf.DescriptorProto`.
  141. final $typed_data.Uint8List bluetoothServiceDescriptor = $convert.base64Decode('ChBCbHVldG9vdGhTZXJ2aWNlEhIKBHV1aWQYASABKAlSBHV1aWQSGwoJcmVtb3RlX2lkGAIgASgJUghyZW1vdGVJZBIdCgppc19wcmltYXJ5GAMgASgIUglpc1ByaW1hcnkSQgoPY2hhcmFjdGVyaXN0aWNzGAQgAygLMhguQmx1ZXRvb3RoQ2hhcmFjdGVyaXN0aWNSD2NoYXJhY3RlcmlzdGljcxI+ChFpbmNsdWRlZF9zZXJ2aWNlcxgFIAMoCzIRLkJsdWV0b290aFNlcnZpY2VSEGluY2x1ZGVkU2VydmljZXM=');
  142. @$core.Deprecated('Use bluetoothCharacteristicDescriptor instead')
  143. const BluetoothCharacteristic$json = const {
  144. '1': 'BluetoothCharacteristic',
  145. '2': const [
  146. const {'1': 'uuid', '3': 1, '4': 1, '5': 9, '10': 'uuid'},
  147. const {'1': 'remote_id', '3': 2, '4': 1, '5': 9, '10': 'remoteId'},
  148. const {'1': 'serviceUuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
  149. const {'1': 'secondaryServiceUuid', '3': 4, '4': 1, '5': 9, '10': 'secondaryServiceUuid'},
  150. const {'1': 'descriptors', '3': 5, '4': 3, '5': 11, '6': '.BluetoothDescriptor', '10': 'descriptors'},
  151. const {'1': 'properties', '3': 6, '4': 1, '5': 11, '6': '.CharacteristicProperties', '10': 'properties'},
  152. const {'1': 'value', '3': 7, '4': 1, '5': 12, '10': 'value'},
  153. ],
  154. };
  155. /// Descriptor for `BluetoothCharacteristic`. Decode as a `google.protobuf.DescriptorProto`.
  156. final $typed_data.Uint8List bluetoothCharacteristicDescriptor = $convert.base64Decode('ChdCbHVldG9vdGhDaGFyYWN0ZXJpc3RpYxISCgR1dWlkGAEgASgJUgR1dWlkEhsKCXJlbW90ZV9pZBgCIAEoCVIIcmVtb3RlSWQSIAoLc2VydmljZVV1aWQYAyABKAlSC3NlcnZpY2VVdWlkEjIKFHNlY29uZGFyeVNlcnZpY2VVdWlkGAQgASgJUhRzZWNvbmRhcnlTZXJ2aWNlVXVpZBI2CgtkZXNjcmlwdG9ycxgFIAMoCzIULkJsdWV0b290aERlc2NyaXB0b3JSC2Rlc2NyaXB0b3JzEjkKCnByb3BlcnRpZXMYBiABKAsyGS5DaGFyYWN0ZXJpc3RpY1Byb3BlcnRpZXNSCnByb3BlcnRpZXMSFAoFdmFsdWUYByABKAxSBXZhbHVl');
  157. @$core.Deprecated('Use bluetoothDescriptorDescriptor instead')
  158. const BluetoothDescriptor$json = const {
  159. '1': 'BluetoothDescriptor',
  160. '2': const [
  161. const {'1': 'uuid', '3': 1, '4': 1, '5': 9, '10': 'uuid'},
  162. const {'1': 'remote_id', '3': 2, '4': 1, '5': 9, '10': 'remoteId'},
  163. const {'1': 'serviceUuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
  164. const {'1': 'characteristicUuid', '3': 4, '4': 1, '5': 9, '10': 'characteristicUuid'},
  165. const {'1': 'value', '3': 5, '4': 1, '5': 12, '10': 'value'},
  166. ],
  167. };
  168. /// Descriptor for `BluetoothDescriptor`. Decode as a `google.protobuf.DescriptorProto`.
  169. final $typed_data.Uint8List bluetoothDescriptorDescriptor = $convert.base64Decode('ChNCbHVldG9vdGhEZXNjcmlwdG9yEhIKBHV1aWQYASABKAlSBHV1aWQSGwoJcmVtb3RlX2lkGAIgASgJUghyZW1vdGVJZBIgCgtzZXJ2aWNlVXVpZBgDIAEoCVILc2VydmljZVV1aWQSLgoSY2hhcmFjdGVyaXN0aWNVdWlkGAQgASgJUhJjaGFyYWN0ZXJpc3RpY1V1aWQSFAoFdmFsdWUYBSABKAxSBXZhbHVl');
  170. @$core.Deprecated('Use characteristicPropertiesDescriptor instead')
  171. const CharacteristicProperties$json = const {
  172. '1': 'CharacteristicProperties',
  173. '2': const [
  174. const {'1': 'broadcast', '3': 1, '4': 1, '5': 8, '10': 'broadcast'},
  175. const {'1': 'read', '3': 2, '4': 1, '5': 8, '10': 'read'},
  176. const {'1': 'write_without_response', '3': 3, '4': 1, '5': 8, '10': 'writeWithoutResponse'},
  177. const {'1': 'write', '3': 4, '4': 1, '5': 8, '10': 'write'},
  178. const {'1': 'notify', '3': 5, '4': 1, '5': 8, '10': 'notify'},
  179. const {'1': 'indicate', '3': 6, '4': 1, '5': 8, '10': 'indicate'},
  180. const {'1': 'authenticated_signed_writes', '3': 7, '4': 1, '5': 8, '10': 'authenticatedSignedWrites'},
  181. const {'1': 'extended_properties', '3': 8, '4': 1, '5': 8, '10': 'extendedProperties'},
  182. const {'1': 'notify_encryption_required', '3': 9, '4': 1, '5': 8, '10': 'notifyEncryptionRequired'},
  183. const {'1': 'indicate_encryption_required', '3': 10, '4': 1, '5': 8, '10': 'indicateEncryptionRequired'},
  184. ],
  185. };
  186. /// Descriptor for `CharacteristicProperties`. Decode as a `google.protobuf.DescriptorProto`.
  187. final $typed_data.Uint8List characteristicPropertiesDescriptor = $convert.base64Decode('ChhDaGFyYWN0ZXJpc3RpY1Byb3BlcnRpZXMSHAoJYnJvYWRjYXN0GAEgASgIUglicm9hZGNhc3QSEgoEcmVhZBgCIAEoCFIEcmVhZBI0ChZ3cml0ZV93aXRob3V0X3Jlc3BvbnNlGAMgASgIUhR3cml0ZVdpdGhvdXRSZXNwb25zZRIUCgV3cml0ZRgEIAEoCFIFd3JpdGUSFgoGbm90aWZ5GAUgASgIUgZub3RpZnkSGgoIaW5kaWNhdGUYBiABKAhSCGluZGljYXRlEj4KG2F1dGhlbnRpY2F0ZWRfc2lnbmVkX3dyaXRlcxgHIAEoCFIZYXV0aGVudGljYXRlZFNpZ25lZFdyaXRlcxIvChNleHRlbmRlZF9wcm9wZXJ0aWVzGAggASgIUhJleHRlbmRlZFByb3BlcnRpZXMSPAoabm90aWZ5X2VuY3J5cHRpb25fcmVxdWlyZWQYCSABKAhSGG5vdGlmeUVuY3J5cHRpb25SZXF1aXJlZBJAChxpbmRpY2F0ZV9lbmNyeXB0aW9uX3JlcXVpcmVkGAogASgIUhppbmRpY2F0ZUVuY3J5cHRpb25SZXF1aXJlZA==');
  188. @$core.Deprecated('Use discoverServicesResultDescriptor instead')
  189. const DiscoverServicesResult$json = const {
  190. '1': 'DiscoverServicesResult',
  191. '2': const [
  192. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  193. const {'1': 'services', '3': 2, '4': 3, '5': 11, '6': '.BluetoothService', '10': 'services'},
  194. ],
  195. };
  196. /// Descriptor for `DiscoverServicesResult`. Decode as a `google.protobuf.DescriptorProto`.
  197. final $typed_data.Uint8List discoverServicesResultDescriptor = $convert.base64Decode('ChZEaXNjb3ZlclNlcnZpY2VzUmVzdWx0EhsKCXJlbW90ZV9pZBgBIAEoCVIIcmVtb3RlSWQSLQoIc2VydmljZXMYAiADKAsyES5CbHVldG9vdGhTZXJ2aWNlUghzZXJ2aWNlcw==');
  198. @$core.Deprecated('Use readCharacteristicRequestDescriptor instead')
  199. const ReadCharacteristicRequest$json = const {
  200. '1': 'ReadCharacteristicRequest',
  201. '2': const [
  202. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  203. const {'1': 'characteristic_uuid', '3': 2, '4': 1, '5': 9, '10': 'characteristicUuid'},
  204. const {'1': 'service_uuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
  205. const {'1': 'secondary_service_uuid', '3': 4, '4': 1, '5': 9, '10': 'secondaryServiceUuid'},
  206. ],
  207. };
  208. /// Descriptor for `ReadCharacteristicRequest`. Decode as a `google.protobuf.DescriptorProto`.
  209. final $typed_data.Uint8List readCharacteristicRequestDescriptor = $convert.base64Decode('ChlSZWFkQ2hhcmFjdGVyaXN0aWNSZXF1ZXN0EhsKCXJlbW90ZV9pZBgBIAEoCVIIcmVtb3RlSWQSLwoTY2hhcmFjdGVyaXN0aWNfdXVpZBgCIAEoCVISY2hhcmFjdGVyaXN0aWNVdWlkEiEKDHNlcnZpY2VfdXVpZBgDIAEoCVILc2VydmljZVV1aWQSNAoWc2Vjb25kYXJ5X3NlcnZpY2VfdXVpZBgEIAEoCVIUc2Vjb25kYXJ5U2VydmljZVV1aWQ=');
  210. @$core.Deprecated('Use readCharacteristicResponseDescriptor instead')
  211. const ReadCharacteristicResponse$json = const {
  212. '1': 'ReadCharacteristicResponse',
  213. '2': const [
  214. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  215. const {'1': 'characteristic', '3': 2, '4': 1, '5': 11, '6': '.BluetoothCharacteristic', '10': 'characteristic'},
  216. ],
  217. };
  218. /// Descriptor for `ReadCharacteristicResponse`. Decode as a `google.protobuf.DescriptorProto`.
  219. final $typed_data.Uint8List readCharacteristicResponseDescriptor = $convert.base64Decode('ChpSZWFkQ2hhcmFjdGVyaXN0aWNSZXNwb25zZRIbCglyZW1vdGVfaWQYASABKAlSCHJlbW90ZUlkEkAKDmNoYXJhY3RlcmlzdGljGAIgASgLMhguQmx1ZXRvb3RoQ2hhcmFjdGVyaXN0aWNSDmNoYXJhY3RlcmlzdGlj');
  220. @$core.Deprecated('Use readDescriptorRequestDescriptor instead')
  221. const ReadDescriptorRequest$json = const {
  222. '1': 'ReadDescriptorRequest',
  223. '2': const [
  224. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  225. const {'1': 'descriptor_uuid', '3': 2, '4': 1, '5': 9, '10': 'descriptorUuid'},
  226. const {'1': 'service_uuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
  227. const {'1': 'secondary_service_uuid', '3': 4, '4': 1, '5': 9, '10': 'secondaryServiceUuid'},
  228. const {'1': 'characteristic_uuid', '3': 5, '4': 1, '5': 9, '10': 'characteristicUuid'},
  229. ],
  230. };
  231. /// Descriptor for `ReadDescriptorRequest`. Decode as a `google.protobuf.DescriptorProto`.
  232. final $typed_data.Uint8List readDescriptorRequestDescriptor = $convert.base64Decode('ChVSZWFkRGVzY3JpcHRvclJlcXVlc3QSGwoJcmVtb3RlX2lkGAEgASgJUghyZW1vdGVJZBInCg9kZXNjcmlwdG9yX3V1aWQYAiABKAlSDmRlc2NyaXB0b3JVdWlkEiEKDHNlcnZpY2VfdXVpZBgDIAEoCVILc2VydmljZVV1aWQSNAoWc2Vjb25kYXJ5X3NlcnZpY2VfdXVpZBgEIAEoCVIUc2Vjb25kYXJ5U2VydmljZVV1aWQSLwoTY2hhcmFjdGVyaXN0aWNfdXVpZBgFIAEoCVISY2hhcmFjdGVyaXN0aWNVdWlk');
  233. @$core.Deprecated('Use readDescriptorResponseDescriptor instead')
  234. const ReadDescriptorResponse$json = const {
  235. '1': 'ReadDescriptorResponse',
  236. '2': const [
  237. const {'1': 'request', '3': 1, '4': 1, '5': 11, '6': '.ReadDescriptorRequest', '10': 'request'},
  238. const {'1': 'value', '3': 2, '4': 1, '5': 12, '10': 'value'},
  239. ],
  240. };
  241. /// Descriptor for `ReadDescriptorResponse`. Decode as a `google.protobuf.DescriptorProto`.
  242. final $typed_data.Uint8List readDescriptorResponseDescriptor = $convert.base64Decode('ChZSZWFkRGVzY3JpcHRvclJlc3BvbnNlEjAKB3JlcXVlc3QYASABKAsyFi5SZWFkRGVzY3JpcHRvclJlcXVlc3RSB3JlcXVlc3QSFAoFdmFsdWUYAiABKAxSBXZhbHVl');
  243. @$core.Deprecated('Use writeCharacteristicRequestDescriptor instead')
  244. const WriteCharacteristicRequest$json = const {
  245. '1': 'WriteCharacteristicRequest',
  246. '2': const [
  247. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  248. const {'1': 'characteristic_uuid', '3': 2, '4': 1, '5': 9, '10': 'characteristicUuid'},
  249. const {'1': 'service_uuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
  250. const {'1': 'secondary_service_uuid', '3': 4, '4': 1, '5': 9, '10': 'secondaryServiceUuid'},
  251. const {'1': 'write_type', '3': 5, '4': 1, '5': 14, '6': '.WriteCharacteristicRequest.WriteType', '10': 'writeType'},
  252. const {'1': 'value', '3': 6, '4': 1, '5': 12, '10': 'value'},
  253. ],
  254. '4': const [WriteCharacteristicRequest_WriteType$json],
  255. };
  256. @$core.Deprecated('Use writeCharacteristicRequestDescriptor instead')
  257. const WriteCharacteristicRequest_WriteType$json = const {
  258. '1': 'WriteType',
  259. '2': const [
  260. const {'1': 'WITH_RESPONSE', '2': 0},
  261. const {'1': 'WITHOUT_RESPONSE', '2': 1},
  262. ],
  263. };
  264. /// Descriptor for `WriteCharacteristicRequest`. Decode as a `google.protobuf.DescriptorProto`.
  265. final $typed_data.Uint8List writeCharacteristicRequestDescriptor = $convert.base64Decode('ChpXcml0ZUNoYXJhY3RlcmlzdGljUmVxdWVzdBIbCglyZW1vdGVfaWQYASABKAlSCHJlbW90ZUlkEi8KE2NoYXJhY3RlcmlzdGljX3V1aWQYAiABKAlSEmNoYXJhY3RlcmlzdGljVXVpZBIhCgxzZXJ2aWNlX3V1aWQYAyABKAlSC3NlcnZpY2VVdWlkEjQKFnNlY29uZGFyeV9zZXJ2aWNlX3V1aWQYBCABKAlSFHNlY29uZGFyeVNlcnZpY2VVdWlkEkQKCndyaXRlX3R5cGUYBSABKA4yJS5Xcml0ZUNoYXJhY3RlcmlzdGljUmVxdWVzdC5Xcml0ZVR5cGVSCXdyaXRlVHlwZRIUCgV2YWx1ZRgGIAEoDFIFdmFsdWUiNAoJV3JpdGVUeXBlEhEKDVdJVEhfUkVTUE9OU0UQABIUChBXSVRIT1VUX1JFU1BPTlNFEAE=');
  266. @$core.Deprecated('Use writeCharacteristicResponseDescriptor instead')
  267. const WriteCharacteristicResponse$json = const {
  268. '1': 'WriteCharacteristicResponse',
  269. '2': const [
  270. const {'1': 'request', '3': 1, '4': 1, '5': 11, '6': '.WriteCharacteristicRequest', '10': 'request'},
  271. const {'1': 'success', '3': 2, '4': 1, '5': 8, '10': 'success'},
  272. ],
  273. };
  274. /// Descriptor for `WriteCharacteristicResponse`. Decode as a `google.protobuf.DescriptorProto`.
  275. final $typed_data.Uint8List writeCharacteristicResponseDescriptor = $convert.base64Decode('ChtXcml0ZUNoYXJhY3RlcmlzdGljUmVzcG9uc2USNQoHcmVxdWVzdBgBIAEoCzIbLldyaXRlQ2hhcmFjdGVyaXN0aWNSZXF1ZXN0UgdyZXF1ZXN0EhgKB3N1Y2Nlc3MYAiABKAhSB3N1Y2Nlc3M=');
  276. @$core.Deprecated('Use writeDescriptorRequestDescriptor instead')
  277. const WriteDescriptorRequest$json = const {
  278. '1': 'WriteDescriptorRequest',
  279. '2': const [
  280. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  281. const {'1': 'descriptor_uuid', '3': 2, '4': 1, '5': 9, '10': 'descriptorUuid'},
  282. const {'1': 'service_uuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
  283. const {'1': 'secondary_service_uuid', '3': 4, '4': 1, '5': 9, '10': 'secondaryServiceUuid'},
  284. const {'1': 'characteristic_uuid', '3': 5, '4': 1, '5': 9, '10': 'characteristicUuid'},
  285. const {'1': 'value', '3': 6, '4': 1, '5': 12, '10': 'value'},
  286. ],
  287. };
  288. /// Descriptor for `WriteDescriptorRequest`. Decode as a `google.protobuf.DescriptorProto`.
  289. final $typed_data.Uint8List writeDescriptorRequestDescriptor = $convert.base64Decode('ChZXcml0ZURlc2NyaXB0b3JSZXF1ZXN0EhsKCXJlbW90ZV9pZBgBIAEoCVIIcmVtb3RlSWQSJwoPZGVzY3JpcHRvcl91dWlkGAIgASgJUg5kZXNjcmlwdG9yVXVpZBIhCgxzZXJ2aWNlX3V1aWQYAyABKAlSC3NlcnZpY2VVdWlkEjQKFnNlY29uZGFyeV9zZXJ2aWNlX3V1aWQYBCABKAlSFHNlY29uZGFyeVNlcnZpY2VVdWlkEi8KE2NoYXJhY3RlcmlzdGljX3V1aWQYBSABKAlSEmNoYXJhY3RlcmlzdGljVXVpZBIUCgV2YWx1ZRgGIAEoDFIFdmFsdWU=');
  290. @$core.Deprecated('Use writeDescriptorResponseDescriptor instead')
  291. const WriteDescriptorResponse$json = const {
  292. '1': 'WriteDescriptorResponse',
  293. '2': const [
  294. const {'1': 'request', '3': 1, '4': 1, '5': 11, '6': '.WriteDescriptorRequest', '10': 'request'},
  295. const {'1': 'success', '3': 2, '4': 1, '5': 8, '10': 'success'},
  296. ],
  297. };
  298. /// Descriptor for `WriteDescriptorResponse`. Decode as a `google.protobuf.DescriptorProto`.
  299. final $typed_data.Uint8List writeDescriptorResponseDescriptor = $convert.base64Decode('ChdXcml0ZURlc2NyaXB0b3JSZXNwb25zZRIxCgdyZXF1ZXN0GAEgASgLMhcuV3JpdGVEZXNjcmlwdG9yUmVxdWVzdFIHcmVxdWVzdBIYCgdzdWNjZXNzGAIgASgIUgdzdWNjZXNz');
  300. @$core.Deprecated('Use setNotificationRequestDescriptor instead')
  301. const SetNotificationRequest$json = const {
  302. '1': 'SetNotificationRequest',
  303. '2': const [
  304. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  305. const {'1': 'service_uuid', '3': 2, '4': 1, '5': 9, '10': 'serviceUuid'},
  306. const {'1': 'secondary_service_uuid', '3': 3, '4': 1, '5': 9, '10': 'secondaryServiceUuid'},
  307. const {'1': 'characteristic_uuid', '3': 4, '4': 1, '5': 9, '10': 'characteristicUuid'},
  308. const {'1': 'enable', '3': 5, '4': 1, '5': 8, '10': 'enable'},
  309. ],
  310. };
  311. /// Descriptor for `SetNotificationRequest`. Decode as a `google.protobuf.DescriptorProto`.
  312. final $typed_data.Uint8List setNotificationRequestDescriptor = $convert.base64Decode('ChZTZXROb3RpZmljYXRpb25SZXF1ZXN0EhsKCXJlbW90ZV9pZBgBIAEoCVIIcmVtb3RlSWQSIQoMc2VydmljZV91dWlkGAIgASgJUgtzZXJ2aWNlVXVpZBI0ChZzZWNvbmRhcnlfc2VydmljZV91dWlkGAMgASgJUhRzZWNvbmRhcnlTZXJ2aWNlVXVpZBIvChNjaGFyYWN0ZXJpc3RpY191dWlkGAQgASgJUhJjaGFyYWN0ZXJpc3RpY1V1aWQSFgoGZW5hYmxlGAUgASgIUgZlbmFibGU=');
  313. @$core.Deprecated('Use setNotificationResponseDescriptor instead')
  314. const SetNotificationResponse$json = const {
  315. '1': 'SetNotificationResponse',
  316. '2': const [
  317. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  318. const {'1': 'characteristic', '3': 2, '4': 1, '5': 11, '6': '.BluetoothCharacteristic', '10': 'characteristic'},
  319. const {'1': 'success', '3': 3, '4': 1, '5': 8, '10': 'success'},
  320. ],
  321. };
  322. /// Descriptor for `SetNotificationResponse`. Decode as a `google.protobuf.DescriptorProto`.
  323. final $typed_data.Uint8List setNotificationResponseDescriptor = $convert.base64Decode('ChdTZXROb3RpZmljYXRpb25SZXNwb25zZRIbCglyZW1vdGVfaWQYASABKAlSCHJlbW90ZUlkEkAKDmNoYXJhY3RlcmlzdGljGAIgASgLMhguQmx1ZXRvb3RoQ2hhcmFjdGVyaXN0aWNSDmNoYXJhY3RlcmlzdGljEhgKB3N1Y2Nlc3MYAyABKAhSB3N1Y2Nlc3M=');
  324. @$core.Deprecated('Use onCharacteristicChangedDescriptor instead')
  325. const OnCharacteristicChanged$json = const {
  326. '1': 'OnCharacteristicChanged',
  327. '2': const [
  328. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  329. const {'1': 'characteristic', '3': 2, '4': 1, '5': 11, '6': '.BluetoothCharacteristic', '10': 'characteristic'},
  330. ],
  331. };
  332. /// Descriptor for `OnCharacteristicChanged`. Decode as a `google.protobuf.DescriptorProto`.
  333. final $typed_data.Uint8List onCharacteristicChangedDescriptor = $convert.base64Decode('ChdPbkNoYXJhY3RlcmlzdGljQ2hhbmdlZBIbCglyZW1vdGVfaWQYASABKAlSCHJlbW90ZUlkEkAKDmNoYXJhY3RlcmlzdGljGAIgASgLMhguQmx1ZXRvb3RoQ2hhcmFjdGVyaXN0aWNSDmNoYXJhY3RlcmlzdGlj');
  334. @$core.Deprecated('Use deviceStateResponseDescriptor instead')
  335. const DeviceStateResponse$json = const {
  336. '1': 'DeviceStateResponse',
  337. '2': const [
  338. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  339. const {'1': 'state', '3': 2, '4': 1, '5': 14, '6': '.DeviceStateResponse.BluetoothDeviceState', '10': 'state'},
  340. ],
  341. '4': const [DeviceStateResponse_BluetoothDeviceState$json],
  342. };
  343. @$core.Deprecated('Use deviceStateResponseDescriptor instead')
  344. const DeviceStateResponse_BluetoothDeviceState$json = const {
  345. '1': 'BluetoothDeviceState',
  346. '2': const [
  347. const {'1': 'DISCONNECTED', '2': 0},
  348. const {'1': 'CONNECTING', '2': 1},
  349. const {'1': 'CONNECTED', '2': 2},
  350. const {'1': 'DISCONNECTING', '2': 3},
  351. ],
  352. };
  353. /// Descriptor for `DeviceStateResponse`. Decode as a `google.protobuf.DescriptorProto`.
  354. final $typed_data.Uint8List deviceStateResponseDescriptor = $convert.base64Decode('ChNEZXZpY2VTdGF0ZVJlc3BvbnNlEhsKCXJlbW90ZV9pZBgBIAEoCVIIcmVtb3RlSWQSPwoFc3RhdGUYAiABKA4yKS5EZXZpY2VTdGF0ZVJlc3BvbnNlLkJsdWV0b290aERldmljZVN0YXRlUgVzdGF0ZSJaChRCbHVldG9vdGhEZXZpY2VTdGF0ZRIQCgxESVNDT05ORUNURUQQABIOCgpDT05ORUNUSU5HEAESDQoJQ09OTkVDVEVEEAISEQoNRElTQ09OTkVDVElORxAD');
  355. @$core.Deprecated('Use connectedDevicesResponseDescriptor instead')
  356. const ConnectedDevicesResponse$json = const {
  357. '1': 'ConnectedDevicesResponse',
  358. '2': const [
  359. const {'1': 'devices', '3': 1, '4': 3, '5': 11, '6': '.BluetoothDevice', '10': 'devices'},
  360. ],
  361. };
  362. /// Descriptor for `ConnectedDevicesResponse`. Decode as a `google.protobuf.DescriptorProto`.
  363. final $typed_data.Uint8List connectedDevicesResponseDescriptor = $convert.base64Decode('ChhDb25uZWN0ZWREZXZpY2VzUmVzcG9uc2USKgoHZGV2aWNlcxgBIAMoCzIQLkJsdWV0b290aERldmljZVIHZGV2aWNlcw==');
  364. @$core.Deprecated('Use mtuSizeRequestDescriptor instead')
  365. const MtuSizeRequest$json = const {
  366. '1': 'MtuSizeRequest',
  367. '2': const [
  368. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  369. const {'1': 'mtu', '3': 2, '4': 1, '5': 13, '10': 'mtu'},
  370. ],
  371. };
  372. /// Descriptor for `MtuSizeRequest`. Decode as a `google.protobuf.DescriptorProto`.
  373. final $typed_data.Uint8List mtuSizeRequestDescriptor = $convert.base64Decode('Cg5NdHVTaXplUmVxdWVzdBIbCglyZW1vdGVfaWQYASABKAlSCHJlbW90ZUlkEhAKA210dRgCIAEoDVIDbXR1');
  374. @$core.Deprecated('Use mtuSizeResponseDescriptor instead')
  375. const MtuSizeResponse$json = const {
  376. '1': 'MtuSizeResponse',
  377. '2': const [
  378. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  379. const {'1': 'mtu', '3': 2, '4': 1, '5': 13, '10': 'mtu'},
  380. ],
  381. };
  382. /// Descriptor for `MtuSizeResponse`. Decode as a `google.protobuf.DescriptorProto`.
  383. final $typed_data.Uint8List mtuSizeResponseDescriptor = $convert.base64Decode('Cg9NdHVTaXplUmVzcG9uc2USGwoJcmVtb3RlX2lkGAEgASgJUghyZW1vdGVJZBIQCgNtdHUYAiABKA1SA210dQ==');
  384. @$core.Deprecated('Use rssiRequestDescriptor instead')
  385. const RssiRequest$json = const {
  386. '1': 'RssiRequest',
  387. '2': const [
  388. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  389. const {'1': 'rssi', '3': 2, '4': 1, '5': 17, '10': 'rssi'},
  390. ],
  391. };
  392. /// Descriptor for `RssiRequest`. Decode as a `google.protobuf.DescriptorProto`.
  393. final $typed_data.Uint8List rssiRequestDescriptor = $convert.base64Decode('CgtSc3NpUmVxdWVzdBIbCglyZW1vdGVfaWQYASABKAlSCHJlbW90ZUlkEhIKBHJzc2kYAiABKBFSBHJzc2k=');
  394. @$core.Deprecated('Use rssiResponseDescriptor instead')
  395. const RssiResponse$json = const {
  396. '1': 'RssiResponse',
  397. '2': const [
  398. const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
  399. const {'1': 'rssi', '3': 2, '4': 1, '5': 17, '10': 'rssi'},
  400. ],
  401. };
  402. /// Descriptor for `RssiResponse`. Decode as a `google.protobuf.DescriptorProto`.
  403. final $typed_data.Uint8List rssiResponseDescriptor = $convert.base64Decode('CgxSc3NpUmVzcG9uc2USGwoJcmVtb3RlX2lkGAEgASgJUghyZW1vdGVJZBISCgRyc3NpGAIgASgRUgRyc3Np');