Skip to content

Commit

Permalink
Bluetooth (Haiku): suppress debug output of system API
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Feb 16, 2025
1 parent 716f0a3 commit 24e94ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/detection/bluetooth/bluetooth_haiku.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
extern "C" {
#include "bluetooth.h"
#include "common/io/io.h"
}

#include <bluetooth/LocalDevice.h>

const char* ffDetectBluetooth(FF_MAYBE_UNUSED FFBluetoothOptions* options, FFlist* devices /* FFBluetoothResult */)
{
using namespace Bluetooth;
FF_SUPPRESS_IO();

LocalDevice* dev = LocalDevice::GetLocalDevice();
if (!dev) return NULL;

Expand Down

0 comments on commit 24e94ac

Please sign in to comment.