CONNECTING constant

Implementation

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