mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Bluetooth: run a discovery agent for BT/BLE dive computers on macOS
This way the scan time will be shorter (which on macOS can be 25+ seconds). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2ba3eab319
commit
38cda08819
2 changed files with 18 additions and 0 deletions
|
@ -43,6 +43,7 @@ slots:
|
|||
void on_search_clicked();
|
||||
void on_vendor_currentIndexChanged(const QString &vendor);
|
||||
void on_product_currentIndexChanged(const QString &product);
|
||||
void on_device_currentTextChanged(const QString &device);
|
||||
|
||||
void onDownloadThreadFinished();
|
||||
void updateProgressBar();
|
||||
|
@ -82,6 +83,7 @@ private:
|
|||
DiveImportedModel *diveImportedModel;
|
||||
#if defined(BT_SUPPORT)
|
||||
BtDeviceSelectionDialog *btDeviceSelectionDialog;
|
||||
BTDiscovery *btd;
|
||||
#endif
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue