BluetoothEnableDiscovery

[DllImport("Irprops.dll", SetLastError = true)]
public static extern uint BluetoothEnableDiscovery(
   IntPtr hRadio,
   bool fEnabled
);

Microsoft documentation: Link

Last updated