BluetoothFindDeviceClose function bluetooth
The BluetoothFindDeviceClose function closes an enumeration handle associated with a device query.
BOOL BluetoothFindDeviceClose(
HBLUETOOTH_DEVICE_FIND hFind
);
Implementation
int BluetoothFindDeviceClose(int hFind) => _BluetoothFindDeviceClose(hFind);