Home

Awesome

Build

btlescan

Summary

This tool provides a cross-platform CLI with an interactive way to view Bluetooth Low Energy (BTLE) devices, showcasing their Address/UUID, Name, TX Power, and RSSI (Received Signal Strength Indicator) in a table format. It also provides functionality to inspect GATT information.

demo

Features

Installation

git clone git@github.com:ztroop/btlescan.git && cd ./btlescan
cargo install --path .

Arch Linux (AUR)

You can install btlescan from the AUR with using an AUR helper.

paru -S btlescan

Alternatives

If you're looking to manage or pair Bluetooth devices, check out bluetui!