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