TwclBluetoothRadio.HalOobDataReply(Int64,TwclBluetoothOobData) Method

Implements a hardware-dependent code to reply on a Out Of Band pairing request.

Namespace: wclBluetooth
protected
 function HalOobDataReply(const Address: Int64;
 const OobData: TwclBluetoothOobData): Integer; virtual; abstract;

Parameters

Address
Type: Int64

A remote device's MAC address.

OobData
Type: TwclBluetoothOobData

An Out Of Band pairing data.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method to provide driver-dependent code.