#ifndef BLUETOOTHBNEP_DATA_H #define BLUETOOTHBNEP_DATA_H typedef struct BluetoothBNEPData { long x; } BluetoothBNEPData_t; #endif