Home
last modified time | relevance | path

Searched refs:this_opcode (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Nfc/libnfc-nci/src/rust/nci/
Dnci.rs335 let this_opcode = rsp.get_cmd_op(); in dispatch() localVariable
337 Some(PendingCommand{cmd, response}) if cmd.get_op() == this_opcode => { in dispatch()
342 … Some(PendingCommand{cmd, ..}) => panic!("Waiting for {:?}, got {:?}", cmd.get_op(), this_opcode), in dispatch()
343 None => panic!("Unexpected status event with opcode {:?}", this_opcode), in dispatch()