Bluetooth Framework C++ Edition

◆ wclGattWriteKind

The GATT write operation mode.

Enumerator
wkWithResponse 

Execute write operation as Write With Response.

wkWithoutResponse 

Execute write operation as Write Without Response if a characteristic supports such method. If a characteristic does not support Write Without Response the WCL_E_BLUETOOTH_LE_WRITE_WITHOUT_RESPONSE_NOT_SUPPORTED error returned.

wkAuto 

Automatic detection of write operation mode. If a characteristic supports Write Without Response then this method will be used. Otherwise the Write With Response operation executes. The default write operation mode.