Lines Matching defs:p5
597 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
600 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
616 #define HCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
617 #define HCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
624 #define HCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
625 #define HCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
632 #define HCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
633 #define HCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
640 #define HCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
641 #define HCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
651 #define BTM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
652 #define BTM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
659 #define BTM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
660 #define BTM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
667 #define BTM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
668 #define BTM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
675 #define BTM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
676 #define BTM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
683 #define BTM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
684 #define BTM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
694 #define L2CAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
695 #define L2CAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
702 #define L2CAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
703 #define L2CAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
710 #define L2CAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
711 #define L2CAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
718 #define L2CAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
719 #define L2CAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
726 #define L2CAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
727 #define L2CAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
736 #define LLCP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
737 #define LLCP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
744 #define LLCP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
745 #define LLCP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
752 #define LLCP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
753 #define LLCP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
760 #define LLCP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
761 #define LLCP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
768 #define LLCP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
769 #define LLCP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
778 #define SDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
779 #define SDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
786 #define SDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
787 #define SDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
794 #define SDP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
795 #define SDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
802 #define SDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
803 #define SDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
810 #define SDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
811 #define SDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
820 #define RFCOMM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
821 #define RFCOMM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
828 #define RFCOMM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
829 #define RFCOMM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
836 #define RFCOMM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
837 #define RFCOMM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
844 #define RFCOMM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
845 #define RFCOMM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
852 #define RFCOMM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
853 #define RFCOMM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
862 #define SPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
863 #define SPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
870 #define SPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
871 #define SPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
878 #define SPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
879 #define SPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
886 #define SPP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
887 #define SPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
894 #define SPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
895 #define SPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
903 #define GAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
904 #define GAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
911 #define GAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
912 #define GAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
919 #define GAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
920 #define GAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
927 #define GAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
928 #define GAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
938 #define OBX_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
939 #define OBX_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
946 #define OBX_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
947 #define OBX_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
954 #define OBX_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
955 #define OBX_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
962 #define OBX_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
963 #define OBX_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
970 #define OBX_TRACE_API5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
971 #define OBX_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
980 #define GOEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
981 #define GOEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
988 #define GOEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
989 #define GOEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
996 #define GOEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
997 #define GOEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1004 #define GOEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1005 #define GOEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1012 #define GOEP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1013 #define GOEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1022 #define BPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1023 #define BPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1030 #define BPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1031 #define BPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1038 #define BPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1039 #define BPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1046 #define BPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1047 #define BPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1054 #define BPP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1055 #define BPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1064 #define BIP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1065 #define BIP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1072 #define BIP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1073 #define BIP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1080 #define BIP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1081 #define BIP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1088 #define BIP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1089 #define BIP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1096 #define BIP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1097 #define BIP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1106 #define TCS_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1107 #define TCS_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1114 #define TCS_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1115 #define TCS_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1122 #define TCS_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1123 #define TCS_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1130 #define TCS_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1131 #define TCS_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1138 #define TCS_TRACE_API5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1139 #define TCS_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1148 #define ICP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1149 #define ICP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1156 #define ICP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1157 #define ICP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1164 #define ICP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1165 #define ICP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1172 #define ICP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1173 #define ICP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1180 #define ICP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1181 #define ICP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1189 #define CTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1190 #define CTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1197 #define CTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1198 #define CTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1205 #define CTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1206 #define CTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1213 #define CTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1214 #define CTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1223 #define HIDH_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1224 #define HIDH_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1231 #define HIDH_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1232 #define HIDH_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1239 #define HIDH_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1240 #define HIDH_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1247 #define HIDH_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1248 #define HIDH_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1255 #define HIDH_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1256 #define HIDH_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1264 #define HIDD_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1265 #define HIDD_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1272 #define HIDD_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1273 #define HIDD_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1280 #define HIDD_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1281 #define HIDD_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1288 #define HIDD_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1289 #define HIDD_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1296 #define HIDD_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1297 #define HIDD_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1305 #define HSP2_TRACE_ERROR5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1306 #define HSP2_TRACE_ERROR6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1313 #define HSP2_TRACE_WARNING5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1314 #define HSP2_TRACE_WARNING6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1321 #define HSP2_TRACE_API5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1322 #define HSP2_TRACE_API6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1329 #define HSP2_TRACE_EVENT5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1330 #define HSP2_TRACE_EVENT6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1337 #define HSP2_TRACE_DEBUG5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1338 #define HSP2_TRACE_DEBUG6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1347 #define NFC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1348 #define NFC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1355 #define NFC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1356 #define NFC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1363 #define NFC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1364 #define NFC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1371 #define NFC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1372 #define NFC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1379 #define NFC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1380 #define NFC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1387 #define NCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1388 #define NCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1395 #define NCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1396 #define NCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1403 #define NCI_TRACE_API5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1404 #define NCI_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1411 #define NCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1412 #define NCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1419 #define NCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1420 #define NCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1427 #define RW_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1428 #define RW_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1435 #define RW_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1436 #define RW_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1443 #define RW_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1444 #define RW_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1451 #define RW_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1452 #define RW_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1459 #define RW_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1460 #define RW_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1467 #define CE_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1468 #define CE_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1475 #define CE_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1476 #define CE_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1483 #define CE_TRACE_API5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1484 #define CE_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1491 #define CE_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1492 #define CE_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1499 #define CE_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1500 #define CE_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1507 #define NDEF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1508 #define NDEF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1515 #define NDEF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1516 #define NDEF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1523 #define NDEF_TRACE_API5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1524 #define NDEF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1531 #define NDEF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1532 #define NDEF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1539 #define NDEF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1540 #define NDEF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1549 #define NFA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1550 #define NFA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1557 #define NFA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1558 #define NFA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1565 #define NFA_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1566 #define NFA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1573 #define NFA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1574 #define NFA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1581 #define NFA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1582 #define NFA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1591 #define P2P_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1592 #define P2P_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1599 #define P2P_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1600 #define P2P_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1607 #define P2P_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1608 #define P2P_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1615 #define P2P_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1616 #define P2P_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1623 #define P2P_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1624 #define P2P_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1633 #define CHO_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1634 #define CHO_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1641 #define CHO_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1642 #define CHO_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1649 #define CHO_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1650 #define CHO_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1657 #define CHO_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1658 #define CHO_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1665 #define CHO_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1666 #define CHO_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1675 #define SNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1676 #define SNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1683 #define SNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1684 #define SNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1691 #define SNEP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1692 #define SNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1699 #define SNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1700 #define SNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1707 #define SNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1708 #define SNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1715 #define MMI_TRACE_5(m,p1,p2,p3,p4,p5) argument
1716 #define MMI_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
1723 #define MMI_DEBUG_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1724 #define MMI_DEBUG_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1731 #define MMI_WARNING_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1732 #define MMI_WARNING_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1739 #define MMI_ERROR_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1740 #define MMI_ERROR_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1751 #define MSKB_TRACE_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1752 #define MSKB_TRACE_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1759 #define MSKB_DEBUG_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1760 #define MSKB_DEBUG_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1767 #define MSKB_ERROR_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1768 #define MSKB_ERROR_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1777 #define DUN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1778 #define DUN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1785 #define DUN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1786 #define DUN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1793 #define DUN_TRACE_API5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1794 #define DUN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1801 #define DUN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1802 #define DUN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1809 #define DUN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1810 #define DUN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1819 #define HCRP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1820 #define HCRP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1827 #define HCRP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1828 #define HCRP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1835 #define HCRP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1836 #define HCRP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1843 #define HCRP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1844 #define HCRP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1851 #define HCRP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1852 #define HCRP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1861 #define HCRPM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1862 #define HCRPM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1869 #define HCRPM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1870 #define HCRPM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1877 #define HCRPM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1878 #define HCRPM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1885 #define HCRPM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1886 #define HCRPM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1893 #define HCRPM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1894 #define HCRPM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1907 #define RPC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1909 #define RPC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1921 #define RPC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1923 #define RPC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1935 #define RPC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1937 #define RPC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1949 #define RPC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1951 #define RPC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1963 #define RPC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1965 #define RPC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1975 #define BNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1976 #define BNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1983 #define BNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1984 #define BNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1991 #define BNEP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1992 #define BNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1999 #define BNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2000 #define BNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2007 #define BNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2008 #define BNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2017 #define PAN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2018 #define PAN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2025 #define PAN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2026 #define PAN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2033 #define PAN_TRACE_API5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2034 #define PAN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2041 #define PAN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2042 #define PAN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2049 #define PAN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2050 #define PAN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2059 #define SAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2060 #define SAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2067 #define SAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2068 #define SAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2075 #define SAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2076 #define SAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2083 #define SAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2084 #define SAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2091 #define SAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2092 #define SAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2101 #define OPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2102 #define OPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2109 #define OPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2110 #define OPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2117 #define OPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2118 #define OPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2125 #define OPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2126 #define OPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2135 #define FTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2136 #define FTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2143 #define FTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2144 #define FTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2151 #define FTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2152 #define FTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2159 #define FTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2160 #define FTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2169 #define A2D_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2170 #define A2D_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2177 #define A2D_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2178 #define A2D_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2185 #define A2D_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2186 #define A2D_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2193 #define A2D_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2194 #define A2D_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2201 #define A2D_TRACE_API5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2202 #define A2D_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2211 #define VDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2212 #define VDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2219 #define VDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2220 #define VDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2227 #define VDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2228 #define VDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2235 #define VDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2236 #define VDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2243 #define VDP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2244 #define VDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2254 #define LMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2255 #define LMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2262 #define LMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2263 #define LMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2270 #define LMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2271 #define LMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2278 #define LMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2279 #define LMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2288 #define LC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2289 #define LC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2296 #define LC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2297 #define LC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2304 #define LC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2305 #define LC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2312 #define LC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2321 #define SDA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2322 #define SDA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2329 #define SDA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2330 #define SDA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2337 #define SDA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2338 #define SDA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2345 #define SDA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2346 #define SDA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2355 #define AVDT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2356 #define AVDT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2363 #define AVDT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2364 #define AVDT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2371 #define AVDT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2372 #define AVDT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2379 #define AVDT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2380 #define AVDT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2387 #define AVDT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2388 #define AVDT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2397 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2398 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2405 #define AVCT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2406 #define AVCT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2413 #define AVCT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2414 #define AVCT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2421 #define AVCT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2422 #define AVCT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2429 #define AVCT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2430 #define AVCT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2440 #define AVRC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2441 #define AVRC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2448 #define AVRC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2449 #define AVRC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2456 #define AVRC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2457 #define AVRC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2464 #define AVRC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2465 #define AVRC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2472 #define AVRC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2473 #define AVRC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2482 #define MCA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2483 #define MCA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2490 #define MCA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2491 #define MCA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2498 #define MCA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2499 #define MCA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2506 #define MCA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2507 #define MCA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2514 #define MCA_TRACE_API5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2515 #define MCA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2524 #define AMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2525 #define AMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2532 #define AMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2533 #define AMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2540 #define AMP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2541 #define AMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2548 #define AMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2549 #define AMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2556 #define AMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2557 #define AMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2566 #define GATT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2567 #define GATT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2574 #define GATT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2575 #define GATT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2582 #define GATT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2583 #define GATT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2590 #define GATT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2591 #define GATT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2598 #define GATT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2599 #define GATT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2608 #define SMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2609 #define SMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2616 #define SMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2617 #define SMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2624 #define SMP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2625 #define SMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2632 #define SMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2633 #define SMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2640 #define SMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2641 #define SMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2651 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) argument
2652 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) argument
2666 #define HCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2667 #define HCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2674 #define HCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2675 #define HCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2682 #define HCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2683 #define HCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2690 #define HCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2691 #define HCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2701 #define BTM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2702 #define BTM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2709 #define BTM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2710 #define BTM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2717 #define BTM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2718 #define BTM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2725 #define BTM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2726 #define BTM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2733 #define BTM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2734 #define BTM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2744 #define L2CAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2745 #define L2CAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2752 #define L2CAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2753 #define L2CAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2760 #define L2CAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2761 #define L2CAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2768 #define L2CAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2769 #define L2CAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2776 #define L2CAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2777 #define L2CAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2786 #define LLCP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2787 #define LLCP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2794 #define LLCP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2795 #define LLCP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2802 #define LLCP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2803 #define LLCP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2810 #define LLCP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2811 #define LLCP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2818 #define LLCP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2819 #define LLCP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2828 #define SDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2829 #define SDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2836 #define SDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2837 #define SDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2844 #define SDP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2845 #define SDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2852 #define SDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2853 #define SDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2860 #define SDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2861 #define SDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2870 #define RFCOMM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2871 #define RFCOMM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2878 #define RFCOMM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2879 #define RFCOMM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2886 #define RFCOMM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2887 #define RFCOMM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2894 #define RFCOMM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2895 #define RFCOMM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2902 #define RFCOMM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2903 #define RFCOMM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2912 #define SPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2913 #define SPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2920 #define SPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2921 #define SPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2928 #define SPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2929 #define SPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2936 #define SPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2937 #define SPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2944 #define SPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2945 #define SPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2954 #define GAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2955 #define GAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2962 #define GAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2963 #define GAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2970 #define GAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2971 #define GAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2978 #define GAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2979 #define GAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2989 #define OBX_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2990 #define OBX_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2997 #define OBX_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2998 #define OBX_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3005 #define OBX_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3006 #define OBX_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3013 #define OBX_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3014 #define OBX_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3021 #define OBX_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3022 #define OBX_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3031 #define GOEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3032 #define GOEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3039 #define GOEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3040 #define GOEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3047 #define GOEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3048 #define GOEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3055 #define GOEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3062 #define GOEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3063 #define GOEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3072 #define BPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3073 #define BPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3080 #define BPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3081 #define BPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3088 #define BPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3089 #define BPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3096 #define BPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3097 #define BPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3104 #define BPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3105 #define BPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3114 #define BIP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3115 #define BIP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3122 #define BIP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3123 #define BIP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3130 #define BIP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3131 #define BIP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3138 #define BIP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3139 #define BIP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3146 #define BIP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3147 #define BIP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3156 #define TCS_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3157 #define TCS_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3164 #define TCS_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3165 #define TCS_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3172 #define TCS_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3173 #define TCS_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3180 #define TCS_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3181 #define TCS_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3188 #define TCS_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3189 #define TCS_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3198 #define ICP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3199 #define ICP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3206 #define ICP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3207 #define ICP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3214 #define ICP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3215 #define ICP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3222 #define ICP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3223 #define ICP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3230 #define ICP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3231 #define ICP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3240 #define CTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3241 #define CTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3248 #define CTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3249 #define CTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3256 #define CTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3257 #define CTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3264 #define CTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3265 #define CTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3272 #define CTP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3273 #define CTP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3282 #define HSP2_TRACE_ERROR5(pcb,m,p1,p2,p3,p4,p5) argument
3283 #define HSP2_TRACE_ERROR6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3290 #define HSP2_TRACE_WARNING5(pcb,m,p1,p2,p3,p4,p5) argument
3291 #define HSP2_TRACE_WARNING6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3298 #define HSP2_TRACE_API5(pcb,m,p1,p2,p3,p4,p5) argument
3299 #define HSP2_TRACE_API6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3306 #define HSP2_TRACE_EVENT5(pcb,m,p1,p2,p3,p4,p5) argument
3307 #define HSP2_TRACE_EVENT6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3314 #define HSP2_TRACE_DEBUG5(pcb,m,p1,p2,p3,p4,p5) argument
3315 #define HSP2_TRACE_DEBUG6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3324 #define NFC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3325 #define NFC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3332 #define NFC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3333 #define NFC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3340 #define NFC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3341 #define NFC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3348 #define NFC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3349 #define NFC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3356 #define NFC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3357 #define NFC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3364 #define NCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3365 #define NCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3372 #define NCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3373 #define NCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3380 #define NCI_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3381 #define NCI_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3388 #define NCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3389 #define NCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3396 #define NCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3397 #define NCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3404 #define RW_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3405 #define RW_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3412 #define RW_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3413 #define RW_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) } argument
3420 #define RW_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3421 #define RW_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3428 #define RW_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3429 #define RW_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3436 #define RW_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3437 #define RW_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3444 #define CE_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3445 #define CE_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3452 #define CE_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3453 #define CE_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3460 #define CE_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3461 #define CE_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3468 #define CE_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3469 #define CE_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3476 #define CE_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3477 #define CE_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3484 #define NDEF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3485 #define NDEF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3492 #define NDEF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3493 #define NDEF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3500 #define NDEF_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3501 #define NDEF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3508 #define NDEF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3509 #define NDEF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3516 #define NDEF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3517 #define NDEF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3526 #define NFA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3527 #define NFA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3534 #define NFA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3535 #define NFA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3542 #define NFA_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3543 #define NFA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3550 #define NFA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3551 #define NFA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3558 #define NFA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3559 #define NFA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3568 #define P2P_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3569 #define P2P_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3576 #define P2P_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3577 #define P2P_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3584 #define P2P_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3585 #define P2P_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3592 #define P2P_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3593 #define P2P_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3600 #define P2P_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3601 #define P2P_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3610 #define CHO_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3611 #define CHO_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3618 #define CHO_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3619 #define CHO_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3626 #define CHO_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3627 #define CHO_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3634 #define CHO_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3635 #define CHO_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3642 #define CHO_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3643 #define CHO_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3652 #define SNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3653 #define SNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3660 #define SNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3661 #define SNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3668 #define SNEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3669 #define SNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3676 #define SNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3677 #define SNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3684 #define SNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3685 #define SNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3694 #define HIDH_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3695 #define HIDH_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3702 #define HIDH_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3703 #define HIDH_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3710 #define HIDH_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3711 #define HIDH_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3718 #define HIDH_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3719 #define HIDH_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3726 #define HIDH_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3727 #define HIDH_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3735 #define HIDD_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3736 #define HIDD_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3743 #define HIDD_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3744 #define HIDD_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3751 #define HIDD_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3752 #define HIDD_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3759 #define HIDD_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3760 #define HIDD_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3767 #define HIDD_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3768 #define HIDD_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3777 #define DUN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3778 #define DUN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3785 #define DUN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3786 #define DUN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3793 #define DUN_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3794 #define DUN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3801 #define DUN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3802 #define DUN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3809 #define DUN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3810 #define DUN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3819 #define HCRP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3820 #define HCRP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3827 #define HCRP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3828 #define HCRP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3835 #define HCRP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3836 #define HCRP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3843 #define HCRP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3844 #define HCRP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3851 #define HCRP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3852 #define HCRP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3862 #define HCRPM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3863 #define HCRPM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3870 #define HCRPM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3871 #define HCRPM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3878 #define HCRPM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3879 #define HCRPM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3886 #define HCRPM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3887 #define HCRPM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3894 #define HCRPM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3895 #define HCRPM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3904 #define RPC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3905 #define RPC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3912 #define RPC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3913 #define RPC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3920 #define RPC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3921 #define RPC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3928 #define RPC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3929 #define RPC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3936 #define RPC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3937 #define RPC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3946 #define BNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3947 #define BNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3954 #define BNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3955 #define BNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3962 #define BNEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3963 #define BNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3970 #define BNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3971 #define BNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3978 #define BNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3979 #define BNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3988 #define MSKB_TRACE_5(m,p1,p2,p3,p4,p5) argument
3989 #define MSKB_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
3996 #define MSKB_DEBUG_5(m,p1,p2,p3,p4,p5) argument
3997 #define MSKB_DEBUG_6(m,p1,p2,p3,p4,p5,p6) argument
4004 #define MSKB_ERROR_5(m,p1,p2,p3,p4,p5) argument
4005 #define MSKB_ERROR_6(m,p1,p2,p3,p4,p5,p6) argument
4014 #define PAN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4015 #define PAN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4022 #define PAN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4023 #define PAN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4030 #define PAN_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4031 #define PAN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4038 #define PAN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4039 #define PAN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4046 #define PAN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4047 #define PAN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4056 #define SAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4057 #define SAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4064 #define SAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4065 #define SAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4072 #define SAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4073 #define SAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4080 #define SAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4081 #define SAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4088 #define SAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4089 #define SAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4098 #define OPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4099 #define OPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4106 #define OPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4107 #define OPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4114 #define OPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4115 #define OPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4122 #define OPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4123 #define OPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4130 #define OPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4131 #define OPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4140 #define FTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4141 #define FTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4148 #define FTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4149 #define FTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4156 #define FTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4157 #define FTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4164 #define FTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4165 #define FTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4172 #define FTP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4173 #define FTP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4183 #define A2D_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4184 #define A2D_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4191 #define A2D_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4192 #define A2D_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4199 #define A2D_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4200 #define A2D_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4207 #define A2D_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4208 #define A2D_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4215 #define A2D_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4216 #define A2D_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4225 #define VDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4226 #define VDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4233 #define VDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4234 #define VDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4241 #define VDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4242 #define VDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4249 #define VDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4250 #define VDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4257 #define VDP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4258 #define VDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4268 #define LMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4269 #define LMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4276 #define LMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4277 #define LMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4284 #define LMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4285 #define LMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4292 #define LMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4293 #define LMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4302 #define LC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4303 #define LC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4310 #define LC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4311 #define LC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4318 #define LC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4319 #define LC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4326 #define LC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4327 #define LC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4334 #define SDA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4335 #define SDA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4342 #define SDA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4343 #define SDA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4350 #define SDA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4351 #define SDA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4358 #define SDA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4359 #define SDA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4368 #define AVDT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4369 #define AVDT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4376 #define AVDT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4377 #define AVDT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4384 #define AVDT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4385 #define AVDT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4392 #define AVDT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4393 #define AVDT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4400 #define AVDT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4401 #define AVDT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4410 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4411 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4418 #define AVCT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4419 #define AVCT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4426 #define AVCT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4427 #define AVCT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4434 #define AVCT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4435 #define AVCT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4442 #define AVCT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4443 #define AVCT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4453 #define AVRC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4454 #define AVRC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4461 #define AVRC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4462 #define AVRC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4469 #define AVRC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4470 #define AVRC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4477 #define AVRC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4478 #define AVRC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4485 #define AVRC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4486 #define AVRC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4495 #define MCA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4496 #define MCA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4503 #define MCA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4504 #define MCA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4511 #define MCA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4512 #define MCA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4519 #define MCA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4520 #define MCA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4527 #define MCA_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4528 #define MCA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4537 #define AMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4538 #define AMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4545 #define AMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4546 #define AMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4553 #define AMP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4554 #define AMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4561 #define AMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4562 #define AMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4569 #define AMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4570 #define AMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4579 #define GATT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4580 #define GATT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4587 #define GATT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4588 #define GATT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4595 #define GATT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4596 #define GATT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4603 #define GATT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4604 #define GATT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4611 #define GATT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4612 #define GATT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4621 #define SMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4622 #define SMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4629 #define SMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4630 #define SMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4637 #define SMP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4638 #define SMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4645 #define SMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4646 #define SMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4653 #define SMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4654 #define SMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4670 #define APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4672 #define APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4684 #define APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4686 #define APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) L… argument
4698 #define APPL_TRACE_API5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4700 #define APPL_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4712 #define APPL_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4714 #define APPL_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4726 #define APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4728 #define APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4738 #define APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4739 #define APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4746 #define APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4747 #define APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4754 #define APPL_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4755 #define APPL_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4762 #define APPL_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4763 #define APPL_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4770 #define APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4771 #define APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4782 #define SAP_TRACE_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
4783 #define SAP_TRACE_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
4790 #define SAP_TRACE_5(m,p1,p2,p3,p4,p5) argument
4791 #define SAP_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
4802 #define DRV_TRACE_WARNING5(m,p1,p2,p3,p4,p5) APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4803 #define DRV_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4812 #define DRV_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4813 #define DRV_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4821 #define DRV_TRACE_ERROR5(m,p1,p2,p3,p4,p5) APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4822 #define DRV_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4831 #define DRV_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4832 #define DRV_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument