Home | History | Annotate | Download | only in include

Lines Matching full:state

23  *  Description:   Generic BTIF state machine API
34 /* Generic Enter/Exit state machine events */
59 ** Description Initializes the state machine with the state handlers
64 ** Returns Returns a pointer to the initialized state machine handle.
74 ** Description Tears down the state machine
85 ** Description Fetches the current state of the state machine
87 ** Returns Current state
96 ** Description Dispatches the 'event' along with 'data' to the current state handler
108 ** Description Make a transition to the new 'state'. The 'BTIF_SM_EXIT_EVT'
109 ** shall be invoked before exiting the current state. The
110 ** 'BTIF_SM_ENTER_EVT' shall be invoked before entering the new state
116 bt_status_t btif_sm_change_state(btif_sm_handle_t handle, btif_sm_state_t state);