Bluetooth Framework C++ Edition

◆ HalUninstallDevice()

virtual int HalUninstallDevice ( const __int64  Address,
const GUID &  Service 
)
protectedpure virtual

Uninstall drivers for specified Bluetooth device.

Parameters
AddressRemote device address.
ServiceA service's UUID.
Returns
If the function succeed the return value is 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 uninstalls driver.