Bluetooth Framework C++ Edition

◆ HalCreateClient()

virtual CwclGattServerClient * HalCreateClient ( const __int64  Address)
protectedpure virtual

Creates a driver specific GATT server client object.

Parameters
AddressThe client's address.
Returns
If the method completed with success the returning value is just created CwclGattServerClient object. If the method failed the returning value is nil.

A derived class must override this method to provide driver specific code.

See also
CwclGattServerClient