Index: sources/view/settings/VBluetooth.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rd1c6d835c562ff192b6b89cf9962b2f994dacaec --- sources/view/settings/VBluetooth.h (.../VBluetooth.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/view/settings/VBluetooth.h (.../VBluetooth.h) (revision d1c6d835c562ff192b6b89cf9962b2f994dacaec) @@ -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 (); };