Searched refs:P_CB (Results 1 – 1 of 1) sorted by relevance
79 #define HAL_CBACK(P_CB, P_CBACK, ...) \ argument81 if ((P_CB) && (P_CB)->P_CBACK) { \82 BTIF_TRACE_API("%s: HAL %s->%s", __func__, #P_CB, #P_CBACK); \83 (P_CB)->P_CBACK(__VA_ARGS__); \