Bluetooth Framework C++ Edition

◆ OnDiscoveringCompleted()

__event void OnDiscoveringCompleted ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const int  Error 
)

The event fires when discovering for remote Bluetooth devices has been completed.

Parameters
SenderThe object initiates the event.
RadioA CwclBluetoothRadio object represents a Bluetooth driver that fired the event.
ErrorAn operation result code.
See also
CwclBluetoothRadio