Click or drag to resize

wclBluetoothRadioEnumPairedDevices(wclBluetoothDiscoverKind, Int64) Method

The method enumerates already paired devices.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int EnumPairedDevices(
	wclBluetoothDiscoverKind Kind,
	out long[] Devices
)

Parameters

Kind  wclBluetoothDiscoverKind
Enumeration method: LE or Classic.
Devices  Int64
On output the dynamic array will be filled with pared devices MACs. A caller is responsible to free the memory allocated (if was) for this parameter.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See Also