BluetoothAdapter.Disconnect Method

Neo smartpen SDK

BluetoothAdapterDisconnect Method

Closes the Bluetooth socket and the underlying connection.

Namespace:  Neosmartpen.Net.Bluetooth
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public bool Disconnect()

Return Value

Type: Boolean
true if the BluetoothAdapter was disconnected to a remote resource; otherwise, false.
See Also