| D | bt_trace.h | 373 #define BTTRC_API1(lid, api, p1_t,p1_v) \ argument 375 #define BTTRC_API2(lid, api, p1_t,p1_v,p2_t,p2_v) \ argument 377 #define BTTRC_API3(lid, api, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v) \ argument 379 #define BTTRC_API4(lid, api, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v,p4_t,p4_v) \ argument 381 #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 383 #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 389 #define BTTRC_DBG1(lid, dbg, p1_t,p1_v) \ argument 391 #define BTTRC_DBG2(lid, dbg, p1_t,p1_v,p2_t,p2_v) \ argument 393 #define BTTRC_DBG3(lid, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v) \ argument 395 #define BTTRC_DBG4(lid, dbg, p1_t,p1_v,p2_t,p2_v,p3_t,p3_v,p4_t,p4_v) \ argument [all …]
|