BluetoothService$json top-level constant

  1. @Deprecated('Use bluetoothServiceDescriptor instead')
Map<String, Object> const BluetoothService$json

Implementation

@$core.Deprecated('Use bluetoothServiceDescriptor instead')
const BluetoothService$json = const {
  '1': 'BluetoothService',
  '2': const [
    const {'1': 'uuid', '3': 1, '4': 1, '5': 9, '10': 'uuid'},
    const {'1': 'remote_id', '3': 2, '4': 1, '5': 9, '10': 'remoteId'},
    const {'1': 'is_primary', '3': 3, '4': 1, '5': 8, '10': 'isPrimary'},
    const {
      '1': 'characteristics',
      '3': 4,
      '4': 3,
      '5': 11,
      '6': '.BluetoothCharacteristic',
      '10': 'characteristics'
    },
    const {
      '1': 'included_services',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.BluetoothService',
      '10': 'includedServices'
    },
  ],
};