• Home
  • Raw
  • Download

Lines Matching defs:p4

595 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4)               LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S…  argument
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
615 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
623 #define HCI_TRACE_WARNING4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
631 #define HCI_TRACE_EVENT4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
639 #define HCI_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
650 #define BTM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
658 #define BTM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
666 #define BTM_TRACE_API4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
674 #define BTM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
682 #define BTM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
693 #define L2CAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… 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
701 #define L2CAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… 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
709 #define L2CAP_TRACE_API4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… 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
717 #define L2CAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… 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
725 #define L2CAP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… 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
735 #define LLCP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 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
743 #define LLCP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 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
751 #define LLCP_TRACE_API4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… 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
759 #define LLCP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … 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
767 #define LLCP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … 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
777 #define SDP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
785 #define SDP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
793 #define SDP_TRACE_API4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
801 #define SDP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
809 #define SDP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
819 #define RFCOMM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… 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
827 #define RFCOMM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… 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
835 #define RFCOMM_TRACE_API4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… 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
843 #define RFCOMM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… 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
851 #define RFCOMM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… 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
861 #define SPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
869 #define SPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
877 #define SPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
885 #define SPP_TRACE_API4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
893 #define SPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… 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
902 #define GAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
910 #define GAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) 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
918 #define GAP_TRACE_API4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
926 #define GAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
937 #define OBX_TRACE_ERROR4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… 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
945 #define OBX_TRACE_WARNING4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… 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
953 #define OBX_TRACE_EVENT4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… 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
961 #define OBX_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
969 #define OBX_TRACE_API4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… 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
979 #define GOEP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 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
987 #define GOEP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 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
995 #define GOEP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … 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
1003 #define GOEP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … 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
1011 #define GOEP_TRACE_API4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… 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
1021 #define BPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… 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
1029 #define BPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… 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
1037 #define BPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… 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
1045 #define BPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1053 #define BPP_TRACE_API4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… 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
1063 #define BIP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… 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
1071 #define BIP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… 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
1079 #define BIP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… 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
1087 #define BIP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1095 #define BIP_TRACE_API4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… 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
1105 #define TCS_TRACE_ERROR4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
1113 #define TCS_TRACE_WARNING4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
1121 #define TCS_TRACE_EVENT4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
1129 #define TCS_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1137 #define TCS_TRACE_API4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
1147 #define ICP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
1155 #define ICP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
1163 #define ICP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
1171 #define ICP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1179 #define ICP_TRACE_API4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
1188 #define CTP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
1196 #define CTP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
1204 #define CTP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
1212 #define CTP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1222 #define HIDH_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
1230 #define HIDH_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
1238 #define HIDH_TRACE_API4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
1246 #define HIDH_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
1254 #define HIDH_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1263 #define HIDD_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
1271 #define HIDD_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
1279 #define HIDD_TRACE_API4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
1287 #define HIDD_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
1295 #define HIDD_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1304 #define HSP2_TRACE_ERROR4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… 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
1312 #define HSP2_TRACE_WARNING4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… 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
1320 #define HSP2_TRACE_API4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… 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
1328 #define HSP2_TRACE_EVENT4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… 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
1336 #define HSP2_TRACE_DEBUG4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… 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
1346 #define NFC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
1354 #define NFC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
1362 #define NFC_TRACE_API4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
1370 #define NFC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
1378 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1386 #define NCI_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… 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
1394 #define NCI_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… 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
1402 #define NCI_TRACE_API4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… 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
1410 #define NCI_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… 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
1418 #define NCI_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1426 #define RW_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… 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
1434 #define RW_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… 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
1442 #define RW_TRACE_API4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… 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
1450 #define RW_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… 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
1458 #define RW_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1466 #define CE_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
1474 #define CE_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… 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
1482 #define CE_TRACE_API4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… 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
1490 #define CE_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… 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
1498 #define CE_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1506 #define NDEF_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 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
1514 #define NDEF_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 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
1522 #define NDEF_TRACE_API4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… 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
1530 #define NDEF_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … 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
1538 #define NDEF_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … 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
1548 #define NFA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… 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
1556 #define NFA_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… 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
1564 #define NFA_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … 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
1572 #define NFA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… 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
1580 #define NFA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 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
1590 #define P2P_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… 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
1598 #define P2P_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… 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
1606 #define P2P_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … 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
1614 #define P2P_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… 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
1622 #define P2P_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 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
1632 #define CHO_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… 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
1640 #define CHO_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… 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
1648 #define CHO_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … 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
1656 #define CHO_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… 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
1664 #define CHO_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 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
1674 #define SNEP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… 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
1682 #define SNEP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… 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
1690 #define SNEP_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… 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
1698 #define SNEP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… 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
1706 #define SNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… 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
1714 #define MMI_TRACE_4(m,p1,p2,p3,p4) 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
1722 #define MMI_DEBUG_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… 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
1730 #define MMI_WARNING_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… 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
1738 #define MMI_ERROR_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… 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
1750 #define MSKB_TRACE_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) 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
1758 #define MSKB_DEBUG_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) 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
1766 #define MSKB_ERROR_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) 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
1776 #define DUN_TRACE_ERROR4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
1784 #define DUN_TRACE_WARNING4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
1792 #define DUN_TRACE_API4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
1800 #define DUN_TRACE_EVENT4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
1808 #define DUN_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1818 #define HCRP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 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
1826 #define HCRP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 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
1834 #define HCRP_TRACE_API4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… 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
1842 #define HCRP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … 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
1850 #define HCRP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … 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
1860 #define HCRPM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… 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
1868 #define HCRPM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… 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
1876 #define HCRPM_TRACE_API4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … 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
1884 #define HCRPM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… 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
1892 #define HCRPM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… 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
1905 #define RPC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… 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
1919 #define RPC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… 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
1933 #define RPC_TRACE_API4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… 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
1947 #define RPC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… 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
1961 #define RPC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) 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
1974 #define BNEP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 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
1982 #define BNEP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 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
1990 #define BNEP_TRACE_API4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… 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
1998 #define BNEP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … 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
2006 #define BNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … 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
2016 #define PAN_TRACE_ERROR4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
2024 #define PAN_TRACE_WARNING4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
2032 #define PAN_TRACE_API4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
2040 #define PAN_TRACE_EVENT4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
2048 #define PAN_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2058 #define SAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
2066 #define SAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
2074 #define SAP_TRACE_API4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
2082 #define SAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
2090 #define SAP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2100 #define OPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… 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
2108 #define OPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… 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
2116 #define OPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… 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
2124 #define OPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2134 #define FTP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
2142 #define FTP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… 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
2150 #define FTP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… 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
2158 #define FTP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2168 #define A2D_TRACE_ERROR4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) 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
2176 #define A2D_TRACE_WARNING4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… 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
2184 #define A2D_TRACE_EVENT4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… 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
2192 #define A2D_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2200 #define A2D_TRACE_API4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… 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
2210 #define VDP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… 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
2218 #define VDP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… 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
2226 #define VDP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… 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
2234 #define VDP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2242 #define VDP_TRACE_API4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… 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
2253 #define LMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… 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
2261 #define LMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… 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
2269 #define LMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… 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
2277 #define LMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2287 #define LC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… 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
2295 #define LC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… 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
2303 #define LC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… 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
2311 #define LC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2312 #define LC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2320 #define SDA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… 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
2328 #define SDA_TRACE_WARNING4(m,p1,p2,p3,p4) {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
2336 #define SDA_TRACE_EVENT4(m,p1,p2,p3,p4) {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
2344 #define SDA_TRACE_DEBUG4(m,p1,p2,p3,p4) {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
2354 #define AVDT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 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
2362 #define AVDT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 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
2370 #define AVDT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … 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
2378 #define AVDT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … 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
2386 #define AVDT_TRACE_API4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
2396 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 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
2404 #define AVCT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 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
2412 #define AVCT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … 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
2420 #define AVCT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … 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
2428 #define AVCT_TRACE_API4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
2439 #define AVRC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… 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
2447 #define AVRC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… 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
2455 #define AVRC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… 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
2463 #define AVRC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… 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
2471 #define AVRC_TRACE_API4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… 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
2481 #define MCA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
2489 #define MCA_TRACE_WARNING4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
2497 #define MCA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
2505 #define MCA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2513 #define MCA_TRACE_API4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… 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
2523 #define AMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
2531 #define AMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
2539 #define AMP_TRACE_API4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
2547 #define AMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
2555 #define AMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2565 #define GATT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … 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
2573 #define GATT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… 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
2581 #define GATT_TRACE_API4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… 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
2589 #define GATT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … 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
2597 #define GATT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … 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
2607 #define SMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… 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
2615 #define SMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … 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
2623 #define SMP_TRACE_API4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… 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
2631 #define SMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… 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
2639 #define SMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) 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
2650 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) 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
2665 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2673 #define HCI_TRACE_WARNING4(m,p1,p2,p3,p4) 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
2681 #define HCI_TRACE_EVENT4(m,p1,p2,p3,p4) 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
2689 #define HCI_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
2700 #define BTM_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2708 #define BTM_TRACE_WARNING4(m,p1,p2,p3,p4) 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
2716 #define BTM_TRACE_API4(m,p1,p2,p3,p4) 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
2724 #define BTM_TRACE_EVENT4(m,p1,p2,p3,p4) 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
2732 #define BTM_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
2743 #define L2CAP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2751 #define L2CAP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
2759 #define L2CAP_TRACE_API4(m,p1,p2,p3,p4) 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
2767 #define L2CAP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
2775 #define L2CAP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
2785 #define LLCP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2793 #define LLCP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
2801 #define LLCP_TRACE_API4(m,p1,p2,p3,p4) 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
2809 #define LLCP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
2817 #define LLCP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
2827 #define SDP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2835 #define SDP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
2843 #define SDP_TRACE_API4(m,p1,p2,p3,p4) 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
2851 #define SDP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
2859 #define SDP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
2869 #define RFCOMM_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2877 #define RFCOMM_TRACE_WARNING4(m,p1,p2,p3,p4) 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
2885 #define RFCOMM_TRACE_API4(m,p1,p2,p3,p4) 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
2893 #define RFCOMM_TRACE_EVENT4(m,p1,p2,p3,p4) 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
2901 #define RFCOMM_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
2911 #define SPP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2919 #define SPP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
2927 #define SPP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
2935 #define SPP_TRACE_API4(m,p1,p2,p3,p4) 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
2943 #define SPP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
2953 #define GAP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2961 #define GAP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
2969 #define GAP_TRACE_API4(m,p1,p2,p3,p4) 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
2977 #define GAP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
2988 #define OBX_TRACE_ERROR4(m,p1,p2,p3,p4) 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
2996 #define OBX_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3004 #define OBX_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3012 #define OBX_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3020 #define OBX_TRACE_API4(m,p1,p2,p3,p4) 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
3030 #define GOEP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3038 #define GOEP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3046 #define GOEP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3054 #define GOEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3055 #define GOEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3061 #define GOEP_TRACE_API4(m,p1,p2,p3,p4) 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
3071 #define BPP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3079 #define BPP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3087 #define BPP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3095 #define BPP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3103 #define BPP_TRACE_API4(m,p1,p2,p3,p4) 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
3113 #define BIP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3121 #define BIP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3129 #define BIP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3137 #define BIP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3145 #define BIP_TRACE_API4(m,p1,p2,p3,p4) 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
3155 #define TCS_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3163 #define TCS_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3171 #define TCS_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3179 #define TCS_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3187 #define TCS_TRACE_API4(m,p1,p2,p3,p4) 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
3197 #define ICP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3205 #define ICP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3213 #define ICP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3221 #define ICP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3229 #define ICP_TRACE_API4(m,p1,p2,p3,p4) 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
3239 #define CTP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3247 #define CTP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3255 #define CTP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3263 #define CTP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3271 #define CTP_TRACE_API4(m,p1,p2,p3,p4) 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
3281 #define HSP2_TRACE_ERROR4(pcb,m,p1,p2,p3,p4) 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
3289 #define HSP2_TRACE_WARNING4(pcb,m,p1,p2,p3,p4) 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
3297 #define HSP2_TRACE_API4(pcb,m,p1,p2,p3,p4) 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
3305 #define HSP2_TRACE_EVENT4(pcb,m,p1,p2,p3,p4) 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
3313 #define HSP2_TRACE_DEBUG4(pcb,m,p1,p2,p3,p4) 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
3323 #define NFC_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3331 #define NFC_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3339 #define NFC_TRACE_API4(m,p1,p2,p3,p4) 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
3347 #define NFC_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3355 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3363 #define NCI_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3371 #define NCI_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3379 #define NCI_TRACE_API4(m,p1,p2,p3,p4) 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
3387 #define NCI_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3395 #define NCI_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3403 #define RW_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3411 #define RW_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3419 #define RW_TRACE_API4(m,p1,p2,p3,p4) 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
3427 #define RW_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3435 #define RW_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3443 #define CE_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3451 #define CE_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3459 #define CE_TRACE_API4(m,p1,p2,p3,p4) 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
3467 #define CE_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3475 #define CE_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3483 #define NDEF_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3491 #define NDEF_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3499 #define NDEF_TRACE_API4(m,p1,p2,p3,p4) 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
3507 #define NDEF_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3515 #define NDEF_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3525 #define NFA_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3533 #define NFA_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3541 #define NFA_TRACE_API4(m,p1,p2,p3,p4) 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
3549 #define NFA_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3557 #define NFA_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3567 #define P2P_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3575 #define P2P_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3583 #define P2P_TRACE_API4(m,p1,p2,p3,p4) 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
3591 #define P2P_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3599 #define P2P_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3609 #define CHO_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3617 #define CHO_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3625 #define CHO_TRACE_API4(m,p1,p2,p3,p4) 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
3633 #define CHO_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3641 #define CHO_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3651 #define SNEP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3659 #define SNEP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3667 #define SNEP_TRACE_API4(m,p1,p2,p3,p4) 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
3675 #define SNEP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3683 #define SNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3693 #define HIDH_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3701 #define HIDH_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3709 #define HIDH_TRACE_API4(m,p1,p2,p3,p4) 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
3717 #define HIDH_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3725 #define HIDH_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3734 #define HIDD_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3742 #define HIDD_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3750 #define HIDD_TRACE_API4(m,p1,p2,p3,p4) 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
3758 #define HIDD_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3766 #define HIDD_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3776 #define DUN_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3784 #define DUN_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3792 #define DUN_TRACE_API4(m,p1,p2,p3,p4) 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
3800 #define DUN_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3808 #define DUN_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3818 #define HCRP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3826 #define HCRP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3834 #define HCRP_TRACE_API4(m,p1,p2,p3,p4) 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
3842 #define HCRP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3850 #define HCRP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3861 #define HCRPM_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3869 #define HCRPM_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3877 #define HCRPM_TRACE_API4(m,p1,p2,p3,p4) 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
3885 #define HCRPM_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3893 #define HCRPM_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3903 #define RPC_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3911 #define RPC_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3919 #define RPC_TRACE_API4(m,p1,p2,p3,p4) 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
3927 #define RPC_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3935 #define RPC_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3945 #define BNEP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
3953 #define BNEP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
3961 #define BNEP_TRACE_API4(m,p1,p2,p3,p4) 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
3969 #define BNEP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
3977 #define BNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
3987 #define MSKB_TRACE_4(m,p1,p2,p3,p4) 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
3995 #define MSKB_DEBUG_4(m,p1,p2,p3,p4) 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
4003 #define MSKB_ERROR_4(m,p1,p2,p3,p4) 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
4013 #define PAN_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4021 #define PAN_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4029 #define PAN_TRACE_API4(m,p1,p2,p3,p4) 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
4037 #define PAN_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4045 #define PAN_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4055 #define SAP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4063 #define SAP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4071 #define SAP_TRACE_API4(m,p1,p2,p3,p4) 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
4079 #define SAP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4087 #define SAP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4097 #define OPP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4105 #define OPP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4113 #define OPP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4121 #define OPP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4129 #define OPP_TRACE_API4(m,p1,p2,p3,p4) 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
4139 #define FTP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4147 #define FTP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4155 #define FTP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4163 #define FTP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4171 #define FTP_TRACE_API4(m,p1,p2,p3,p4) 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
4182 #define A2D_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4190 #define A2D_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4198 #define A2D_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4206 #define A2D_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4214 #define A2D_TRACE_API4(m,p1,p2,p3,p4) 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
4224 #define VDP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4232 #define VDP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4240 #define VDP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4248 #define VDP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4256 #define VDP_TRACE_API4(m,p1,p2,p3,p4) 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
4267 #define LMP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4275 #define LMP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4283 #define LMP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4291 #define LMP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4301 #define LC_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4309 #define LC_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4317 #define LC_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4325 #define LC_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4333 #define SDA_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4341 #define SDA_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4349 #define SDA_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4357 #define SDA_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4367 #define AVDT_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4375 #define AVDT_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4383 #define AVDT_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4391 #define AVDT_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4399 #define AVDT_TRACE_API4(m,p1,p2,p3,p4) 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
4409 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4417 #define AVCT_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4425 #define AVCT_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4433 #define AVCT_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4441 #define AVCT_TRACE_API4(m,p1,p2,p3,p4) 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
4452 #define AVRC_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4460 #define AVRC_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4468 #define AVRC_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4476 #define AVRC_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4484 #define AVRC_TRACE_API4(m,p1,p2,p3,p4) 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
4494 #define MCA_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4502 #define MCA_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4510 #define MCA_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4518 #define MCA_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4526 #define MCA_TRACE_API4(m,p1,p2,p3,p4) 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
4536 #define AMP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4544 #define AMP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4552 #define AMP_TRACE_API4(m,p1,p2,p3,p4) 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
4560 #define AMP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4568 #define AMP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4578 #define GATT_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4586 #define GATT_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4594 #define GATT_TRACE_API4(m,p1,p2,p3,p4) 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
4602 #define GATT_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4610 #define GATT_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4620 #define SMP_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4628 #define SMP_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4636 #define SMP_TRACE_API4(m,p1,p2,p3,p4) 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
4644 #define SMP_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4652 #define SMP_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4668 #define APPL_TRACE_ERROR4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… 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
4682 #define APPL_TRACE_WARNING4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… 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
4696 #define APPL_TRACE_API4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… 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
4710 #define APPL_TRACE_EVENT4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… 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
4724 #define APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) 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
4737 #define APPL_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4745 #define APPL_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4753 #define APPL_TRACE_API4(m,p1,p2,p3,p4) 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
4761 #define APPL_TRACE_EVENT4(m,p1,p2,p3,p4) 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
4769 #define APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) 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
4781 #define SAP_TRACE_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) 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
4789 #define SAP_TRACE_4(m,p1,p2,p3,p4) 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
4801 #define DRV_TRACE_WARNING4(m,p1,p2,p3,p4) APPL_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4811 #define DRV_TRACE_WARNING4(m,p1,p2,p3,p4) 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
4820 #define DRV_TRACE_ERROR4(m,p1,p2,p3,p4) APPL_TRACE_ERROR4(m,p1,p2,p3,p4) 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
4830 #define DRV_TRACE_DEBUG4(m,p1,p2,p3,p4) APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) 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