Bluetooth Framework C++ Edition

◆ Start() [1/2]

int Start ( const tstring DevicePath,
const unsigned char  Channel 
)

Starts capturing the BLE packets.

Parameters
DevicePathThe device's path. If the parameter is an empty string first found device will be used.
ChannelThe channel number. Only channels 37, 38 and 39 are supported.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.