Config_BluetoothConfig_PairingMode$json top-level constant

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

Implementation

@$core.Deprecated('Use configDescriptor instead')
const Config_BluetoothConfig_PairingMode$json = {
  '1': 'PairingMode',
  '2': [
    {'1': 'RANDOM_PIN', '2': 0},
    {'1': 'FIXED_PIN', '2': 1},
    {'1': 'NO_PIN', '2': 2},
  ],
};