Home | History | Annotate | Download | only in src

Lines Matching full:p_handlers

40   btif_sm_handler_t* p_handlers;
53 * states match. The location that 'p_handlers' points to shall
60 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t* p_handlers,
62 if (p_handlers == NULL) {
63 BTIF_TRACE_ERROR("%s : p_handlers is NULL", __func__);
69 p_cb->p_handlers = (btif_sm_handler_t*)p_handlers;
72 p_cb->p_handlers[initial_state](BTIF_SM_ENTER_EVT, NULL);
139 if (p_cb->p_handlers[p_cb->state](event, data) == false)
170 if (p_cb->p_handlers[p_cb->state](BTIF_SM_EXIT_EVT, NULL) == false)
177 if (p_cb->p_handlers[p_cb->state](BTIF_SM_ENTER_EVT, NULL) == false)