BluetoothIsConnectable function bluetooth

int BluetoothIsConnectable(
  1. int hRadio
)

The BluetoothIsConnectable function determines whether a Bluetooth radio or radios is connectable.

BOOL BluetoothIsConnectable(
  HANDLE hRadio
);

Implementation

int BluetoothIsConnectable(int hRadio) => _BluetoothIsConnectable(hRadio);