Bluetooth Framework C++ Edition

◆ OnDeviceFound()

__event void OnDeviceFound ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const __int64  Address 
)

The event fires when a new remote Bluetooth device found during discovering.

Parameters
SenderThe object initiates the event.
RadioA CwclBluetoothRadio object represents a Bluetooth driver that fired the event.
AddressA remote device's MAC address.
See also
CwclBluetoothRadio