Bluetooth Framework C++ Edition

◆ OnConfirm()

__event void OnConfirm ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const __int64  Address,
bool &  Confirm 
)

The event fires when a remote Bluetooth device requires a pairing confirmation.

Parameters
SenderThe object initiates the event.
RadioA CwclBluetoothRadio object represents a Bluetooth driver that fired the event.
AddressA remote device's MAC address.
ConfirmAn application must set this parameter to True to confirm pairing. Set it to False to reject pairing.
See also
CwclBluetoothRadio