Searched defs:reset_type (Results 1 - 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c43 UINT8 nci_snd_core_reset (UINT8 reset_type) argument
60 UINT8_TO_STREAM (pp, reset_type);
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_dm.c480 UINT8 reset_reason, reset_type; local
536 STREAM_TO_UINT8 (reset_type, p);
537 nfc_hal_prm_spd_reset_ntf (reset_reason, reset_type);
H A Dnfc_hal_prm.c829 void nfc_hal_prm_spd_reset_ntf (UINT8 reset_reason, UINT8 reset_type) argument
834 NCI_TRACE_DEBUG2 ("Received RESET NTF after patch download (reset_reason=%i, reset_type=%i)", reset_reason, reset_type);
846 NCI_TRACE_ERROR2 ("Received unexpected RESET NTF (reset_reason=%i, reset_type=%i)", reset_reason, reset_type);

Completed in 90 milliseconds