Elizabeth Figura (@zfigura) commented about dlls/winebth.sys/winebth.c:
switch (stack->MinorFunction) {
case IRP_MN_QUERY_DEVICE_RELATIONS:
{
struct bluetooth_radio *radio;
DEVICE_RELATIONS *devices;
SIZE_T i = 0;
if (stack->Parameters.QueryDeviceRelations.Type != BusRelations)
{
break;
No FIXME?