diff options
Diffstat (limited to 'core/btdiscovery.cpp')
-rw-r--r-- | core/btdiscovery.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/btdiscovery.cpp b/core/btdiscovery.cpp index 6b0cf266d..a59bb5ccd 100644 --- a/core/btdiscovery.cpp +++ b/core/btdiscovery.cpp @@ -175,11 +175,6 @@ QList<BTDiscovery::btVendorProduct> BTDiscovery::getBtDcs() return btDCs; } -QList <BTDiscovery::btVendorProduct> BTDiscovery::getBtAllDevices() -{ - return btAllDevices; -} - // Android: As Qt is not able to pull the pairing data from a device, i // a lengthy discovery process is needed to see what devices are paired. On // https://forum.qt.io/topic/46075/solved-bluetooth-list-paired-devices |