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

  /system/bt/btif/include/
btif_sm.h 45 typedef BOOLEAN(*btif_sm_handler_t)(btif_sm_event_t event, void *data); typedef
67 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t *p_handlers,
  /system/bt/btif/src/
btif_sm.c 47 btif_sm_handler_t *p_handlers;
79 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t *p_handlers, btif_sm_state_t initial_state)
91 p_cb->p_handlers = (btif_sm_handler_t*)p_handlers;
btif_av.c 138 static const btif_sm_handler_t btif_av_state_handlers[] =
    [all...]

Completed in 40 milliseconds