summaryrefslogtreecommitdiffstats
path: root/core/btdiscovery.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-09-25 20:04:02 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-10-12 08:22:44 -0700
commit9491c96103d7be26e3a98245a345adcb9230c035 (patch)
tree03a3746b116928081a1ee8cad0dd5a0697c25a03 /core/btdiscovery.h
parent2954bc5f222ff3808a2b51be4a6f1c13f6ca8944 (diff)
downloadsubsurface-9491c96103d7be26e3a98245a345adcb9230c035.tar.gz
Bluetooth: start discovery if address isn't already known
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r--core/btdiscovery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/btdiscovery.h b/core/btdiscovery.h
index beabdf122..17790e30c 100644
--- a/core/btdiscovery.h
+++ b/core/btdiscovery.h
@@ -49,6 +49,7 @@ public:
QList<btVendorProduct> getBtDcs();
QBluetoothLocalDevice localBtDevice;
void BTDiscoveryReDiscover();
+ void discoverAddress(QString address);
private:
static BTDiscovery *m_instance;