blob: ac93ceed4199e987f92bfb4712cdf1d5dd87c6fa (
plain) (
blame)
1
2
3
4
5
|
#include "bluetooth.h"
const char* ffDetectBluetooth(FF_A_UNUSED FFBluetoothOptions* options, FF_A_UNUSED FFlist* devices /* FFBluetoothResult */) {
return "Not supported on this platform";
}
|