Click or drag to resize

wclBluetoothRadioRemoteDisconnect Method

Forces a remote device disconnection.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int RemoteDisconnect(
	long Address
)

Parameters

Address  Int64
The remote Bluetooth device's MAC address.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks
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.
See Also