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

  /system/bt/btif/src/
btif_sm.c 40 btif_sm_handler_t *p_handlers;
60 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t *p_handlers, btif_sm_state_t initial_state)
69 p_cb->p_handlers = (btif_sm_handler_t*)p_handlers;
btif_av.c 131 static const btif_sm_handler_t btif_av_state_handlers[] =
    [all...]
  /system/bt/btif/include/
btif_sm.h 48 typedef BOOLEAN(*btif_sm_handler_t)(btif_sm_event_t event, void *data); typedef
69 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t *p_handlers,

Completed in 254 milliseconds