feat: add safe BLE discovery and network baseline tools

This commit is contained in:
DCCONSTRUCTIONS
2026-07-15 15:26:14 +03:00
parent 4c401bc59b
commit faa442eefc
16 changed files with 666 additions and 6 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ evidence.
## Non-negotiable safety boundaries
- Default to passive or read-only operations.
- Default to non-mutating discovery or read-only operations. CoreBluetooth BLE
scanning on macOS is active discovery, not passive radio sniffing.
- Do not send BLE writes until the exact service, characteristic, framing,
payload semantics, rollback, and expected state transition are documented.
- BLE notification subscription may perform the standard temporary CCCD write;