Home
last modified time | relevance | path

Searched defs:UciSessionNotification (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/session/
H A Dsession_manager.rs51 uci_notf_receiver: mpsc::UnboundedReceiver<UciSessionNotification>, in new()
162 uci_notf_receiver: mpsc::UnboundedReceiver<UciSessionNotification>, in new()
296 fn handle_uci_notification(&mut self, notf: UciSessionNotification) { in handle_uci_notification()