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

  /external/bluetooth/bluedroid/include/
gki_target.h 64 #ifndef BTIF_TASK
65 #define BTIF_TASK 1
  /external/bluetooth/bluedroid/btif/src/
btif_core.c 267 ** Function btif_task
276 static void btif_task(UINT32 params) function
297 BTIF_TRACE_DEBUG("btif_task: received trigger stack init event");
310 BTIF_TRACE_DEBUG("btif_task: hardware init failed");
313 GKI_task_self_cleanup(BTIF_TASK);
363 GKI_send_msg(BTIF_TASK, BTU_BTIF_MBOX, p_msg);
488 status = GKI_create_task(btif_task, BTIF_TASK, BTIF_TASK_STR,
502 ** Description Event indicating btif_task is up
503 ** Attach btif_task to JV
    [all...]
  /external/bluetooth/bluedroid/main/
bte_main.c 373 /* Notify BTIF_TASK that the init procedure had failed*/
374 GKI_send_event(BTIF_TASK, BT_EVT_HARDWARE_INIT_FAIL);
  /external/bluetooth/bluedroid/stack/btu/
btu_task.c 222 /* Send a startup evt message to BTIF_TASK to kickstart the init procedure */
223 GKI_send_event(BTIF_TASK, BT_EVT_TRIGGER_STACK_INIT);

Completed in 91 milliseconds