Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/uci/
Dnotification.rs41 pub(crate) enum SessionNotification { enum
168 impl TryFrom<uwb_uci_packets::SessionNotificationPacket> for SessionNotification { implementation
190 impl TryFrom<uwb_uci_packets::RangingNotificationPacket> for SessionNotification { implementation
201 impl TryFrom<uwb_uci_packets::RangeDataNtfPacket> for SessionNotification { implementation
/external/uwb/src/rust/uwb_core/src/session/
Dsession_manager.rs241 fn handle_uci_notification(&mut self, notf: SessionNotification) { in handle_uci_notification()