BluetoothCharacteristic$json top-level constant

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

Implementation

@$core.Deprecated('Use bluetoothCharacteristicDescriptor instead')
const BluetoothCharacteristic$json = const {
  '1': 'BluetoothCharacteristic',
  '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': 'serviceUuid', '3': 3, '4': 1, '5': 9, '10': 'serviceUuid'},
    const {
      '1': 'secondaryServiceUuid',
      '3': 4,
      '4': 1,
      '5': 9,
      '10': 'secondaryServiceUuid'
    },
    const {
      '1': 'descriptors',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.BluetoothDescriptor',
      '10': 'descriptors'
    },
    const {
      '1': 'properties',
      '3': 6,
      '4': 1,
      '5': 11,
      '6': '.CharacteristicProperties',
      '10': 'properties'
    },
    const {'1': 'value', '3': 7, '4': 1, '5': 12, '10': 'value'},
  ],
};