Home
last modified time | relevance | path

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

/aosp_15_r20/system/nfc/src/rust/nci/
H A Dnci.rs91 pub struct ResponsePendingNotification { struct
112 pub async fn send_and_notify(&mut self, cmd: Command) -> Result<ResponsePendingNotification> { in send_and_notify()