#ifndef BLUETOOTHRFCOMM_DATA_H #define BLUETOOTHRFCOMM_DATA_H #include #include class RFCOMMChannel { public : QString BDAddress; QString Name; int Channel; }; class BluetoothRFCOMMData { public : QVector Devices; }; #endif