CONNECTED constant

Implementation

static const DeviceStateResponse_BluetoothDeviceState CONNECTED =
    DeviceStateResponse_BluetoothDeviceState._(
        2,
        const $core.bool.fromEnvironment('protobuf.omit_enum_names')
            ? ''
            : 'CONNECTED');