summaryrefslogtreecommitdiffstats
path: root/core/btdiscovery.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-03 17:28:27 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-07-03 21:58:26 -0700
commit345e063eb5ff76306e4aafc110351c1bee0e1335 (patch)
treead649caa76be212ea55aad416d69e64d8f572591 /core/btdiscovery.h
parentbc864c3bce9a004f60879d33e61f97511ecbed93 (diff)
downloadsubsurface-345e063eb5ff76306e4aafc110351c1bee0e1335.tar.gz
Rewrite the matching code for BT devices
This should be much more robust in getting us the correct Bluetooth address and the correct vendor / product for our selection. When we pick a paired device, we extract the address right from its name. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/btdiscovery.h')
-rw-r--r--core/btdiscovery.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/btdiscovery.h b/core/btdiscovery.h
index 0bf2ca448..1432df260 100644
--- a/core/btdiscovery.h
+++ b/core/btdiscovery.h
@@ -44,7 +44,6 @@ public:
void getBluetoothDevices();
#endif
QList<btVendorProduct> getBtDcs();
- QList<btVendorProduct> getBtAllDevices();
#endif
private:
static BTDiscovery *m_instance;