- A Bluetooth Low Energy scanner and device analyzer
+ A Bluetooth Low Energy scanner device and analyzer
Features:
- - Support many different sensors
+ - host adapters info
+ - RSSI graph / proximity graph (BLE and classic)
+ - device scanner (BLE and classic)
+ - device advertisement and service explorer (BLE)
+ - export device info: advertisement packets, services and characteristics (with or without walues)
+ - frequency analyzer (ONLY if you have an Ubertooth One)
diff --git a/assets/linux/toolblex.desktop b/assets/linux/toolblex.desktop
index 7981263..1aac40b 100644
--- a/assets/linux/toolblex.desktop
+++ b/assets/linux/toolblex.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Type=Application
Name=toolBLEx
-Comment=A Bluetooth Low Energy scanner and device analyzer
+Comment=A Bluetooth Low Energy device scanner and analyzer
Exec=toolblex
Icon=toolblex
Categories=Utility;DataVisualization;Qt;
diff --git a/qml/ScreenSettings.qml b/qml/ScreenSettings.qml
index 23a4c48..f0194ab 100644
--- a/qml/ScreenSettings.qml
+++ b/qml/ScreenSettings.qml
@@ -156,7 +156,7 @@ Loader {
}
Text {
- text: qsTr("A Bluetooth Low Energy scanner and device analyzer")
+ text: qsTr("A Bluetooth Low Energy device scanner and analyzer")
font.pixelSize: Theme.fontSizeContentVeryVeryBig
color: Theme.colorSubText
}