Bluetooth Framework C++ Edition

◆ HalRemoteDisconnect()

virtual int HalRemoteDisconnect ( const __int64  Address)
protectedpure virtual

Implements a hardware-dependent code to disconnect a remote device.

Parameters
AddressThe remote Bluetooth device's MAC address.
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 driver-dependent code.