HomeSort by relevance Sort by last modified time
    Searched refs:BTIF_SM_ENTER_EVT (Results 1 - 3 of 3) sorted by null

  /system/bt/btif/include/
btif_sm.h 35 #define BTIF_SM_ENTER_EVT 0xFFFF
110 ** 'BTIF_SM_ENTER_EVT' shall be invoked before entering the new state
  /system/bt/btif/src/
btif_sm.c 93 /* Send BTIF_SM_ENTER_EVT to the initial state */
94 p_cb->p_handlers[initial_state](BTIF_SM_ENTER_EVT, NULL);
178 ** 'BTIF_SM_ENTER_EVT' shall be invoked before entering the new state
204 if (p_cb->p_handlers[p_cb->state](BTIF_SM_ENTER_EVT, NULL) == FALSE)
btif_av.c 197 CASE_RETURN_STR(BTIF_SM_ENTER_EVT)
282 case BTIF_SM_ENTER_EVT:
381 case BTIF_SM_ENTER_EVT:
516 case BTIF_SM_ENTER_EVT:
595 case BTIF_SM_ENTER_EVT:
746 case BTIF_SM_ENTER_EVT:
    [all...]

Completed in 383 milliseconds