diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-03 17:28:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-03 21:58:26 -0700 |
commit | 345e063eb5ff76306e4aafc110351c1bee0e1335 (patch) | |
tree | ad649caa76be212ea55aad416d69e64d8f572591 /core/btdiscovery.h | |
parent | bc864c3bce9a004f60879d33e61f97511ecbed93 (diff) | |
download | subsurface-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.h | 1 |
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; |