sequence! { procedure, context,
// ACL Connection Established
Lower Tester -> IUT: IoCapabilityReq {
transaction_id: 0 ,
io_capabilities: 0 x01,
oob_authentication_data: 0 x00,
authentication_requirement: 0 x01,
}
IUT -> Upper Tester: IoCapabilityResponse {
bd_addr: context.peer_address(),
io_capability: IoCapability::DisplayYesNo,
oob_data_present: OobDataPresent::NotPresent,
authentication_requirements: AuthenticationRequirements::NoBondingMitmProtection,
}
IUT -> Upper Tester: IoCapabilityRequest {
bd_addr: context.peer_address(),
}
Upper Tester -> IUT: IoCapabilityRequestNegativeReply {
bd_addr: context.peer_address(),
reason: ErrorCode::PairingNotAllowed,
}
IUT -> Upper Tester: IoCapabilityRequestNegativeReplyComplete {
num_hci_command_packets: 1 ,
status: ErrorCode::Success,
bd_addr: context.peer_address(),
}
IUT -> Lower Tester: NotAcceptedExt {
transaction_id: 0 ,
not_accepted_opcode: ExtendedOpcode::IoCapabilityReq,
error_code: ErrorCode::PairingNotAllowed.into(),
}
IUT -> Upper Tester: SimplePairingComplete {
status: ErrorCode::AuthenticationFailure,
bd_addr: context.peer_address(),
}
}
Messung V0.5 in Prozent C=96 H=98 G=96
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-06-27)
¤
*© Formatika GbR, Deutschland