Home
last modified time | relevance | path

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

/external/libnfc-nxp/src/
DphHciNfc_Sequence.c92 {hciState_Initialise, hciState_Release, TRUE},
94 {hciState_Config, hciState_Release, TRUE},
274 case hciState_Release: in phHciNfc_FSM_Validate()
288 || (hciState_Release == next_state)) in phHciNfc_FSM_Validate()
316 case hciState_Release: in phHciNfc_FSM_Validate()
350 case hciState_Release: in phHciNfc_FSM_Validate()
377 case hciState_Release: in phHciNfc_FSM_Validate()
402 case hciState_Release: in phHciNfc_FSM_Validate()
430 case hciState_Release: in phHciNfc_FSM_Validate()
445 case hciState_Release: in phHciNfc_FSM_Validate()
[all …]
DphHciNfc_Generic.h416 hciState_Release, enumerator
DphHciNfc.c243 status = phHciNfc_FSM_Update ( psHciContext, hciState_Release ); in phHciNfc_Release()
266 psHciContext->hci_state.next_state = (uint8_t) hciState_Release; in phHciNfc_Release()