BluetoothFindFirstRadio

[DllImport("Irprops.dll", SetLastError = true)]
public static extern IntPtr BluetoothFindFirstRadio(
   ref BLUETOOTH_FIND_RADIO_PARAMS pbtfrp,
   out IntPtr phRadio
);

Microsoft documentation: Link

Last updated