bluetooth_cli 0.0.1

Command-line tool for driving bluetooth_core against real hardware.
1
2
3
4
5
6
7
8
9
10
11
12
# Changelog

## 0.0.1

Initial release with three subcommands:

- `permission`: prints Bluetooth authorization status, requesting access
  if needed.
- `scan`: scans for nearby BLE devices and lists them sorted by signal
  strength.
- `info`: scans for a specific device by ID, connects, and prints its
  GATT services and characteristics.