Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/uci/
Dnotification.rs167 pub struct DataRcvNotification { struct
169 pub session_token: SessionToken,
172 pub status: StatusCode,
175 pub uci_sequence_num: u16,
178 pub source_address: UwbAddress,
204 pub struct RadarDataRcvNotification { argument
320 impl TryFrom<uwb_uci_packets::UciDataPacket> for DataRcvNotification { implementation
Duci_manager_sync.rs63 data_rcv_notification: DataRcvNotification, in on_data_rcv_notification()
94 data_rcv_notification_receiver: mpsc::UnboundedReceiver<DataRcvNotification>, in new()
Dmock_uci_manager.rs573 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
Duci_manager.rs78 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()