Bluetooth Framework C++ Edition

◆ OnAuthenticationCompleted()

__event void OnAuthenticationCompleted ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const __int64  Address,
const int  Error 
)

The event fires when authentication (pairing) with a remote Bluetooth device has completed.

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