Home
last modified time | relevance | path

Searched defs:UciNotificationPacket (Results 1 – 3 of 3) sorted by relevance

/external/uwb/src/rust/uci/
Dmock_uci_logger.rs47 async fn log_uci_notification(&self, _ntf: UciNotificationPacket) {} in log_uci_notification()
Duci_logger.rs86 async fn log_uci_notification(&self, ntf: UciNotificationPacket); in log_uci_notification()
288 async fn log_uci_notification(&self, ntf: UciNotificationPacket) { in log_uci_notification()
/external/uwb/src/rust/event_manager/
Dmod.rs674 data: UciNotificationPacket, in handle_vendor_uci_notification_received()