TwclBluetoothRadio.UninstallDevice(Int64,TGUID) Method

Uninstall drivers for specified Bluetooth device.

Namespace: wclBluetooth
public
 function UninstallDevice(const Address: Int64;
 const Service: TGUID): Integer;

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.

This feature is supported with Microsoft Bluetooth drivers only.