Bluetooth Framework C++ Edition

◆ HalReadCharacteristics()

virtual int HalReadCharacteristics ( const wclGattService Service,
const wclGattOperationFlag  Flag,
wclGattCharacteristics Characteristics 
)
protectedpure virtual

Implements a hardware-dependent code for reading the characteristics available for the specified service.

Parameters
FlagOperation behavior flag.
ServiceParent service returned by the call to the ReadServices method.
CharacteristicsOn output a list of the service's characteristics. An application is responsible to clean up a memory allocated for the dynamic array.
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
wclGattService, wclGattOperationFlag, wclGattCharacteristics