QML UI: save BT address as string

And do the same LE: prefix marking as in the desktop version.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-06-29 19:47:51 -07:00
parent 6837120bb1
commit c145cbd754
3 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@ public:
#if defined(BT_SUPPORT)
struct btPairedDevice {
QBluetoothAddress address;
QString address;
QString name;
};