BluetoothEnableDiscovery function bluetooth

int BluetoothEnableDiscovery(
  1. int hRadio,
  2. int fEnabled
)

The BluetoothEnableDiscovery function changes the discovery state of a local Bluetooth radio or radios.

BOOL BluetoothEnableDiscovery(
  HANDLE hRadio,
  BOOL   fEnabled
);

Implementation

int BluetoothEnableDiscovery(int hRadio, int fEnabled) =>
    _BluetoothEnableDiscovery(hRadio, fEnabled);