Home
last modified time | relevance | path

Searched refs:CloseComplete (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Nfc/libnfc-nci/src/rust/hal/
Dhal.rs57 CloseComplete, enumerator
Drootcanal_hal.rs110 if let Some(evt) = hal_events.unregister(HalEvent::CloseComplete).await { in dispatch_outgoing()
Dhidl_hal.rs170 if let Some(evt) = hal_events.unregister(HalEvent::CloseComplete).await { in dispatch_outgoing()
/packages/modules/Nfc/libnfc-nci/src/rust/nci/
Dapi.rs108 event.register(HalEvent::CloseComplete, tx).await; in nfc_disable()