Home
last modified time | relevance | path

Searched refs:hciState_Reset (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nxp/src/
DphHciNfc_Sequence.c89 {hciState_Reset, hciState_Initialise , TRUE},
100 {hciState_Reset, hciState_Initialise, TRUE},
241 case hciState_Reset: in phHciNfc_FSM_Validate()
580 if( (hciState_Reset != psHciContext->hci_state.cur_state ) in phHciNfc_FSM_Reset()
661 if (hciState_Reset == psHciContext->hci_state.cur_state) in phHciNfc_Error_Sequence()
933 case hciState_Reset: in phHciNfc_Resume_Sequence()
DphHciNfc_Generic.h403 hciState_Reset = 0x00U, enumerator
DphHciNfc.c125 psHciContext->hci_state.cur_state = hciState_Reset; in phHciNfc_Initialise()