Index: sources/view/settings/VBluetooth.h =================================================================== diff -u -rd1a4fe257de0cc4fe51f241075f429d22d83eebe -rd1c6d835c562ff192b6b89cf9962b2f994dacaec --- sources/view/settings/VBluetooth.h (.../VBluetooth.h) (revision d1a4fe257de0cc4fe51f241075f429d22d83eebe) +++ sources/view/settings/VBluetooth.h (.../VBluetooth.h) (revision d1c6d835c562ff192b6b89cf9962b2f994dacaec) @@ -16,6 +16,7 @@ // Qt #include +#include // Project #include "main.h" // Doxygen : do not remove @@ -52,6 +53,8 @@ PROPERTY(QString , pairedAddr , "" ) PROPERTY(QString , pairedName , "" ) PROPERTY(quint8 , pairedBatt , 0 ) + PROPERTY(QString , pairedVendorName , "" ) + PROPERTY(QString , pairedModelName , "" ) // List Model public: @@ -84,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 (); };