Home | History | Annotate | Download | only in src

Lines Matching full:handle

75 ** Returns      Returns a pointer to the initialized state machine handle.
108 void btif_sm_shutdown(btif_sm_handle_t handle)
110 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle;
114 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
129 btif_sm_state_t btif_sm_get_state(btif_sm_handle_t handle)
131 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle;
135 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
153 bt_status_t btif_sm_dispatch(btif_sm_handle_t handle, btif_sm_event_t event,
158 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle;
162 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);
185 bt_status_t btif_sm_change_state(btif_sm_handle_t handle, btif_sm_state_t state)
188 btif_sm_cb_t *p_cb = (btif_sm_cb_t*)handle;
192 BTIF_TRACE_ERROR("%s : Invalid handle", __FUNCTION__);