D | bt_trace.h | 433 #define BTTRC_API1(lid, api, p1_t,p1_v) \ argument 435 #define BTTRC_API2(lid, api, p1_t,p1_v,p2_t,p2_v) \ argument 437 #define BTTRC_API3(lid, api, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v) \ argument 439 #define BTTRC_API4(lid, api, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v,p4_t,p4_v) \ argument 441 #define BTTRC_API5(lid, api, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v,p4_t,p4_v,p5_t,p5_v) \ argument 443 #define BTTRC_API6(lid, api, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v,p4_t,p4_v,p5_t,p5_v,p6_t,p6_v) \ argument 449 #define BTTRC_DBG1(lid, dbg, p1_t,p1_v) \ argument 451 #define BTTRC_DBG2(lid, dbg, p1_t,p1_v,p2_t,p2_v) \ argument 453 #define BTTRC_DBG3(lid, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v) \ argument 455 #define BTTRC_DBG4(lid, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v,p4_t,p4_v) \ argument [all …]
|