Skip to content

Commit 24e94ac

Browse files
committed
Bluetooth (Haiku): suppress debug output of system API
1 parent 716f0a3 commit 24e94ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/detection/bluetooth/bluetooth_haiku.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
extern "C" {
22
#include "bluetooth.h"
3+
#include "common/io/io.h"
34
}
45

56
#include <bluetooth/LocalDevice.h>
67

78
const char* ffDetectBluetooth(FF_MAYBE_UNUSED FFBluetoothOptions* options, FFlist* devices /* FFBluetoothResult */)
89
{
910
using namespace Bluetooth;
11+
FF_SUPPRESS_IO();
12+
1013
LocalDevice* dev = LocalDevice::GetLocalDevice();
1114
if (!dev) return NULL;
1215

0 commit comments

Comments
 (0)