TwclGattClientConnection.ReadIncludedServices(TwclGattService,TwclGattOperationFlag,TwclGattServices) Method

The method reads all the included services available for a given service.

Namespace: wclBluetooth
public
 function ReadIncludedServices(const Service: TwclGattService;
 const Flag: TwclGattOperationFlag;
 out Services: TwclGattServices): Integer;

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.