Protocol Probe 与 Radio Owner

sequenceDiagram
participant UI as Protocol Probe
participant P as Candidate Queue
participant R as Radio
participant A as Protocol Adapter
UI->>P: build known profiles
loop each profile
UI->>R: configure + receive
R-->>UI: frame or timeout
UI->>A: parse and record evidence
A-->>UI: observed / confirmed
end
UI->>UI: user confirms selected profile
UI->>R: release before config apply