Searched refs:handle_delayed_actions (Results 1 – 2 of 2) sorted by relevance
371 bluetooth.lock().unwrap().handle_delayed_actions( in dispatch()377 bluetooth.lock().unwrap().handle_delayed_actions(action); in dispatch()
1192 pub(crate) fn handle_delayed_actions(&mut self, action: DelayedActions) { in handle_delayed_actions() method