HomeSort by relevance Sort by last modified time
    Searched refs:NFC_FSM_IN_PROGRESS (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/inc/
phNfcInterface.h 64 #define NFC_FSM_IN_PROGRESS 0x01U
  /external/libnfc-nxp/src/
phHciNfc_Sequence.c 437 if( NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition )
472 psHciContext->hci_state.transition = NFC_FSM_IN_PROGRESS;
505 if( (NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition)
541 if( (NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition)
635 if ( NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition )
    [all...]

Completed in 12 milliseconds