TwclBluetoothConfirmEvent Delegate

The OnConfirm event handler prototype.

Namespace: wclBluetooth
type
 TwclBluetoothConfirmEvent = procedure(Sender: TObject;
 const Radio: TwclBluetoothRadio; const Address: Int64;
 out Confirm: Boolean) of object;

Parameters

Sender

The object initiates the event.

Radio

A TwclBluetoothRadio object represents a Bluetooth driver that fired the event.

Address

A remote device's MAC address.

Confirm

An application must set this parameter to True to confirm pairing. Set it to False to reject pairing.