Home
last modified time | relevance | path

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

/aosp_15_r20/external/uwb/src/rust/uwb_core/src/uci/
H A Dnotification.rs182 pub struct DataRcvNotification { struct
184 pub session_token: SessionToken,
187 pub status: StatusCode,
190 pub uci_sequence_num: u16,
193 pub source_address: UwbAddress,
219 pub struct RadarDataRcvNotification { argument
335 impl TryFrom<uwb_uci_packets::UciDataPacket> for DataRcvNotification { implementation
H A Duci_manager_sync.rs65 data_rcv_notification: DataRcvNotification, in on_data_rcv_notification()
100 data_rcv_notification_receiver: mpsc::UnboundedReceiver<DataRcvNotification>, in new()
H A Dmock_uci_manager.rs622 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
H A Duci_manager.rs79 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
308 data_rcv_notf_sender: mpsc::UnboundedSender<DataRcvNotification>, in set_data_rcv_notification_sender()
/aosp_15_r20/packages/modules/Uwb/service/uci/jni/src/
Dnotification_manager_android.rs1213 data_rcv_notification: DataRcvNotification, in on_data_rcv_notification()