Bluetooth Framework C++ Edition

◆ HalCreateConnection()

virtual int HalCreateConnection ( const wclBluetoothConnectionType  ConnectionType,
CwclCustomConnection *&  Connection 
)
protectedpure virtual

Creates a hardware-dependent connection object based on connection type.

Parameters
ConnectionTypeA type of the required connection object.
ConnectionIf the function completed with success on output contains the connection object.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See also
wclBluetoothConnectionType, CwclCustomConnection