Bluetooth Framework C++ Edition

◆ wclGattOperationFlag

This enumeration describes how a GATT reading operation should be executed.

Enumerator
goNone 

Use default behavior.

goReadFromDevice 

The value is to be read directly from the device. This overwrites the one in the cache if one is already present.

goReadFromCache 

The value is to be read from the cache (regardless of whether it is present in the cache or not).