Click or drag to resize

wclBluetoothErrorsWCL_E_BLUETOOTH_LE_INVALID_CHARACTERISTIC_CONFIGURATION Field

The characteristic has invalid configuration. This error means that the characteristic has both IsNotifiable and IsIndicatable properties are set to True. Set one of the property to False.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public const int WCL_E_BLUETOOTH_LE_INVALID_CHARACTERISTIC_CONFIGURATION = 331958

Field Value

Int32
See Also