Bluetooth Framework C++ Edition

◆ HalReadDescriptorValue()

virtual int HalReadDescriptorValue ( const wclGattDescriptor Descriptor,
const wclGattOperationFlag  Flag,
const wclGattProtectionLevel  Protection,
wclGattDescriptorValue Value 
)
protectedpure virtual

Implements a hardware-dependent code for reading the value of the specified descriptor.

Parameters
DescriptorA wclGattDescriptor obtained by previous call to the ReadDescriptors method.
FlagOperation behavior flag.
ProtectionDescribes the required protection level.
ValueA descriptor's value.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method.

See also
wclGattDescriptor, wclGattOperationFlag, wclGattProtectionLevel, wclGattDescriptorValue