Click or drag to resize

wclBluetoothErrorsWCL_E_BLUETOOTH_LE_WRITE_VALUE_TOO_LONG Field

An application executes Write Without Response with value size longer than maximum PDU size (MTU). An application must use Write With Response instead. To do that an application must set IsWritableWithoutResponse characteristic's property to false and then call the WriteCharacteristicValue method to force Write With Response.

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

Field Value

Int32
See Also