BluetoothFindRadioClose function bluetooth

int BluetoothFindRadioClose(
  1. int hFind
)

The BluetoothFindRadioClose function closes the enumeration handle associated with finding Bluetooth radios.

BOOL BluetoothFindRadioClose(
  HBLUETOOTH_RADIO_FIND hFind
);

Implementation

int BluetoothFindRadioClose(int hFind) => _BluetoothFindRadioClose(hFind);