Fix missing time import in bluetoothctl scan

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
James Smith
2025-12-21 14:52:20 +00:00
parent 97862816bf
commit 175e40a404

View File

@@ -5835,6 +5835,7 @@ def start_bt_scan():
# Use bluetoothctl for BLE scanning with pty for proper output
import pty
import os
import time
master_fd, slave_fd = pty.openpty()
bt_process = subprocess.Popen(