| 1 | #!/usr/bin/env python3 |
| 2 | """ |
| 3 | Bluetooth Low Energy (BLE) and Classic Bluetooth Management Module for Ragnar |
| 4 | Handles all Bluetooth operations including scanning, pairing, and device management |
nothing calls this directly
no test coverage detected