TwclBluetoothRadio.HalInstallDevice(Int64,TGUID) Method

Install drivers for specified Bluetooth device.

Namespace: wclBluetooth
protected
 function HalInstallDevice(const Address: Int64;
 const Service: TGUID): Integer; virtual; abstract;

Parameters

Address
Type: Int64

Remote device address.

Service
Type: TGUID

A service's UUID.

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 hardware dependent code that installs driver.