aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qmlmanager.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-12-21 14:52:02 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-22 12:57:26 +1300
commit0f350bef98a49949865bf898396dde7f4a58d1ee (patch)
tree9c6b7f62ed94a29a44ed89e8b805a82f191b92a8 /mobile-widgets/qmlmanager.h
parentf7a4327cd479a873df91a0df3190166b3aefcfc7 (diff)
downloadsubsurface-0f350bef98a49949865bf898396dde7f4a58d1ee.tar.gz
Mobile: add helper function to fill in the BT name
For some devices the BT device name is different from the product name. Make sure that name is available to the mobile UI. This helper fills it in from the scan data (based on the device address). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'mobile-widgets/qmlmanager.h')
-rw-r--r--mobile-widgets/qmlmanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.h b/mobile-widgets/qmlmanager.h
index 98282425d..87972413d 100644
--- a/mobile-widgets/qmlmanager.h
+++ b/mobile-widgets/qmlmanager.h
@@ -62,6 +62,8 @@ public:
QString DC_devName() const;
void DC_setDevName(const QString& devName);
+ Q_INVOKABLE void retrieveBluetoothName();
+
QString DC_devBluetoothName() const;
void DC_setDevBluetoothName(const QString& devBluetoothName);