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.rs141 pub struct DataRcvNotification { struct
164 impl TryFrom<uwb_uci_packets::UciDataPacket> for DataRcvNotification { argument
Duci_manager_sync.rs60 data_rcv_notification: DataRcvNotification, in on_data_rcv_notification()
84 data_rcv_notification_receiver: mpsc::UnboundedReceiver<DataRcvNotification>, in new()
Dmock_uci_manager.rs456 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
Duci_manager.rs69 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
243 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()