Bluetooth Framework C++ Edition

◆ Connect()

int Connect ( CwclBluetoothRadio *const  Radio)

Connects to a remote Bluetooth LE device.

Parameters
RadioThe CwclBluetoothRadio object used to communicate with a remote Bluetooth device.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

The method starts connection to a remote Bluetooth LE device. When connection operation completed the OnConnected event will fire. The operation result will be passed into the OnConnected event.

See also
CwclBluetoothRadio