Bluetooth Framework C++ Edition

◆ OnNumericComparison()

__event void OnNumericComparison ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const __int64  Address,
const unsigned long  Number,
bool &  Confirm 
)

The event fires when a remote Bluetooth device requires a numeric comparison pairing.

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