Align GATT transport interface

This commit is contained in:
2026-04-11 10:42:13 +08:00
parent 9ebd3ddc30
commit 4fb515a63d
3 changed files with 50 additions and 13 deletions

View File

@@ -32,6 +32,17 @@ Design notes:
- keeps the implementation small for now
- avoids mixing GATT transport with logic concerns
Implemented behavior:
- keep the same surface shape as CDC:
- `Enum`
- `Open`
- `Close`
- `ReadBytes`
- `WriteBytes`
- stay transport-only
- keep real BLE implementation for a later node
### Node 2: CDC transport cleanup
Files updated in this step: