python
python copied to clipboard
CLI with "-ble" option and device name should not need to do a full scan for every command
If I'm providing the device name after "--ble" why does every CLI invocation force another full ten-second BLE scan?
Is there some way to return some identifier from the initial scan that is usable as-is without forcing a full scan for every subsequent CLI command?