Searched defs:SessionNotification (Results 1 – 2 of 2) sorted by relevance
41 pub(crate) enum SessionNotification { enum168 impl TryFrom<uwb_uci_packets::SessionNotificationPacket> for SessionNotification { implementation190 impl TryFrom<uwb_uci_packets::RangingNotificationPacket> for SessionNotification { implementation201 impl TryFrom<uwb_uci_packets::RangeDataNtfPacket> for SessionNotification { implementation
241 fn handle_uci_notification(&mut self, notf: SessionNotification) { in handle_uci_notification()