Bluetooth Framework C++ Edition

◆ OnPasskeyRequest()

__event void OnPasskeyRequest ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const __int64  Address,
unsigned long &  Passkey 
)

The event fires when a remote Bluetooth device requires a passkey for pairing.

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