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

  /external/bluetooth/bluedroid/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
  /external/bluetooth/bluedroid/btif/src/
btif_sm.c 90 /* Send BTIF_SM_ENTER_EVT to the initial state */
91 p_cb->p_handlers[initial_state](BTIF_SM_ENTER_EVT, NULL);
175 ** 'BTIF_SM_ENTER_EVT' shall be invoked before entering the new state
201 if (p_cb->p_handlers[p_cb->state](BTIF_SM_ENTER_EVT, NULL) == FALSE)
btif_av.c 191 CASE_RETURN_STR(BTIF_SM_ENTER_EVT)
276 case BTIF_SM_ENTER_EVT:
373 case BTIF_SM_ENTER_EVT:
476 case BTIF_SM_ENTER_EVT:
555 case BTIF_SM_ENTER_EVT:
678 case BTIF_SM_ENTER_EVT:
    [all...]

Completed in 1221 milliseconds