[DllImport("BluetoothApis.dll", SetLastError = true)] public static extern IntPtr BluetoothFindFirstRadio( ref BLUETOOTH_FIND_RADIO_PARAMS pbtfrp, out IntPtr phRadio );
Microsoft documentation: Link
Last updated 1 year ago