blob: d9aa059e3705a573097c4f62d0bc71c72d14d3a1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "option.h"
#define FF_BLUETOOTH_MODULE_NAME "Bluetooth"
bool ffPrintBluetooth(FFBluetoothOptions* options);
void ffInitBluetoothOptions(FFBluetoothOptions* options);
void ffDestroyBluetoothOptions(FFBluetoothOptions* options);
extern FFModuleBaseInfo ffBluetoothModuleInfo;
|