Searched defs:btstack (Results 1 – 1 of 1) sorted by relevance
105 struct btstack { struct111 #define BT_CLR(btstack)\ argument114 #define BT_STACK_FULL(btstack)\ argument125 #define BT_POP(btstack)\ argument128 #define BT_STACK(btstack)\ argument131 static inline void BT_STACK_DUMP(struct btstack *btstack) in BT_STACK_DUMP()