Bluetooth Framework C++ Edition

◆ OnPasskeyNotification()

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

The event fires when a remote Bluetooth device notifies an application about its passkey.

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 a remote Bluetooth device.
See also
CwclBluetoothRadio