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 48 typedef bool (*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,
  /system/bt/btif/src/
btif_sm.cc 40 btif_sm_handler_t* p_handlers;
60 btif_sm_handle_t btif_sm_init(const btif_sm_handler_t* p_handlers,
69 p_cb->p_handlers = (btif_sm_handler_t*)p_handlers;
btif_av.cc 134 static const btif_sm_handler_t btif_av_state_handlers[] = {
    [all...]

Completed in 59 milliseconds