Searched refs:P_CB (Results 1 – 2 of 2) sorted by relevance
81 #define HAL_CBACK(P_CB, P_CBACK, ...) \ argument83 if ((P_CB) && (P_CB)->P_CBACK) { \84 BTIF_TRACE_API("%s: HAL %s->%s", __func__, #P_CB, #P_CBACK); \85 (P_CB)->P_CBACK(__VA_ARGS__); \
115 #define CHECK_CALL_CBACK(P_CB, P_CBACK, ...) \ argument117 if ((P_CB) && (P_CB)->P_CBACK) { \118 (P_CB)->P_CBACK(__VA_ARGS__); \124 #define BTIF_HL_CALL_CBACK(P_CB, P_CBACK, ...) \ argument128 if ((P_CB) && (P_CB)->P_CBACK) { \129 (P_CB)->P_CBACK(__VA_ARGS__); \