BluetoothAdapter.FindAllDevices Method

Neo smartpen SDK

BluetoothAdapterFindAllDevices Method

Discovers accessible Bluetooth devices, both remembered and in-range, and returns their names and addresses.

Namespace:  Neosmartpen.Net.Bluetooth
Assembly:  Neosmartpen.Net (in Neosmartpen.Net.dll) Version: 2.1.13.0 (2.1.13)
Syntax
C#
public PenDevice[] FindAllDevices()

Return Value

Type: PenDevice
An array of PenDevice objects describing the devices discovered.
See Also