Bluetooth Framework C++ Edition

◆ DoConfirm()

virtual void DoConfirm ( CwclBluetoothRadio *const  Radio,
const __int64  Address,
bool &  Confirm 
)
protectedvirtual

Fires the OnConfirm event.

Parameters
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