Searched defs:DataRcvNotification (Results 1 – 4 of 4) sorted by relevance
167 pub struct DataRcvNotification { struct169 pub session_token: SessionToken,172 pub status: StatusCode,175 pub uci_sequence_num: u16,178 pub source_address: UwbAddress,204 pub struct RadarDataRcvNotification { argument320 impl TryFrom<uwb_uci_packets::UciDataPacket> for DataRcvNotification { implementation
63 data_rcv_notification: DataRcvNotification, in on_data_rcv_notification()94 data_rcv_notification_receiver: mpsc::UnboundedReceiver<DataRcvNotification>, in new()
573 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
78 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()296 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()