From 1d3b4a852d32747d1527840e32e5970cc75fd36f Mon Sep 17 00:00:00 2001 From: Netro <146584182+iNetro@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:24:44 -0500 Subject: [PATCH] Updated Bluetooth Low Energy Receiver (markdown) --- Bluetooth-Low-Energy-Receiver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bluetooth-Low-Energy-Receiver.md b/Bluetooth-Low-Energy-Receiver.md index b059cb9..e7a3ff3 100644 --- a/Bluetooth-Low-Energy-Receiver.md +++ b/Bluetooth-Low-Energy-Receiver.md @@ -7,7 +7,7 @@ This BLE app has several features which I will highlight in a brief overview. 3. The **Sort Knob** will sort the list of MAC indices by either Ascending MAC Address, dB, or by most recently updated entry. 4. The **Filter** button allows the user to filter based on the hex data of each packet. It also allows for filtering based on the ASCII name of the device (if found). More on that below. 5. The **Name** toggle allows the user to toggle off and on name display, if there is a name associated with the device. Not all devices have a name string. This name string is being parse from the Shortened and Complete Local Name packet type. See BLE Spec for information on packet types. -6. The **Clear **button allows the user to clear entries as they fill up the screen. +6. The **Clear** button allows the user to clear entries as they fill up the screen. 7. The **Export CSV** file allows the user to export the current list of packet entries into a csv style file. Upon resaving the file, the file will update the existing entries with new data, as well as append new entries to the existing file. 8. The **Tx** button allows the user to switch to the BLE Tx app. See BLETX for more information.