Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
emericg committed Jan 24, 2023
1 parent 4fe3a0f commit 9cf20c2
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![GitHub issues](https://img.shields.io/github/issues/emericg/toolBLEx.svg?style=flat-square)](https://github.com/emericg/toolBLEx/issues)
[![License: GPL v3](https://img.shields.io/badge/license-GPL%20v3-brightgreen.svg?style=flat-square)](http://www.gnu.org/licenses/gpl-3.0)

A Bluetooth Low Energy scanner and device analyzer.
A Bluetooth Low Energy device scanner and analyzer.

> Available on Linux, macOS, Windows.
Expand Down Expand Up @@ -50,7 +50,7 @@ $ make

##### Linux

Bluetooth driver support might be a little shaky...
Bluetooth support might be a little shaky?!

##### macOS

Expand Down
11 changes: 8 additions & 3 deletions assets/linux/toolblex.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@
<name>toolBLEx</name>
<launchable type="desktop-id">toolblex.desktop</launchable>

<summary>A Bluetooth Low Energy scanner and device analyzer</summary>
<summary>A Bluetooth Low Energy device scanner and analyzer</summary>
<description>
<p>A Bluetooth Low Energy scanner and device analyzer</p>
<p>A Bluetooth Low Energy scanner device and analyzer</p>
<p>Features:</p>
<ul>
<li>Support many different sensors</li>
<li>host adapters info</li>
<li>RSSI graph / proximity graph (BLE and classic)</li>
<li>device scanner (BLE and classic)</li>
<li>device advertisement and service explorer (BLE)</li>
<li>export device info: advertisement packets, services and characteristics (with or without walues)</li>
<li>frequency analyzer (ONLY if you have an Ubertooth One)</li>
</ul>
</description>

Expand Down
2 changes: 1 addition & 1 deletion assets/linux/toolblex.desktop
Original file line number Diff line number Diff line change
@@ -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;
2 changes: 1 addition & 1 deletion qml/ScreenSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 9cf20c2

Please sign in to comment.