Fix missing constants and test import names

- Add SUBPROCESS_TIMEOUT_SHORT to bluetooth constants
- Fix test imports to use correct constant names

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Smittix
2026-01-21 15:44:53 +00:00
parent 54db023520
commit 28d15d0ed5
3 changed files with 9 additions and 7 deletions
+3
View File
@@ -89,6 +89,9 @@ BLUETOOTHCTL_TIMEOUT = 10.0
# btmgmt command timeout
BTMGMT_TIMEOUT = 10.0
# Generic subprocess timeout (short operations)
SUBPROCESS_TIMEOUT_SHORT = 5.0
# =============================================================================
# ADDRESS TYPE CLASSIFICATIONS
# =============================================================================