CharacteristicProperties$json top-level constant
Implementation
@$core.Deprecated('Use characteristicPropertiesDescriptor instead')
const CharacteristicProperties$json = const {
'1': 'CharacteristicProperties',
'2': const [
const {'1': 'broadcast', '3': 1, '4': 1, '5': 8, '10': 'broadcast'},
const {'1': 'read', '3': 2, '4': 1, '5': 8, '10': 'read'},
const {'1': 'write_without_response', '3': 3, '4': 1, '5': 8, '10': 'writeWithoutResponse'},
const {'1': 'write', '3': 4, '4': 1, '5': 8, '10': 'write'},
const {'1': 'notify', '3': 5, '4': 1, '5': 8, '10': 'notify'},
const {'1': 'indicate', '3': 6, '4': 1, '5': 8, '10': 'indicate'},
const {'1': 'authenticated_signed_writes', '3': 7, '4': 1, '5': 8, '10': 'authenticatedSignedWrites'},
const {'1': 'extended_properties', '3': 8, '4': 1, '5': 8, '10': 'extendedProperties'},
const {'1': 'notify_encryption_required', '3': 9, '4': 1, '5': 8, '10': 'notifyEncryptionRequired'},
const {'1': 'indicate_encryption_required', '3': 10, '4': 1, '5': 8, '10': 'indicateEncryptionRequired'},
],
};