Index: sources/device/DeviceModels.h =================================================================== diff -u -r47c8f13876317ba36500400f894d96c9bce9eb17 -rbefa8e7e7667c4aa5193022bd80e9f52c2374ad0 --- sources/device/DeviceModels.h (.../DeviceModels.h) (revision 47c8f13876317ba36500400f894d96c9bce9eb17) +++ sources/device/DeviceModels.h (.../DeviceModels.h) (revision befa8e7e7667c4aa5193022bd80e9f52c2374ad0) @@ -175,8 +175,9 @@ */ class MDeviceBluetoothPairedQueryResponse : public MDeviceResponseBase { public: - static const quint8 LEN_COUNT = 2; - static const char SEPARATOR = ' '; + const quint8 LEN_COUNT = 2; + const char SEPARATOR = ' '; + const char *ZERO = "00:00:00:00:00:00"; enum { eAddr, eName,