HomeSort by relevance Sort by last modified time
    Searched full:p_handlers (Results 1 - 2 of 2) sorted by null

  /system/bt/btif/src/
btif_sm.c 40 btif_sm_handler_t *p_handlers; member in struct:__anon73399
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, btif_sm_state_t initial_state)
62 if (p_handlers == NULL) {
63 BTIF_TRACE_ERROR("%s : p_handlers is NULL", __FUNCTION__);
69 p_cb->p_handlers = (btif_sm_handler_t*)p_handlers;
72 p_cb->p_handlers[initial_state](BTIF_SM_ENTER_EVT, NULL);
144 if (p_cb->p_handlers[p_cb->state](event, data) == FALSE)
175 if (p_cb->p_handlers[p_cb->state](BTIF_SM_EXIT_EVT, NULL) == FALSE
    [all...]
  /system/bt/btif/include/
btif_sm.h 63 ** states match. The location that 'p_handlers' points to shall
69 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t *p_handlers,

Completed in 72 milliseconds