Bluetooth Framework C++ Edition

◆ RemoteDisconnect()

int RemoteDisconnect ( const __int64  Address)

Forces a remote device disconnection.

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.

This method can be used to disconnect a remote Bluetooth enabled device with the given MAC address. It can disconnect any Bluetooth enabled device even a connection was made by the system and outside Bluetooth Framework.