We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a180b2 commit 05f1476Copy full SHA for 05f1476
src/detection/bluetooth/bluetooth_linux.c
@@ -232,7 +232,7 @@ static uint32_t connectedDevices(void)
232
233
#endif
234
235
-const char* ffDetectBluetooth(FFBluetoothOptions* options, FF_MAYBE_UNUSED FFlist* devices /* FFBluetoothResult */)
+const char* ffDetectBluetooth(FF_MAYBE_UNUSED FFBluetoothOptions* options, FF_MAYBE_UNUSED FFlist* devices /* FFBluetoothResult */)
236
{
237
#ifdef FF_HAVE_DBUS
238
int32_t connectedCount = -1;
0 commit comments