mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Desktop: only show dive computers in the Bluetooth device list
By default we'll only show devices that we believe to be dive computers, but the user can override that with the recently introduced check box. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7b0cfb1772
commit
f35a0f3b09
3 changed files with 10 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
void saveBtDeviceInfo(const QString &devaddr, QBluetoothDeviceInfo deviceInfo);
|
||||
bool isBluetoothAddress(const QString &address);
|
||||
bool matchesKnownDiveComputerNames(QString btName);
|
||||
QString extractBluetoothAddress(const QString &address);
|
||||
QString extractBluetoothNameAddress(const QString &address, QString &name);
|
||||
QBluetoothDeviceInfo getBtDeviceInfo(const QString &devaddr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue