TwclBluetoothManager.DoConfirm(TwclBluetoothRadio,Int64,Boolean) Method

Fires the OnConfirm event.

Namespace: wclBluetooth
protected
 procedure DoConfirm(const Radio: TwclBluetoothRadio; const Address: Int64;
 var Confirm: Boolean); virtual;

Parameters

Radio
Type: TwclBluetoothRadio

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

Address
Type: Int64

A remote device's MAC address.

Confirm
Type: Boolean

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