mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
bluetooth discovery: differentiate discovered and paired devices
We call the same helper from two spots. Once when we report the already paired BT devices on Android, and once from the deviceDescovered signal for the discovery agent. Let's make sure we can tell where the info came from. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3a9d895ccf
commit
ca23147228
2 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ public:
|
|||
};
|
||||
|
||||
void btDeviceDiscovered(const QBluetoothDeviceInfo &device);
|
||||
void btDeviceDiscoveredMain(const btPairedDevice &device);
|
||||
void btDeviceDiscoveredMain(const btPairedDevice &device, bool fromPaired);
|
||||
bool btAvailable() const;
|
||||
void showNonDiveComputers(bool show);
|
||||
void stopAgent();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue