mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
core: helper function to recognize BT/BLE addresses
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4263d1c3f5
commit
0cfd76740b
2 changed files with 10 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
#endif
|
||||
|
||||
void saveBtDeviceInfo(const QString &devaddr, QBluetoothDeviceInfo deviceInfo);
|
||||
bool isBluetoothAddress(const QString &address);
|
||||
QBluetoothDeviceInfo getBtDeviceInfo(const QString &devaddr);
|
||||
|
||||
class BTDiscovery : public QObject {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue