Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/main/
Dbte_main.c90 #ifndef BTE_BTU_STACK_SIZE
91 #define BTE_BTU_STACK_SIZE 0//0x2000 /* In bytes */ macro
94 UINT32 bte_btu_stack[(BTE_BTU_STACK_SIZE + 3) / 4];
205 (UINT16 *) ((UINT8 *)bte_btu_stack + BTE_BTU_STACK_SIZE), in bte_main_enable()