diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-09-27 06:21:04 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-10-12 08:22:44 -0700 |
commit | c8fec97695cc2f71b59f3d8979b4203aefc6e6db (patch) | |
tree | 0340a5187be9e9558e0cdb39afd2efb29c2c1ba0 /tests/testhelper.h | |
parent | 7512a6e9155196a3ede34b8a552c7c8dfb955ad3 (diff) | |
download | subsurface-c8fec97695cc2f71b59f3d8979b4203aefc6e6db.tar.gz |
Bluetooth: add helper to separate BT name and address
And restructure the existing "isBtAddress()" function in the process.
Also add more tests.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testhelper.h')
-rw-r--r-- | tests/testhelper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testhelper.h b/tests/testhelper.h index e6af513dc..00a187c6f 100644 --- a/tests/testhelper.h +++ b/tests/testhelper.h @@ -10,6 +10,7 @@ class TestHelper : public QObject { private slots: void initTestCase(); void recognizeBtAddress(); + void parseNameAddress(); }; #endif |