TwclGattClientConnection.HalReadIncludedServices(TwclGattService,TwclGattOperationFlag,TwclGattServices) Method

Implements a hardware-dependent code for reading the included services available for a given service.

Namespace: wclBluetooth
protected
 function HalReadIncludedServices(const Service: TwclGattService;
 const Flag: TwclGattOperationFlag;
 out Services: TwclGattServices): Integer; virtual; abstract;

Parameters

Service
Type: TwclGattService

Parent service returned by the call to the ReadServices method.

Flag
Type: TwclGattOperationFlag

Operation behavior flag.

Services
Type: TwclGattServices

On output a list of available GATT services. An application is responsible to clean up a memory allocated for the dynamic array.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method.