summaryrefslogtreecommitdiffstats
path: root/src/detection/bluetoothradio/bluetoothradio_nosupport.c
blob: 08fb6f8a7aa02ad942fdb4fc66c1def483f18481 (plain) (blame)
1
2
3
4
5
#include "bluetoothradio.h"

const char* ffDetectBluetoothRadio(FF_A_UNUSED FFlist* devices /* FFBluetoothRadioResult */) {
    return "Not supported on this platform";
}