Searched defs:BTIF_TASK_STACK_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
H A Dbtif_core.c59 #ifndef BTIF_TASK_STACK_SIZE
60 #define BTIF_TASK_STACK_SIZE 0x2000 /* In bytes */ macro
104 static UINT32 btif_task_stack[(BTIF_TASK_STACK_SIZE + 3) / 4];
489 (UINT16 *) ((UINT8 *)btif_task_stack + BTIF_TASK_STACK_SIZE),

Completed in 208 milliseconds