Home | History | Annotate | Download | only in src

Lines Matching full:state

23 * \brief State Machine Management for the HCI and the Function Sequence       *
24 * for a particular State. *
81 * The phHciNfc_FSM_Update function Validates the HCI State to
86 * \param[in] state state is the state to which the
87 * current HCI Layer state is validated.
88 * \param[in] validate_type validate the state by the type of the
92 * \retval NFCSTATUS_INVALID_STATE The supplied state parameter is invalid.
100 phHciNfc_eState_t state,
107 * The phHciNfc_FSM_Update function Checks and Updates the HCI State to
108 * the next valid State.
112 * \param[in] next_state next_state is the state to which
114 * \param[in] transition transiton of the state whether
118 * \retval NFCSTATUS_INVALID_STATE The supplied state parameter is invalid.
132 * The phHciNfc_FSM_Complete function completes the ongoing state transition
133 * from the current state to the next state.
139 * \retval NFCSTATUS_INVALID_STATE The supplied state parameter is invalid.
153 * The phHciNfc_FSM_Rollback function rolls back to previous valid state
154 * and abort the ongoing state transition.