Home
last modified time | relevance | path

Searched refs:BTIF_TASK_STACK_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c56 #ifndef BTIF_TASK_STACK_SIZE
57 #define BTIF_TASK_STACK_SIZE 0x2000 /* In bytes */ macro
101 static UINT32 btif_task_stack[(BTIF_TASK_STACK_SIZE + 3) / 4];
464 (UINT16 *) ((UINT8 *)btif_task_stack + BTIF_TASK_STACK_SIZE), in btif_init_bluetooth()