Elizabeth Figura (@zfigura) commented about dlls/bluetoothapis/tests/device.c:
test_for_all_radios( test_radio_BluetoothFindFirstDevice, NULL );
}
+void test_radio_BluetoothFindNextDevice( HANDLE radio, void *data )
Why do this with a separate function instead of inside test_radio_BluetoothFindFirstDevice()?