BluetoothAdapter.RemovePairedDevice Method

Neo smartpen SDK

BluetoothAdapterRemovePairedDevice Method

Remove the pairing with the specified device.

Namespace:  Neosmartpen.Net.Bluetooth
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public void RemovePairedDevice(
	string addr
)

Parameters

addr
Type: SystemString
Remote device's mac address with which to remove pairing.
See Also