Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 1014 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 1014 Bytes

Bluetooth LE Lab

Windows Store app that allows you to interact with Bluetooth Low Energy devices by GATT protocol.

What you can do in the app:

  • Enumerate Bluetooth LE devices, paired with the computer.
  • See device MAC adress, name, list of services and characteristics.
  • See names and descriptions for services and characteristics adopted by Bluetooth SIG (heart rate, etc.).
  • Filter out services and characteristics.
  • Read characteristics values, display them in various formats. Preffered format is saved per characteristic.
  • Write values into characteristics with explicit format or auto format detection.
  • Read and write state of client configuration descriptors (notify/indicate), subscribe to value changes.
  • Leave notes about characteristics for future use.
  • See commands history in bottom console.

and a lot more...

Some screenshots

Screenshot1 Screenshot2 Screenshot3