BluetoothIsDiscoverable function bluetooth

int BluetoothIsDiscoverable(
  1. int hRadio
)

The BluetoothIsDiscoverable function determines whether a Bluetooth radio or radios is discoverable.

BOOL BluetoothIsDiscoverable(
  HANDLE hRadio
);

Implementation

int BluetoothIsDiscoverable(int hRadio) => _BluetoothIsDiscoverable(hRadio);