TwclBluetoothManager.DoOobDataRequest(TwclBluetoothRadio,Int64,TwclBluetoothOobData) Method

Fires the OnOobDataRequest event.

Namespace: wclBluetooth
protected
 procedure DoOobDataRequest(const Radio: TwclBluetoothRadio;
 const Address: Int64; var OobData: TwclBluetoothOobData); 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.

OobData
Type: TwclBluetoothOobData

An application must set this parameter to the Out Of Band data received from peer device.