BluetoothFindFirstDevice
[DllImport("Irprops.dll", SetLastError = true)]
public static extern IntPtr BluetoothFindFirstDevice(
ref BLUETOOTH_DEVICE_SEARCH_PARAMS pbtdsp,
ref BLUETOOTH_DEVICE_INFO pbtdi
);
Microsoft documentation: Link
Last updated