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 457 if( NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition )
492 psHciContext->hci_state.transition = NFC_FSM_IN_PROGRESS;
525 if( (NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition)
561 if( (NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition)
655 if ( NFC_FSM_IN_PROGRESS == psHciContext->hci_state.transition )
    [all...]

Completed in 17 milliseconds