summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothBNEPdata.h
blob: 03c690370e637580ccbbb0ef5b3ee80a719d9ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef BLUETOOTHBNEP_DATA_H
#define BLUETOOTHBNEP_DATA_H

#include <qstringlist.h>

typedef struct BluetoothBNEPData {
        bool        AllowAll;
        QStringList BDAddress;
} BluetoothBNEPData_t; 

#endif