Rémi Bernon (@rbernon) commented about dlls/bluetoothapis/main.c:
DIGCF_PRESENT | DIGCF_DEVICEINTERFACE);
if (find->devinfo == INVALID_HANDLE_VALUE)
{
free(find); return NULL;
}
iface_detail = (SP_DEVICE_INTERFACE_DETAIL_DATA_W *)buffer;
iface_detail->cbSize = sizeof(*iface_detail);
iface_data.cbSize = sizeof(iface_data);
found = FALSE;
while (SetupDiEnumDeviceInterfaces(find->devinfo, NULL, &GUID_BTHPORT_DEVICE_INTERFACE, find->idx++,
&iface_data))
{
Spurious empty line.