Bluetooth Framework C++ Edition

◆ OnPinRequest()

__event void OnPinRequest ( void *  Sender,
CwclBluetoothRadio *const  Radio,
const __int64  Address,
tstring Pin 
)

The event fires when a remote Bluetooth device requires a legacy PIN pairing.

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