Index: sources/view/settings/VBluetooth.h =================================================================== diff -u -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 -rc47d6680e0514292d7cc9b59ba0361aa8f335927 --- sources/view/settings/VBluetooth.h (.../VBluetooth.h) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) +++ sources/view/settings/VBluetooth.h (.../VBluetooth.h) (revision c47d6680e0514292d7cc9b59ba0361aa8f335927) @@ -16,6 +16,7 @@ // Qt #include +#include // Project #include "main.h" // Doxygen : do not remove @@ -50,7 +51,10 @@ PROPERTY(qint16 , error , 0 ) PROPERTY(QString , pairedAddr , "" ) + PROPERTY(QString , pairedName , "" ) PROPERTY(quint8 , pairedBatt , 0 ) + PROPERTY(QString , pairedVendorName , "" ) + PROPERTY(QString , pairedModelName , "" ) // List Model public: @@ -83,6 +87,8 @@ QString toText (Model::MBluetooth::InterfaceStates vState) const; void notify (Model::MBluetooth::InterfaceStates vState); + void onDeviceInfoUpdated(const QString &vVendorName, const QString &vModelName); + public slots: void doScan (); };