Searched refs:hci_timeout (Results 1 – 1 of 1) sorted by relevance
176 let mut hci_timeout = Alarm::new(); in dispatch() localVariable182 hci_timeout.cancel(); in dispatch()195 hci_timeout.cancel(); in dispatch()239 hci_timeout.reset(Duration::from_secs(2)); in dispatch()242 …_ = hci_timeout.expired() => panic!("Timed out waiting for {:?}", pending.unwrap().cmd.get_op_code… in dispatch()