#ifndef BLUETOOTHBNEP_DATA_H #define BLUETOOTHBNEP_DATA_H #include class BluetoothBNEPData { public : bool AllowAll; QStringList BDAddress; }; #endif