Lines Matching defs:m
630 #define BT_TRACE_0(l,t,m) LogMsg_0((TRACE_CTRL_GENERAL | (l) | TRACE_ORG_… argument
631 #define BT_TRACE_1(l,t,m,p1) LogMsg_1(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
632 #define BT_TRACE_2(l,t,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
634 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
636 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
638 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
641 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
645 #define BT_ERROR_TRACE_0(l,m) LogMsg_0(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STA… argument
646 #define BT_ERROR_TRACE_1(l,m,p1) LogMsg_1(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STA… argument
647 #define BT_ERROR_TRACE_2(l,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STA… argument
648 #define BT_ERROR_TRACE_3(l,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STA… argument
652 #define HCI_TRACE_ERROR0(m) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
653 #define HCI_TRACE_ERROR1(m,p1) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
654 #define HCI_TRACE_ERROR2(m,p1,p2) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
655 #define HCI_TRACE_ERROR3(m,p1,p2,p3) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
656 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
657 #define HCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
658 #define HCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
660 #define HCI_TRACE_WARNING0(m) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
661 #define HCI_TRACE_WARNING1(m,p1) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
662 #define HCI_TRACE_WARNING2(m,p1,p2) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
663 #define HCI_TRACE_WARNING3(m,p1,p2,p3) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
664 #define HCI_TRACE_WARNING4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
665 #define HCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
666 #define HCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
668 #define HCI_TRACE_EVENT0(m) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
669 #define HCI_TRACE_EVENT1(m,p1) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
670 #define HCI_TRACE_EVENT2(m,p1,p2) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
671 #define HCI_TRACE_EVENT3(m,p1,p2,p3) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
672 #define HCI_TRACE_EVENT4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
673 #define HCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
674 #define HCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
676 #define HCI_TRACE_DEBUG0(m) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
677 #define HCI_TRACE_DEBUG1(m,p1) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
678 #define HCI_TRACE_DEBUG2(m,p1,p2) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
679 #define HCI_TRACE_DEBUG3(m,p1,p2,p3) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
680 #define HCI_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
681 #define HCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
682 #define HCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
687 #define BTM_TRACE_ERROR0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
688 #define BTM_TRACE_ERROR1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
689 #define BTM_TRACE_ERROR2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
690 #define BTM_TRACE_ERROR3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
691 #define BTM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
692 #define BTM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
693 #define BTM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
695 #define BTM_TRACE_WARNING0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
696 #define BTM_TRACE_WARNING1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
697 #define BTM_TRACE_WARNING2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
698 #define BTM_TRACE_WARNING3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
699 #define BTM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
700 #define BTM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
701 #define BTM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
703 #define BTM_TRACE_API0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
704 #define BTM_TRACE_API1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
705 #define BTM_TRACE_API2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
706 #define BTM_TRACE_API3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
707 #define BTM_TRACE_API4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
708 #define BTM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
709 #define BTM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
711 #define BTM_TRACE_EVENT0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
712 #define BTM_TRACE_EVENT1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
713 #define BTM_TRACE_EVENT2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
714 #define BTM_TRACE_EVENT3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
715 #define BTM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
716 #define BTM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
717 #define BTM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
719 #define BTM_TRACE_DEBUG0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
720 #define BTM_TRACE_DEBUG1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
721 #define BTM_TRACE_DEBUG2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
722 #define BTM_TRACE_DEBUG3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
723 #define BTM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
724 #define BTM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
725 #define BTM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
730 #define L2CAP_TRACE_ERROR0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
731 #define L2CAP_TRACE_ERROR1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
732 #define L2CAP_TRACE_ERROR2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
733 #define L2CAP_TRACE_ERROR3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
734 #define L2CAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
735 #define L2CAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
736 #define L2CAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
738 #define L2CAP_TRACE_WARNING0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
739 #define L2CAP_TRACE_WARNING1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
740 #define L2CAP_TRACE_WARNING2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
741 #define L2CAP_TRACE_WARNING3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
742 #define L2CAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
743 #define L2CAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
744 #define L2CAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
746 #define L2CAP_TRACE_API0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
747 #define L2CAP_TRACE_API1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
748 #define L2CAP_TRACE_API2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
749 #define L2CAP_TRACE_API3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
750 #define L2CAP_TRACE_API4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
751 #define L2CAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
752 #define L2CAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
754 #define L2CAP_TRACE_EVENT0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
755 #define L2CAP_TRACE_EVENT1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
756 #define L2CAP_TRACE_EVENT2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
757 #define L2CAP_TRACE_EVENT3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
758 #define L2CAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
759 #define L2CAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
760 #define L2CAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
762 #define L2CAP_TRACE_DEBUG0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
763 #define L2CAP_TRACE_DEBUG1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
764 #define L2CAP_TRACE_DEBUG2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
765 #define L2CAP_TRACE_DEBUG3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
766 #define L2CAP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
767 #define L2CAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
768 #define L2CAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
772 #define LLCP_TRACE_ERROR0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
773 #define LLCP_TRACE_ERROR1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
774 #define LLCP_TRACE_ERROR2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
775 #define LLCP_TRACE_ERROR3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
776 #define LLCP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
777 #define LLCP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
778 #define LLCP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
780 #define LLCP_TRACE_WARNING0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
781 #define LLCP_TRACE_WARNING1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
782 #define LLCP_TRACE_WARNING2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
783 #define LLCP_TRACE_WARNING3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
784 #define LLCP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
785 #define LLCP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
786 #define LLCP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
788 #define LLCP_TRACE_API0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
789 #define LLCP_TRACE_API1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
790 #define LLCP_TRACE_API2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
791 #define LLCP_TRACE_API3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
792 #define LLCP_TRACE_API4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
793 #define LLCP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
794 #define LLCP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
796 #define LLCP_TRACE_EVENT0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
797 #define LLCP_TRACE_EVENT1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
798 #define LLCP_TRACE_EVENT2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
799 #define LLCP_TRACE_EVENT3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
800 #define LLCP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
801 #define LLCP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
802 #define LLCP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
804 #define LLCP_TRACE_DEBUG0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
805 #define LLCP_TRACE_DEBUG1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
806 #define LLCP_TRACE_DEBUG2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
807 #define LLCP_TRACE_DEBUG3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
808 #define LLCP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
809 #define LLCP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
810 #define LLCP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
814 #define SDP_TRACE_ERROR0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
815 #define SDP_TRACE_ERROR1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
816 #define SDP_TRACE_ERROR2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
817 #define SDP_TRACE_ERROR3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
818 #define SDP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
819 #define SDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
820 #define SDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
822 #define SDP_TRACE_WARNING0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
823 #define SDP_TRACE_WARNING1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
824 #define SDP_TRACE_WARNING2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
825 #define SDP_TRACE_WARNING3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
826 #define SDP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
827 #define SDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
828 #define SDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
830 #define SDP_TRACE_API0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
831 #define SDP_TRACE_API1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
832 #define SDP_TRACE_API2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
833 #define SDP_TRACE_API3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
834 #define SDP_TRACE_API4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
835 #define SDP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
836 #define SDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
838 #define SDP_TRACE_EVENT0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
839 #define SDP_TRACE_EVENT1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
840 #define SDP_TRACE_EVENT2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
841 #define SDP_TRACE_EVENT3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
842 #define SDP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
843 #define SDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
844 #define SDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
846 #define SDP_TRACE_DEBUG0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
847 #define SDP_TRACE_DEBUG1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
848 #define SDP_TRACE_DEBUG2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
849 #define SDP_TRACE_DEBUG3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
850 #define SDP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
851 #define SDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
852 #define SDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
856 #define RFCOMM_TRACE_ERROR0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
857 #define RFCOMM_TRACE_ERROR1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
858 #define RFCOMM_TRACE_ERROR2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
859 #define RFCOMM_TRACE_ERROR3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
860 #define RFCOMM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
861 #define RFCOMM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
862 #define RFCOMM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
864 #define RFCOMM_TRACE_WARNING0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
865 #define RFCOMM_TRACE_WARNING1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
866 #define RFCOMM_TRACE_WARNING2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
867 #define RFCOMM_TRACE_WARNING3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
868 #define RFCOMM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
869 #define RFCOMM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
870 #define RFCOMM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
872 #define RFCOMM_TRACE_API0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
873 #define RFCOMM_TRACE_API1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
874 #define RFCOMM_TRACE_API2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
875 #define RFCOMM_TRACE_API3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
876 #define RFCOMM_TRACE_API4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
877 #define RFCOMM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
878 #define RFCOMM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
880 #define RFCOMM_TRACE_EVENT0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
881 #define RFCOMM_TRACE_EVENT1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
882 #define RFCOMM_TRACE_EVENT2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
883 #define RFCOMM_TRACE_EVENT3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
884 #define RFCOMM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
885 #define RFCOMM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
886 #define RFCOMM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
888 #define RFCOMM_TRACE_DEBUG0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
889 #define RFCOMM_TRACE_DEBUG1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
890 #define RFCOMM_TRACE_DEBUG2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
891 #define RFCOMM_TRACE_DEBUG3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
892 #define RFCOMM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
893 #define RFCOMM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
894 #define RFCOMM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
898 #define SPP_TRACE_ERROR0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
899 #define SPP_TRACE_ERROR1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
900 #define SPP_TRACE_ERROR2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
901 #define SPP_TRACE_ERROR3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
902 #define SPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
903 #define SPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
904 #define SPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
906 #define SPP_TRACE_WARNING0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
907 #define SPP_TRACE_WARNING1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
908 #define SPP_TRACE_WARNING2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
909 #define SPP_TRACE_WARNING3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
910 #define SPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
911 #define SPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
912 #define SPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
914 #define SPP_TRACE_EVENT0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
915 #define SPP_TRACE_EVENT1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
916 #define SPP_TRACE_EVENT2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
917 #define SPP_TRACE_EVENT3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
918 #define SPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
919 #define SPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
920 #define SPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
922 #define SPP_TRACE_API0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
923 #define SPP_TRACE_API1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
924 #define SPP_TRACE_API2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
925 #define SPP_TRACE_API3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
926 #define SPP_TRACE_API4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
927 #define SPP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
928 #define SPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
930 #define SPP_TRACE_DEBUG0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
931 #define SPP_TRACE_DEBUG1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
932 #define SPP_TRACE_DEBUG2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
933 #define SPP_TRACE_DEBUG3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
934 #define SPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
935 #define SPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
936 #define SPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
939 #define GAP_TRACE_ERROR0(m) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
940 #define GAP_TRACE_ERROR1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
941 #define GAP_TRACE_ERROR2(m,p1,p2) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
942 #define GAP_TRACE_ERROR3(m,p1,p2,p3) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
943 #define GAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
944 #define GAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
945 #define GAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
947 #define GAP_TRACE_EVENT0(m) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
948 #define GAP_TRACE_EVENT1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
949 #define GAP_TRACE_EVENT2(m,p1,p2) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
950 #define GAP_TRACE_EVENT3(m,p1,p2,p3) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
951 #define GAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
952 #define GAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
953 #define GAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
955 #define GAP_TRACE_API0(m) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
956 #define GAP_TRACE_API1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
957 #define GAP_TRACE_API2(m,p1,p2) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
958 #define GAP_TRACE_API3(m,p1,p2,p3) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
959 #define GAP_TRACE_API4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
960 #define GAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
961 #define GAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
963 #define GAP_TRACE_WARNING0(m) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
964 #define GAP_TRACE_WARNING1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
965 #define GAP_TRACE_WARNING2(m,p1,p2) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
966 #define GAP_TRACE_WARNING3(m,p1,p2,p3) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
967 #define GAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
968 #define GAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
969 #define GAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
974 #define OBX_TRACE_ERROR0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
975 #define OBX_TRACE_ERROR1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
976 #define OBX_TRACE_ERROR2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
977 #define OBX_TRACE_ERROR3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
978 #define OBX_TRACE_ERROR4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
979 #define OBX_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
980 #define OBX_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
982 #define OBX_TRACE_WARNING0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
983 #define OBX_TRACE_WARNING1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
984 #define OBX_TRACE_WARNING2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
985 #define OBX_TRACE_WARNING3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
986 #define OBX_TRACE_WARNING4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
987 #define OBX_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
988 #define OBX_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
990 #define OBX_TRACE_EVENT0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
991 #define OBX_TRACE_EVENT1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
992 #define OBX_TRACE_EVENT2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
993 #define OBX_TRACE_EVENT3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
994 #define OBX_TRACE_EVENT4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
995 #define OBX_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
996 #define OBX_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
998 #define OBX_TRACE_DEBUG0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
999 #define OBX_TRACE_DEBUG1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1000 #define OBX_TRACE_DEBUG2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1001 #define OBX_TRACE_DEBUG3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1002 #define OBX_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1003 #define OBX_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1004 #define OBX_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1006 #define OBX_TRACE_API0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1007 #define OBX_TRACE_API1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1008 #define OBX_TRACE_API2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1009 #define OBX_TRACE_API3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1010 #define OBX_TRACE_API4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1011 #define OBX_TRACE_API5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1012 #define OBX_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1016 #define GOEP_TRACE_ERROR0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1017 #define GOEP_TRACE_ERROR1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1018 #define GOEP_TRACE_ERROR2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1019 #define GOEP_TRACE_ERROR3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1020 #define GOEP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1021 #define GOEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1022 #define GOEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1024 #define GOEP_TRACE_WARNING0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1025 #define GOEP_TRACE_WARNING1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1026 #define GOEP_TRACE_WARNING2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1027 #define GOEP_TRACE_WARNING3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1028 #define GOEP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1029 #define GOEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1030 #define GOEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1032 #define GOEP_TRACE_EVENT0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1033 #define GOEP_TRACE_EVENT1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1034 #define GOEP_TRACE_EVENT2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1035 #define GOEP_TRACE_EVENT3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1036 #define GOEP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1037 #define GOEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1038 #define GOEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1040 #define GOEP_TRACE_DEBUG0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1041 #define GOEP_TRACE_DEBUG1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1042 #define GOEP_TRACE_DEBUG2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1043 #define GOEP_TRACE_DEBUG3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1044 #define GOEP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1045 #define GOEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1046 #define GOEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1048 #define GOEP_TRACE_API0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1049 #define GOEP_TRACE_API1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1050 #define GOEP_TRACE_API2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1051 #define GOEP_TRACE_API3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1052 #define GOEP_TRACE_API4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1053 #define GOEP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1054 #define GOEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1058 #define BPP_TRACE_ERROR0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1059 #define BPP_TRACE_ERROR1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1060 #define BPP_TRACE_ERROR2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1061 #define BPP_TRACE_ERROR3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1062 #define BPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1063 #define BPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1064 #define BPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1066 #define BPP_TRACE_WARNING0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1067 #define BPP_TRACE_WARNING1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1068 #define BPP_TRACE_WARNING2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1069 #define BPP_TRACE_WARNING3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1070 #define BPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1071 #define BPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1072 #define BPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1074 #define BPP_TRACE_EVENT0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1075 #define BPP_TRACE_EVENT1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1076 #define BPP_TRACE_EVENT2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1077 #define BPP_TRACE_EVENT3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1078 #define BPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1079 #define BPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1080 #define BPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1082 #define BPP_TRACE_DEBUG0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1083 #define BPP_TRACE_DEBUG1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1084 #define BPP_TRACE_DEBUG2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1085 #define BPP_TRACE_DEBUG3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1086 #define BPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1087 #define BPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1088 #define BPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1090 #define BPP_TRACE_API0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1091 #define BPP_TRACE_API1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1092 #define BPP_TRACE_API2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1093 #define BPP_TRACE_API3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1094 #define BPP_TRACE_API4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1095 #define BPP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1096 #define BPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1100 #define BIP_TRACE_ERROR0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1101 #define BIP_TRACE_ERROR1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1102 #define BIP_TRACE_ERROR2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1103 #define BIP_TRACE_ERROR3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1104 #define BIP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1105 #define BIP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1106 #define BIP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1108 #define BIP_TRACE_WARNING0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1109 #define BIP_TRACE_WARNING1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1110 #define BIP_TRACE_WARNING2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1111 #define BIP_TRACE_WARNING3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1112 #define BIP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1113 #define BIP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1114 #define BIP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1116 #define BIP_TRACE_EVENT0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1117 #define BIP_TRACE_EVENT1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1118 #define BIP_TRACE_EVENT2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1119 #define BIP_TRACE_EVENT3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1120 #define BIP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1121 #define BIP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1122 #define BIP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1124 #define BIP_TRACE_DEBUG0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1125 #define BIP_TRACE_DEBUG1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1126 #define BIP_TRACE_DEBUG2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1127 #define BIP_TRACE_DEBUG3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1128 #define BIP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1129 #define BIP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1130 #define BIP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1132 #define BIP_TRACE_API0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1133 #define BIP_TRACE_API1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1134 #define BIP_TRACE_API2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1135 #define BIP_TRACE_API3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1136 #define BIP_TRACE_API4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1137 #define BIP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1138 #define BIP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1142 #define TCS_TRACE_ERROR0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1143 #define TCS_TRACE_ERROR1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1144 #define TCS_TRACE_ERROR2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1145 #define TCS_TRACE_ERROR3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1146 #define TCS_TRACE_ERROR4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1147 #define TCS_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1148 #define TCS_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1150 #define TCS_TRACE_WARNING0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1151 #define TCS_TRACE_WARNING1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1152 #define TCS_TRACE_WARNING2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1153 #define TCS_TRACE_WARNING3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1154 #define TCS_TRACE_WARNING4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1155 #define TCS_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1156 #define TCS_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1158 #define TCS_TRACE_EVENT0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1159 #define TCS_TRACE_EVENT1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1160 #define TCS_TRACE_EVENT2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1161 #define TCS_TRACE_EVENT3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1162 #define TCS_TRACE_EVENT4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1163 #define TCS_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1164 #define TCS_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1166 #define TCS_TRACE_DEBUG0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1167 #define TCS_TRACE_DEBUG1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1168 #define TCS_TRACE_DEBUG2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1169 #define TCS_TRACE_DEBUG3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1170 #define TCS_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1171 #define TCS_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1172 #define TCS_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1174 #define TCS_TRACE_API0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1175 #define TCS_TRACE_API1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1176 #define TCS_TRACE_API2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1177 #define TCS_TRACE_API3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1178 #define TCS_TRACE_API4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1179 #define TCS_TRACE_API5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1180 #define TCS_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1184 #define ICP_TRACE_ERROR0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1185 #define ICP_TRACE_ERROR1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1186 #define ICP_TRACE_ERROR2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1187 #define ICP_TRACE_ERROR3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1188 #define ICP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1189 #define ICP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1190 #define ICP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1192 #define ICP_TRACE_WARNING0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1193 #define ICP_TRACE_WARNING1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1194 #define ICP_TRACE_WARNING2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1195 #define ICP_TRACE_WARNING3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1196 #define ICP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1197 #define ICP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1198 #define ICP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1200 #define ICP_TRACE_EVENT0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1201 #define ICP_TRACE_EVENT1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1202 #define ICP_TRACE_EVENT2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1203 #define ICP_TRACE_EVENT3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1204 #define ICP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1205 #define ICP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1206 #define ICP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1208 #define ICP_TRACE_DEBUG0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1209 #define ICP_TRACE_DEBUG1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1210 #define ICP_TRACE_DEBUG2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1211 #define ICP_TRACE_DEBUG3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1212 #define ICP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1213 #define ICP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1214 #define ICP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1216 #define ICP_TRACE_API0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1217 #define ICP_TRACE_API1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1218 #define ICP_TRACE_API2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1219 #define ICP_TRACE_API3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1220 #define ICP_TRACE_API4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1221 #define ICP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1222 #define ICP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1225 #define CTP_TRACE_ERROR0(m) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1226 #define CTP_TRACE_ERROR1(m,p1) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1227 #define CTP_TRACE_ERROR2(m,p1,p2) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1228 #define CTP_TRACE_ERROR3(m,p1,p2,p3) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1229 #define CTP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1230 #define CTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1231 #define CTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1233 #define CTP_TRACE_WARNING0(m) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1234 #define CTP_TRACE_WARNING1(m,p1) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1235 #define CTP_TRACE_WARNING2(m,p1,p2) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1236 #define CTP_TRACE_WARNING3(m,p1,p2,p3) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1237 #define CTP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1238 #define CTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1239 #define CTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1241 #define CTP_TRACE_EVENT0(m) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1242 #define CTP_TRACE_EVENT1(m,p1) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1243 #define CTP_TRACE_EVENT2(m,p1,p2) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1244 #define CTP_TRACE_EVENT3(m,p1,p2,p3) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1245 #define CTP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1246 #define CTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1247 #define CTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1249 #define CTP_TRACE_DEBUG0(m) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1250 #define CTP_TRACE_DEBUG1(m,p1) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1251 #define CTP_TRACE_DEBUG2(m,p1,p2) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1252 #define CTP_TRACE_DEBUG3(m,p1,p2,p3) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1253 #define CTP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1254 #define CTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1255 #define CTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1259 #define HIDH_TRACE_ERROR0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1260 #define HIDH_TRACE_ERROR1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1261 #define HIDH_TRACE_ERROR2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1262 #define HIDH_TRACE_ERROR3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1263 #define HIDH_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1264 #define HIDH_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1265 #define HIDH_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1267 #define HIDH_TRACE_WARNING0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1268 #define HIDH_TRACE_WARNING1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1269 #define HIDH_TRACE_WARNING2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1270 #define HIDH_TRACE_WARNING3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1271 #define HIDH_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1272 #define HIDH_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1273 #define HIDH_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1275 #define HIDH_TRACE_API0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1276 #define HIDH_TRACE_API1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1277 #define HIDH_TRACE_API2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1278 #define HIDH_TRACE_API3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1279 #define HIDH_TRACE_API4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1280 #define HIDH_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1281 #define HIDH_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1283 #define HIDH_TRACE_EVENT0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1284 #define HIDH_TRACE_EVENT1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1285 #define HIDH_TRACE_EVENT2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1286 #define HIDH_TRACE_EVENT3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1287 #define HIDH_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1288 #define HIDH_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1289 #define HIDH_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1291 #define HIDH_TRACE_DEBUG0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1292 #define HIDH_TRACE_DEBUG1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1293 #define HIDH_TRACE_DEBUG2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1294 #define HIDH_TRACE_DEBUG3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1295 #define HIDH_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1296 #define HIDH_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1297 #define HIDH_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1300 #define HIDD_TRACE_ERROR0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1301 #define HIDD_TRACE_ERROR1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1302 #define HIDD_TRACE_ERROR2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1303 #define HIDD_TRACE_ERROR3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1304 #define HIDD_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1305 #define HIDD_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1306 #define HIDD_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1308 #define HIDD_TRACE_WARNING0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1309 #define HIDD_TRACE_WARNING1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1310 #define HIDD_TRACE_WARNING2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1311 #define HIDD_TRACE_WARNING3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1312 #define HIDD_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1313 #define HIDD_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1314 #define HIDD_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1316 #define HIDD_TRACE_API0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1317 #define HIDD_TRACE_API1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1318 #define HIDD_TRACE_API2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1319 #define HIDD_TRACE_API3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1320 #define HIDD_TRACE_API4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1321 #define HIDD_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1322 #define HIDD_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1324 #define HIDD_TRACE_EVENT0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1325 #define HIDD_TRACE_EVENT1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1326 #define HIDD_TRACE_EVENT2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1327 #define HIDD_TRACE_EVENT3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1328 #define HIDD_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1329 #define HIDD_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1330 #define HIDD_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1332 #define HIDD_TRACE_DEBUG0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1333 #define HIDD_TRACE_DEBUG1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1334 #define HIDD_TRACE_DEBUG2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1335 #define HIDD_TRACE_DEBUG3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1336 #define HIDD_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1337 #define HIDD_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1338 #define HIDD_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1341 #define HSP2_TRACE_ERROR0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1342 #define HSP2_TRACE_ERROR1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1343 #define HSP2_TRACE_ERROR2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1344 #define HSP2_TRACE_ERROR3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1345 #define HSP2_TRACE_ERROR4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1346 #define HSP2_TRACE_ERROR5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1347 #define HSP2_TRACE_ERROR6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1349 #define HSP2_TRACE_WARNING0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1350 #define HSP2_TRACE_WARNING1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1351 #define HSP2_TRACE_WARNING2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1352 #define HSP2_TRACE_WARNING3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1353 #define HSP2_TRACE_WARNING4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1354 #define HSP2_TRACE_WARNING5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1355 #define HSP2_TRACE_WARNING6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1357 #define HSP2_TRACE_API0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1358 #define HSP2_TRACE_API1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1359 #define HSP2_TRACE_API2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1360 #define HSP2_TRACE_API3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1361 #define HSP2_TRACE_API4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1362 #define HSP2_TRACE_API5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1363 #define HSP2_TRACE_API6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1365 #define HSP2_TRACE_EVENT0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1366 #define HSP2_TRACE_EVENT1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1367 #define HSP2_TRACE_EVENT2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1368 #define HSP2_TRACE_EVENT3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1369 #define HSP2_TRACE_EVENT4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1370 #define HSP2_TRACE_EVENT5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1371 #define HSP2_TRACE_EVENT6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1373 #define HSP2_TRACE_DEBUG0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1374 #define HSP2_TRACE_DEBUG1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1375 #define HSP2_TRACE_DEBUG2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1376 #define HSP2_TRACE_DEBUG3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1377 #define HSP2_TRACE_DEBUG4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1378 #define HSP2_TRACE_DEBUG5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1379 #define HSP2_TRACE_DEBUG6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1383 #define NFC_TRACE_ERROR0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1384 #define NFC_TRACE_ERROR1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1385 #define NFC_TRACE_ERROR2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1386 #define NFC_TRACE_ERROR3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1387 #define NFC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1388 #define NFC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1389 #define NFC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1391 #define NFC_TRACE_WARNING0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1392 #define NFC_TRACE_WARNING1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1393 #define NFC_TRACE_WARNING2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1394 #define NFC_TRACE_WARNING3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1395 #define NFC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1396 #define NFC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1397 #define NFC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1399 #define NFC_TRACE_API0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1400 #define NFC_TRACE_API1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1401 #define NFC_TRACE_API2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1402 #define NFC_TRACE_API3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1403 #define NFC_TRACE_API4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1404 #define NFC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1405 #define NFC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1407 #define NFC_TRACE_EVENT0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1408 #define NFC_TRACE_EVENT1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1409 #define NFC_TRACE_EVENT2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1410 #define NFC_TRACE_EVENT3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1411 #define NFC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1412 #define NFC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1413 #define NFC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1415 #define NFC_TRACE_DEBUG0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1416 #define NFC_TRACE_DEBUG1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1417 #define NFC_TRACE_DEBUG2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1418 #define NFC_TRACE_DEBUG3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1419 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1420 #define NFC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1421 #define NFC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1423 #define NCI_TRACE_ERROR0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1424 #define NCI_TRACE_ERROR1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1425 #define NCI_TRACE_ERROR2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1426 #define NCI_TRACE_ERROR3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1427 #define NCI_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1428 #define NCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1429 #define NCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1431 #define NCI_TRACE_WARNING0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1432 #define NCI_TRACE_WARNING1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1433 #define NCI_TRACE_WARNING2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1434 #define NCI_TRACE_WARNING3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1435 #define NCI_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1436 #define NCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1437 #define NCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1439 #define NCI_TRACE_API0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1440 #define NCI_TRACE_API1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1441 #define NCI_TRACE_API2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1442 #define NCI_TRACE_API3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1443 #define NCI_TRACE_API4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1444 #define NCI_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1445 #define NCI_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1447 #define NCI_TRACE_EVENT0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1448 #define NCI_TRACE_EVENT1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1449 #define NCI_TRACE_EVENT2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1450 #define NCI_TRACE_EVENT3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1451 #define NCI_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1452 #define NCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1453 #define NCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1455 #define NCI_TRACE_DEBUG0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1456 #define NCI_TRACE_DEBUG1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1457 #define NCI_TRACE_DEBUG2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1458 #define NCI_TRACE_DEBUG3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1459 #define NCI_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1460 #define NCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1461 #define NCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1463 #define RW_TRACE_ERROR0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1464 #define RW_TRACE_ERROR1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1465 #define RW_TRACE_ERROR2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1466 #define RW_TRACE_ERROR3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1467 #define RW_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1468 #define RW_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1469 #define RW_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1471 #define RW_TRACE_WARNING0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1472 #define RW_TRACE_WARNING1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1473 #define RW_TRACE_WARNING2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1474 #define RW_TRACE_WARNING3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1475 #define RW_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1476 #define RW_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1477 #define RW_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1479 #define RW_TRACE_API0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1480 #define RW_TRACE_API1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1481 #define RW_TRACE_API2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1482 #define RW_TRACE_API3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1483 #define RW_TRACE_API4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1484 #define RW_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1485 #define RW_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1487 #define RW_TRACE_EVENT0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1488 #define RW_TRACE_EVENT1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1489 #define RW_TRACE_EVENT2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1490 #define RW_TRACE_EVENT3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1491 #define RW_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1492 #define RW_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1493 #define RW_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1495 #define RW_TRACE_DEBUG0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1496 #define RW_TRACE_DEBUG1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1497 #define RW_TRACE_DEBUG2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1498 #define RW_TRACE_DEBUG3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1499 #define RW_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1500 #define RW_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1501 #define RW_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1503 #define CE_TRACE_ERROR0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1504 #define CE_TRACE_ERROR1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1505 #define CE_TRACE_ERROR2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1506 #define CE_TRACE_ERROR3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1507 #define CE_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1508 #define CE_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1509 #define CE_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1511 #define CE_TRACE_WARNING0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1512 #define CE_TRACE_WARNING1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1513 #define CE_TRACE_WARNING2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1514 #define CE_TRACE_WARNING3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1515 #define CE_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1516 #define CE_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1517 #define CE_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1519 #define CE_TRACE_API0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1520 #define CE_TRACE_API1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1521 #define CE_TRACE_API2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1522 #define CE_TRACE_API3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1523 #define CE_TRACE_API4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1524 #define CE_TRACE_API5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1525 #define CE_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1527 #define CE_TRACE_EVENT0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1528 #define CE_TRACE_EVENT1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1529 #define CE_TRACE_EVENT2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1530 #define CE_TRACE_EVENT3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1531 #define CE_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1532 #define CE_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1533 #define CE_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1535 #define CE_TRACE_DEBUG0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1536 #define CE_TRACE_DEBUG1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1537 #define CE_TRACE_DEBUG2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1538 #define CE_TRACE_DEBUG3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1539 #define CE_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1540 #define CE_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1541 #define CE_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1543 #define NDEF_TRACE_ERROR0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1544 #define NDEF_TRACE_ERROR1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1545 #define NDEF_TRACE_ERROR2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1546 #define NDEF_TRACE_ERROR3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1547 #define NDEF_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1548 #define NDEF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1549 #define NDEF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1551 #define NDEF_TRACE_WARNING0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1552 #define NDEF_TRACE_WARNING1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1553 #define NDEF_TRACE_WARNING2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1554 #define NDEF_TRACE_WARNING3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1555 #define NDEF_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1556 #define NDEF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1557 #define NDEF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1559 #define NDEF_TRACE_API0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1560 #define NDEF_TRACE_API1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1561 #define NDEF_TRACE_API2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1562 #define NDEF_TRACE_API3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1563 #define NDEF_TRACE_API4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1564 #define NDEF_TRACE_API5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1565 #define NDEF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1567 #define NDEF_TRACE_EVENT0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1568 #define NDEF_TRACE_EVENT1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1569 #define NDEF_TRACE_EVENT2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1570 #define NDEF_TRACE_EVENT3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1571 #define NDEF_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1572 #define NDEF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1573 #define NDEF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1575 #define NDEF_TRACE_DEBUG0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1576 #define NDEF_TRACE_DEBUG1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1577 #define NDEF_TRACE_DEBUG2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1578 #define NDEF_TRACE_DEBUG3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1579 #define NDEF_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1580 #define NDEF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1581 #define NDEF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1585 #define NFA_TRACE_ERROR0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1586 #define NFA_TRACE_ERROR1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1587 #define NFA_TRACE_ERROR2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1588 #define NFA_TRACE_ERROR3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1589 #define NFA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1590 #define NFA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1591 #define NFA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1593 #define NFA_TRACE_WARNING0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1594 #define NFA_TRACE_WARNING1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1595 #define NFA_TRACE_WARNING2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1596 #define NFA_TRACE_WARNING3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1597 #define NFA_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1598 #define NFA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1599 #define NFA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1601 #define NFA_TRACE_API0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1602 #define NFA_TRACE_API1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1603 #define NFA_TRACE_API2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1604 #define NFA_TRACE_API3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1605 #define NFA_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1606 #define NFA_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1607 #define NFA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1609 #define NFA_TRACE_EVENT0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1610 #define NFA_TRACE_EVENT1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1611 #define NFA_TRACE_EVENT2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1612 #define NFA_TRACE_EVENT3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1613 #define NFA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1614 #define NFA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1615 #define NFA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1617 #define NFA_TRACE_DEBUG0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1618 #define NFA_TRACE_DEBUG1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1619 #define NFA_TRACE_DEBUG2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1620 #define NFA_TRACE_DEBUG3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1621 #define NFA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1622 #define NFA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1623 #define NFA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1625 #define MMI_TRACE_0(m) argument
1626 #define MMI_TRACE_1(m,p1) argument
1627 #define MMI_TRACE_2(m,p1,p2) argument
1628 #define MMI_TRACE_3(m,p1,p2,p3) argument
1629 #define MMI_TRACE_4(m,p1,p2,p3,p4) argument
1630 #define MMI_TRACE_5(m,p1,p2,p3,p4,p5) argument
1631 #define MMI_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
1633 #define MMI_DEBUG_0(m) BT_TRACE_0(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m) argument
1634 #define MMI_DEBUG_1(m,p1) BT_TRACE_1(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1) argument
1635 #define MMI_DEBUG_2(m,p1,p2) BT_TRACE_2(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1636 #define MMI_DEBUG_3(m,p1,p2,p3) BT_TRACE_3(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1637 #define MMI_DEBUG_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1638 #define MMI_DEBUG_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1639 #define MMI_DEBUG_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1641 #define MMI_WARNING_0(m) BT_TRACE_0(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m) argument
1642 #define MMI_WARNING_1(m,p1) BT_TRACE_1(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1643 #define MMI_WARNING_2(m,p1,p2) BT_TRACE_2(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1644 #define MMI_WARNING_3(m,p1,p2,p3) BT_TRACE_3(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1645 #define MMI_WARNING_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1646 #define MMI_WARNING_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1647 #define MMI_WARNING_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1649 #define MMI_ERROR_0(m) BT_TRACE_0(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m) argument
1650 #define MMI_ERROR_1(m,p1) BT_TRACE_1(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1) argument
1651 #define MMI_ERROR_2(m,p1,p2) BT_TRACE_2(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1652 #define MMI_ERROR_3(m,p1,p2,p3) BT_TRACE_3(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1653 #define MMI_ERROR_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1654 #define MMI_ERROR_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1655 #define MMI_ERROR_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1657 #define TAK_TRACE_0(m) MMI_Echo(m) argument
1661 #define MSKB_TRACE_0(m) MMI_Echo(m) argument
1662 #define MSKB_TRACE_1(m,p1) MMI_Echo(m,p1) argument
1663 #define MSKB_TRACE_2(m,p1,p2) MMI_Echo(m,p1,p2) argument
1664 #define MSKB_TRACE_3(m,p1,p2,p3) MMI_Echo(m,p1,p2,p3) argument
1665 #define MSKB_TRACE_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1666 #define MSKB_TRACE_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1667 #define MSKB_TRACE_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1669 #define MSKB_DEBUG_0(m) MMI_Echo(m) argument
1670 #define MSKB_DEBUG_1(m,p1) MMI_Echo(m,p1) argument
1671 #define MSKB_DEBUG_2(m,p1,p2) MMI_Echo(m,p1,p2) argument
1672 #define MSKB_DEBUG_3(m,p1,p2,p3) MMI_Echo(m,p1,p2,p3) argument
1673 #define MSKB_DEBUG_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1674 #define MSKB_DEBUG_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1675 #define MSKB_DEBUG_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1677 #define MSKB_ERROR_0(m) MMI_Echo(m) argument
1678 #define MSKB_ERROR_1(m,p1) MMI_Echo(m,p1) argument
1679 #define MSKB_ERROR_2(m,p1,p2) MMI_Echo(m,p1,p2) argument
1680 #define MSKB_ERROR_3(m,p1,p2,p3) MMI_Echo(m,p1,p2,p3) argument
1681 #define MSKB_ERROR_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1682 #define MSKB_ERROR_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1683 #define MSKB_ERROR_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1687 #define DUN_TRACE_ERROR0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1688 #define DUN_TRACE_ERROR1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1689 #define DUN_TRACE_ERROR2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1690 #define DUN_TRACE_ERROR3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1691 #define DUN_TRACE_ERROR4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1692 #define DUN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1693 #define DUN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1695 #define DUN_TRACE_WARNING0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1696 #define DUN_TRACE_WARNING1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1697 #define DUN_TRACE_WARNING2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1698 #define DUN_TRACE_WARNING3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1699 #define DUN_TRACE_WARNING4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1700 #define DUN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1701 #define DUN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1703 #define DUN_TRACE_API0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1704 #define DUN_TRACE_API1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1705 #define DUN_TRACE_API2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1706 #define DUN_TRACE_API3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1707 #define DUN_TRACE_API4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1708 #define DUN_TRACE_API5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1709 #define DUN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1711 #define DUN_TRACE_EVENT0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1712 #define DUN_TRACE_EVENT1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1713 #define DUN_TRACE_EVENT2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1714 #define DUN_TRACE_EVENT3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1715 #define DUN_TRACE_EVENT4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1716 #define DUN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1717 #define DUN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1719 #define DUN_TRACE_DEBUG0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1720 #define DUN_TRACE_DEBUG1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1721 #define DUN_TRACE_DEBUG2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1722 #define DUN_TRACE_DEBUG3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1723 #define DUN_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1724 #define DUN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1725 #define DUN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1729 #define HCRP_TRACE_ERROR0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1730 #define HCRP_TRACE_ERROR1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1731 #define HCRP_TRACE_ERROR2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1732 #define HCRP_TRACE_ERROR3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1733 #define HCRP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1734 #define HCRP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1735 #define HCRP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1737 #define HCRP_TRACE_WARNING0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1738 #define HCRP_TRACE_WARNING1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1739 #define HCRP_TRACE_WARNING2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1740 #define HCRP_TRACE_WARNING3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1741 #define HCRP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1742 #define HCRP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1743 #define HCRP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1745 #define HCRP_TRACE_API0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1746 #define HCRP_TRACE_API1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1747 #define HCRP_TRACE_API2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1748 #define HCRP_TRACE_API3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1749 #define HCRP_TRACE_API4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1750 #define HCRP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1751 #define HCRP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1753 #define HCRP_TRACE_EVENT0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1754 #define HCRP_TRACE_EVENT1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1755 #define HCRP_TRACE_EVENT2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1756 #define HCRP_TRACE_EVENT3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1757 #define HCRP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1758 #define HCRP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1759 #define HCRP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1761 #define HCRP_TRACE_DEBUG0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1762 #define HCRP_TRACE_DEBUG1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1763 #define HCRP_TRACE_DEBUG2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1764 #define HCRP_TRACE_DEBUG3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1765 #define HCRP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1766 #define HCRP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1767 #define HCRP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1771 #define HCRPM_TRACE_ERROR0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1772 #define HCRPM_TRACE_ERROR1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1773 #define HCRPM_TRACE_ERROR2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1774 #define HCRPM_TRACE_ERROR3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1775 #define HCRPM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1776 #define HCRPM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1777 #define HCRPM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1779 #define HCRPM_TRACE_WARNING0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1780 #define HCRPM_TRACE_WARNING1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1781 #define HCRPM_TRACE_WARNING2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1782 #define HCRPM_TRACE_WARNING3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1783 #define HCRPM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1784 #define HCRPM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1785 #define HCRPM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1787 #define HCRPM_TRACE_API0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1788 #define HCRPM_TRACE_API1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1789 #define HCRPM_TRACE_API2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1790 #define HCRPM_TRACE_API3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1791 #define HCRPM_TRACE_API4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1792 #define HCRPM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1793 #define HCRPM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1795 #define HCRPM_TRACE_EVENT0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1796 #define HCRPM_TRACE_EVENT1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1797 #define HCRPM_TRACE_EVENT2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1798 #define HCRPM_TRACE_EVENT3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1799 #define HCRPM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1800 #define HCRPM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1801 #define HCRPM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1803 #define HCRPM_TRACE_DEBUG0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1804 #define HCRPM_TRACE_DEBUG1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1805 #define HCRPM_TRACE_DEBUG2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1806 #define HCRPM_TRACE_DEBUG3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1807 #define HCRPM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1808 #define HCRPM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1809 #define HCRPM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1813 #define RPC_TRACE_ERROR0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1814 #define RPC_TRACE_ERROR1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1816 #define RPC_TRACE_ERROR2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1818 #define RPC_TRACE_ERROR3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1820 #define RPC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1822 #define RPC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1824 #define RPC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1827 #define RPC_TRACE_WARNING0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1828 #define RPC_TRACE_WARNING1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1830 #define RPC_TRACE_WARNING2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1832 #define RPC_TRACE_WARNING3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1834 #define RPC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1836 #define RPC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1838 #define RPC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1841 #define RPC_TRACE_API0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1842 #define RPC_TRACE_API1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1844 #define RPC_TRACE_API2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1846 #define RPC_TRACE_API3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1848 #define RPC_TRACE_API4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1850 #define RPC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1852 #define RPC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1855 #define RPC_TRACE_EVENT0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1856 #define RPC_TRACE_EVENT1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1858 #define RPC_TRACE_EVENT2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1860 #define RPC_TRACE_EVENT3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1862 #define RPC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1864 #define RPC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1866 #define RPC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1869 #define RPC_TRACE_DEBUG0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1870 #define RPC_TRACE_DEBUG1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1872 #define RPC_TRACE_DEBUG2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1874 #define RPC_TRACE_DEBUG3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1876 #define RPC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1878 #define RPC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1880 #define RPC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1885 #define BNEP_TRACE_ERROR0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1886 #define BNEP_TRACE_ERROR1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1887 #define BNEP_TRACE_ERROR2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1888 #define BNEP_TRACE_ERROR3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1889 #define BNEP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1890 #define BNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1891 #define BNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1893 #define BNEP_TRACE_WARNING0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1894 #define BNEP_TRACE_WARNING1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1895 #define BNEP_TRACE_WARNING2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1896 #define BNEP_TRACE_WARNING3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1897 #define BNEP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1898 #define BNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1899 #define BNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1901 #define BNEP_TRACE_API0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1902 #define BNEP_TRACE_API1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1903 #define BNEP_TRACE_API2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1904 #define BNEP_TRACE_API3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1905 #define BNEP_TRACE_API4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1906 #define BNEP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1907 #define BNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1909 #define BNEP_TRACE_EVENT0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1910 #define BNEP_TRACE_EVENT1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1911 #define BNEP_TRACE_EVENT2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1912 #define BNEP_TRACE_EVENT3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1913 #define BNEP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1914 #define BNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1915 #define BNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1917 #define BNEP_TRACE_DEBUG0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1918 #define BNEP_TRACE_DEBUG1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1919 #define BNEP_TRACE_DEBUG2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1920 #define BNEP_TRACE_DEBUG3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1921 #define BNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1922 #define BNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1923 #define BNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1927 #define PAN_TRACE_ERROR0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1928 #define PAN_TRACE_ERROR1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1929 #define PAN_TRACE_ERROR2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1930 #define PAN_TRACE_ERROR3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1931 #define PAN_TRACE_ERROR4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1932 #define PAN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1933 #define PAN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1935 #define PAN_TRACE_WARNING0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1936 #define PAN_TRACE_WARNING1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1937 #define PAN_TRACE_WARNING2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1938 #define PAN_TRACE_WARNING3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1939 #define PAN_TRACE_WARNING4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1940 #define PAN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1941 #define PAN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1943 #define PAN_TRACE_API0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1944 #define PAN_TRACE_API1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1945 #define PAN_TRACE_API2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1946 #define PAN_TRACE_API3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1947 #define PAN_TRACE_API4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1948 #define PAN_TRACE_API5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1949 #define PAN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1951 #define PAN_TRACE_EVENT0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1952 #define PAN_TRACE_EVENT1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1953 #define PAN_TRACE_EVENT2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1954 #define PAN_TRACE_EVENT3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1955 #define PAN_TRACE_EVENT4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1956 #define PAN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1957 #define PAN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1959 #define PAN_TRACE_DEBUG0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1960 #define PAN_TRACE_DEBUG1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1961 #define PAN_TRACE_DEBUG2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1962 #define PAN_TRACE_DEBUG3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1963 #define PAN_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1964 #define PAN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1965 #define PAN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1969 #define SAP_TRACE_ERROR0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1970 #define SAP_TRACE_ERROR1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1971 #define SAP_TRACE_ERROR2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1972 #define SAP_TRACE_ERROR3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1973 #define SAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1974 #define SAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1975 #define SAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1977 #define SAP_TRACE_WARNING0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1978 #define SAP_TRACE_WARNING1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1979 #define SAP_TRACE_WARNING2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1980 #define SAP_TRACE_WARNING3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1981 #define SAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1982 #define SAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1983 #define SAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1985 #define SAP_TRACE_API0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1986 #define SAP_TRACE_API1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1987 #define SAP_TRACE_API2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1988 #define SAP_TRACE_API3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1989 #define SAP_TRACE_API4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1990 #define SAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1991 #define SAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1993 #define SAP_TRACE_EVENT0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1994 #define SAP_TRACE_EVENT1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1995 #define SAP_TRACE_EVENT2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1996 #define SAP_TRACE_EVENT3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1997 #define SAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1998 #define SAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1999 #define SAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2001 #define SAP_TRACE_DEBUG0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2002 #define SAP_TRACE_DEBUG1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2003 #define SAP_TRACE_DEBUG2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2004 #define SAP_TRACE_DEBUG3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2005 #define SAP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2006 #define SAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2007 #define SAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2011 #define OPP_TRACE_ERROR0(m) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2012 #define OPP_TRACE_ERROR1(m,p1) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2013 #define OPP_TRACE_ERROR2(m,p1,p2) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2014 #define OPP_TRACE_ERROR3(m,p1,p2,p3) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2015 #define OPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2016 #define OPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2017 #define OPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2019 #define OPP_TRACE_WARNING0(m) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2020 #define OPP_TRACE_WARNING1(m,p1) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2021 #define OPP_TRACE_WARNING2(m,p1,p2) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2022 #define OPP_TRACE_WARNING3(m,p1,p2,p3) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2023 #define OPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2024 #define OPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2025 #define OPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2027 #define OPP_TRACE_EVENT0(m) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2028 #define OPP_TRACE_EVENT1(m,p1) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2029 #define OPP_TRACE_EVENT2(m,p1,p2) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2030 #define OPP_TRACE_EVENT3(m,p1,p2,p3) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2031 #define OPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2032 #define OPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2033 #define OPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2035 #define OPP_TRACE_DEBUG0(m) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2036 #define OPP_TRACE_DEBUG1(m,p1) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2037 #define OPP_TRACE_DEBUG2(m,p1,p2) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2038 #define OPP_TRACE_DEBUG3(m,p1,p2,p3) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2039 #define OPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2040 #define OPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2041 #define OPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2045 #define FTP_TRACE_ERROR0(m) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2046 #define FTP_TRACE_ERROR1(m,p1) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2047 #define FTP_TRACE_ERROR2(m,p1,p2) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2048 #define FTP_TRACE_ERROR3(m,p1,p2,p3) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2049 #define FTP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2050 #define FTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2051 #define FTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2053 #define FTP_TRACE_WARNING0(m) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2054 #define FTP_TRACE_WARNING1(m,p1) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2055 #define FTP_TRACE_WARNING2(m,p1,p2) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2056 #define FTP_TRACE_WARNING3(m,p1,p2,p3) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2057 #define FTP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2058 #define FTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2059 #define FTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2061 #define FTP_TRACE_EVENT0(m) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2062 #define FTP_TRACE_EVENT1(m,p1) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2063 #define FTP_TRACE_EVENT2(m,p1,p2) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2064 #define FTP_TRACE_EVENT3(m,p1,p2,p3) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2065 #define FTP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2066 #define FTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2067 #define FTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2069 #define FTP_TRACE_DEBUG0(m) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2070 #define FTP_TRACE_DEBUG1(m,p1) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2071 #define FTP_TRACE_DEBUG2(m,p1,p2) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2072 #define FTP_TRACE_DEBUG3(m,p1,p2,p3) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2073 #define FTP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2074 #define FTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2075 #define FTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2079 #define A2D_TRACE_ERROR0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2080 #define A2D_TRACE_ERROR1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2081 #define A2D_TRACE_ERROR2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2082 #define A2D_TRACE_ERROR3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2083 #define A2D_TRACE_ERROR4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2084 #define A2D_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2085 #define A2D_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2087 #define A2D_TRACE_WARNING0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2088 #define A2D_TRACE_WARNING1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2089 #define A2D_TRACE_WARNING2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2090 #define A2D_TRACE_WARNING3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2091 #define A2D_TRACE_WARNING4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2092 #define A2D_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2093 #define A2D_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2095 #define A2D_TRACE_EVENT0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2096 #define A2D_TRACE_EVENT1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2097 #define A2D_TRACE_EVENT2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2098 #define A2D_TRACE_EVENT3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2099 #define A2D_TRACE_EVENT4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2100 #define A2D_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2101 #define A2D_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2103 #define A2D_TRACE_DEBUG0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2104 #define A2D_TRACE_DEBUG1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2105 #define A2D_TRACE_DEBUG2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2106 #define A2D_TRACE_DEBUG3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2107 #define A2D_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2108 #define A2D_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2109 #define A2D_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2111 #define A2D_TRACE_API0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2112 #define A2D_TRACE_API1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2113 #define A2D_TRACE_API2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2114 #define A2D_TRACE_API3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2115 #define A2D_TRACE_API4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2116 #define A2D_TRACE_API5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2117 #define A2D_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2121 #define VDP_TRACE_ERROR0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2122 #define VDP_TRACE_ERROR1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2123 #define VDP_TRACE_ERROR2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2124 #define VDP_TRACE_ERROR3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2125 #define VDP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2126 #define VDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2127 #define VDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2129 #define VDP_TRACE_WARNING0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2130 #define VDP_TRACE_WARNING1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2131 #define VDP_TRACE_WARNING2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2132 #define VDP_TRACE_WARNING3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2133 #define VDP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2134 #define VDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2135 #define VDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2137 #define VDP_TRACE_EVENT0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2138 #define VDP_TRACE_EVENT1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2139 #define VDP_TRACE_EVENT2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2140 #define VDP_TRACE_EVENT3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2141 #define VDP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2142 #define VDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2143 #define VDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2145 #define VDP_TRACE_DEBUG0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2146 #define VDP_TRACE_DEBUG1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2147 #define VDP_TRACE_DEBUG2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2148 #define VDP_TRACE_DEBUG3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2149 #define VDP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2150 #define VDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2151 #define VDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2153 #define VDP_TRACE_API0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2154 #define VDP_TRACE_API1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2155 #define VDP_TRACE_API2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2156 #define VDP_TRACE_API3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2157 #define VDP_TRACE_API4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2158 #define VDP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2159 #define VDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2164 #define LMP_TRACE_ERROR0(m) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2165 #define LMP_TRACE_ERROR1(m,p1) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2166 #define LMP_TRACE_ERROR2(m,p1,p2) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2167 #define LMP_TRACE_ERROR3(m,p1,p2,p3) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2168 #define LMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2169 #define LMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2170 #define LMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2172 #define LMP_TRACE_WARNING0(m) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2173 #define LMP_TRACE_WARNING1(m,p1) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2174 #define LMP_TRACE_WARNING2(m,p1,p2) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2175 #define LMP_TRACE_WARNING3(m,p1,p2,p3) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2176 #define LMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2177 #define LMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2178 #define LMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2180 #define LMP_TRACE_EVENT0(m) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2181 #define LMP_TRACE_EVENT1(m,p1) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2182 #define LMP_TRACE_EVENT2(m,p1,p2) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2183 #define LMP_TRACE_EVENT3(m,p1,p2,p3) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2184 #define LMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2185 #define LMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2186 #define LMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2188 #define LMP_TRACE_DEBUG0(m) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2189 #define LMP_TRACE_DEBUG1(m,p1) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2190 #define LMP_TRACE_DEBUG2(m,p1,p2) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2191 #define LMP_TRACE_DEBUG3(m,p1,p2,p3) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2192 #define LMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2193 #define LMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2194 #define LMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2198 #define LC_TRACE_ERROR0(m) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2199 #define LC_TRACE_ERROR1(m,p1) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2200 #define LC_TRACE_ERROR2(m,p1,p2) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2201 #define LC_TRACE_ERROR3(m,p1,p2,p3) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2202 #define LC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2203 #define LC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2204 #define LC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2206 #define LC_TRACE_WARNING0(m) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2207 #define LC_TRACE_WARNING1(m,p1) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2208 #define LC_TRACE_WARNING2(m,p1,p2) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2209 #define LC_TRACE_WARNING3(m,p1,p2,p3) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2210 #define LC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2211 #define LC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2212 #define LC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2214 #define LC_TRACE_EVENT0(m) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2215 #define LC_TRACE_EVENT1(m,p1) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2216 #define LC_TRACE_EVENT2(m,p1,p2) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2217 #define LC_TRACE_EVENT3(m,p1,p2,p3) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2218 #define LC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2219 #define LC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2220 #define LC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2222 #define LC_TRACE_DEBUG0(m) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2223 #define LC_TRACE_DEBUG1(m,p1) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2224 #define LC_TRACE_DEBUG2(m,p1,p2) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2225 #define LC_TRACE_DEBUG3(m,p1,p2,p3) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2226 #define LC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2227 #define LC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2231 #define SDA_TRACE_ERROR0(m) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2232 #define SDA_TRACE_ERROR1(m,p1) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2233 #define SDA_TRACE_ERROR2(m,p1,p2) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2234 #define SDA_TRACE_ERROR3(m,p1,p2,p3) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2235 #define SDA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2236 #define SDA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2237 #define SDA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2239 #define SDA_TRACE_WARNING0(m) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2240 #define SDA_TRACE_WARNING1(m,p1) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2241 #define SDA_TRACE_WARNING2(m,p1,p2) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2242 #define SDA_TRACE_WARNING3(m,p1,p2,p3) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2243 #define SDA_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2244 #define SDA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2245 #define SDA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2247 #define SDA_TRACE_EVENT0(m) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2248 #define SDA_TRACE_EVENT1(m,p1) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2249 #define SDA_TRACE_EVENT2(m,p1,p2) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2250 #define SDA_TRACE_EVENT3(m,p1,p2,p3) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2251 #define SDA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2252 #define SDA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2253 #define SDA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2255 #define SDA_TRACE_DEBUG0(m) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2256 #define SDA_TRACE_DEBUG1(m,p1) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2257 #define SDA_TRACE_DEBUG2(m,p1,p2) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2258 #define SDA_TRACE_DEBUG3(m,p1,p2,p3) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2259 #define SDA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2260 #define SDA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2261 #define SDA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2265 #define AVDT_TRACE_ERROR0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2266 #define AVDT_TRACE_ERROR1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2267 #define AVDT_TRACE_ERROR2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2268 #define AVDT_TRACE_ERROR3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2269 #define AVDT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2270 #define AVDT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2271 #define AVDT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2273 #define AVDT_TRACE_WARNING0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2274 #define AVDT_TRACE_WARNING1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2275 #define AVDT_TRACE_WARNING2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2276 #define AVDT_TRACE_WARNING3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2277 #define AVDT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2278 #define AVDT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2279 #define AVDT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2281 #define AVDT_TRACE_EVENT0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2282 #define AVDT_TRACE_EVENT1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2283 #define AVDT_TRACE_EVENT2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2284 #define AVDT_TRACE_EVENT3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2285 #define AVDT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2286 #define AVDT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2287 #define AVDT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2289 #define AVDT_TRACE_DEBUG0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2290 #define AVDT_TRACE_DEBUG1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2291 #define AVDT_TRACE_DEBUG2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2292 #define AVDT_TRACE_DEBUG3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2293 #define AVDT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2294 #define AVDT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2295 #define AVDT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2297 #define AVDT_TRACE_API0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2298 #define AVDT_TRACE_API1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2299 #define AVDT_TRACE_API2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2300 #define AVDT_TRACE_API3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2301 #define AVDT_TRACE_API4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2302 #define AVDT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2303 #define AVDT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2307 #define AVCT_TRACE_ERROR0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2308 #define AVCT_TRACE_ERROR1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2309 #define AVCT_TRACE_ERROR2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2310 #define AVCT_TRACE_ERROR3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2311 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2312 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2313 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2315 #define AVCT_TRACE_WARNING0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2316 #define AVCT_TRACE_WARNING1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2317 #define AVCT_TRACE_WARNING2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2318 #define AVCT_TRACE_WARNING3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2319 #define AVCT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2320 #define AVCT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2321 #define AVCT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2323 #define AVCT_TRACE_EVENT0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2324 #define AVCT_TRACE_EVENT1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2325 #define AVCT_TRACE_EVENT2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2326 #define AVCT_TRACE_EVENT3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2327 #define AVCT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2328 #define AVCT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2329 #define AVCT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2331 #define AVCT_TRACE_DEBUG0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2332 #define AVCT_TRACE_DEBUG1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2333 #define AVCT_TRACE_DEBUG2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2334 #define AVCT_TRACE_DEBUG3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2335 #define AVCT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2336 #define AVCT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2337 #define AVCT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2339 #define AVCT_TRACE_API0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2340 #define AVCT_TRACE_API1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2341 #define AVCT_TRACE_API2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2342 #define AVCT_TRACE_API3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2343 #define AVCT_TRACE_API4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2344 #define AVCT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2345 #define AVCT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2350 #define AVRC_TRACE_ERROR0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2351 #define AVRC_TRACE_ERROR1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2352 #define AVRC_TRACE_ERROR2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2353 #define AVRC_TRACE_ERROR3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2354 #define AVRC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2355 #define AVRC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2356 #define AVRC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2358 #define AVRC_TRACE_WARNING0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2359 #define AVRC_TRACE_WARNING1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2360 #define AVRC_TRACE_WARNING2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2361 #define AVRC_TRACE_WARNING3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2362 #define AVRC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2363 #define AVRC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2364 #define AVRC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2366 #define AVRC_TRACE_EVENT0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2367 #define AVRC_TRACE_EVENT1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2368 #define AVRC_TRACE_EVENT2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2369 #define AVRC_TRACE_EVENT3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2370 #define AVRC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2371 #define AVRC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2372 #define AVRC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2374 #define AVRC_TRACE_DEBUG0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2375 #define AVRC_TRACE_DEBUG1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2376 #define AVRC_TRACE_DEBUG2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2377 #define AVRC_TRACE_DEBUG3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2378 #define AVRC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2379 #define AVRC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2380 #define AVRC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2382 #define AVRC_TRACE_API0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2383 #define AVRC_TRACE_API1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2384 #define AVRC_TRACE_API2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2385 #define AVRC_TRACE_API3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2386 #define AVRC_TRACE_API4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2387 #define AVRC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2388 #define AVRC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2392 #define MCA_TRACE_ERROR0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2393 #define MCA_TRACE_ERROR1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2394 #define MCA_TRACE_ERROR2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2395 #define MCA_TRACE_ERROR3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2396 #define MCA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2397 #define MCA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2398 #define MCA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2400 #define MCA_TRACE_WARNING0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2401 #define MCA_TRACE_WARNING1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2402 #define MCA_TRACE_WARNING2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2403 #define MCA_TRACE_WARNING3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2404 #define MCA_TRACE_WARNING4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2405 #define MCA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2406 #define MCA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2408 #define MCA_TRACE_EVENT0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2409 #define MCA_TRACE_EVENT1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2410 #define MCA_TRACE_EVENT2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2411 #define MCA_TRACE_EVENT3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2412 #define MCA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2413 #define MCA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2414 #define MCA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2416 #define MCA_TRACE_DEBUG0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2417 #define MCA_TRACE_DEBUG1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2418 #define MCA_TRACE_DEBUG2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2419 #define MCA_TRACE_DEBUG3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2420 #define MCA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2421 #define MCA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2422 #define MCA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2424 #define MCA_TRACE_API0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2425 #define MCA_TRACE_API1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2426 #define MCA_TRACE_API2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2427 #define MCA_TRACE_API3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2428 #define MCA_TRACE_API4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2429 #define MCA_TRACE_API5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2430 #define MCA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2434 #define AMP_TRACE_ERROR0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2435 #define AMP_TRACE_ERROR1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2436 #define AMP_TRACE_ERROR2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2437 #define AMP_TRACE_ERROR3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2438 #define AMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2439 #define AMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2440 #define AMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2442 #define AMP_TRACE_WARNING0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2443 #define AMP_TRACE_WARNING1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2444 #define AMP_TRACE_WARNING2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2445 #define AMP_TRACE_WARNING3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2446 #define AMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2447 #define AMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2448 #define AMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2450 #define AMP_TRACE_API0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2451 #define AMP_TRACE_API1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2452 #define AMP_TRACE_API2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2453 #define AMP_TRACE_API3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2454 #define AMP_TRACE_API4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2455 #define AMP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2456 #define AMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2458 #define AMP_TRACE_EVENT0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2459 #define AMP_TRACE_EVENT1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2460 #define AMP_TRACE_EVENT2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2461 #define AMP_TRACE_EVENT3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2462 #define AMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2463 #define AMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2464 #define AMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2466 #define AMP_TRACE_DEBUG0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2467 #define AMP_TRACE_DEBUG1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2468 #define AMP_TRACE_DEBUG2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2469 #define AMP_TRACE_DEBUG3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2470 #define AMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2471 #define AMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2472 #define AMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2476 #define GATT_TRACE_ERROR0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2477 #define GATT_TRACE_ERROR1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2478 #define GATT_TRACE_ERROR2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2479 #define GATT_TRACE_ERROR3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2480 #define GATT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2481 #define GATT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2482 #define GATT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2484 #define GATT_TRACE_WARNING0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2485 #define GATT_TRACE_WARNING1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2486 #define GATT_TRACE_WARNING2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2487 #define GATT_TRACE_WARNING3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2488 #define GATT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2489 #define GATT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2490 #define GATT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2492 #define GATT_TRACE_API0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2493 #define GATT_TRACE_API1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2494 #define GATT_TRACE_API2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2495 #define GATT_TRACE_API3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2496 #define GATT_TRACE_API4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2497 #define GATT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2498 #define GATT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2500 #define GATT_TRACE_EVENT0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2501 #define GATT_TRACE_EVENT1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2502 #define GATT_TRACE_EVENT2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2503 #define GATT_TRACE_EVENT3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2504 #define GATT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2505 #define GATT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2506 #define GATT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2508 #define GATT_TRACE_DEBUG0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2509 #define GATT_TRACE_DEBUG1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2510 #define GATT_TRACE_DEBUG2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2511 #define GATT_TRACE_DEBUG3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2512 #define GATT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2513 #define GATT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2514 #define GATT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2518 #define SMP_TRACE_ERROR0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2519 #define SMP_TRACE_ERROR1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2520 #define SMP_TRACE_ERROR2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2521 #define SMP_TRACE_ERROR3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2522 #define SMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2523 #define SMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2524 #define SMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2526 #define SMP_TRACE_WARNING0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2527 #define SMP_TRACE_WARNING1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2528 #define SMP_TRACE_WARNING2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2529 #define SMP_TRACE_WARNING3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2530 #define SMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2531 #define SMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2532 #define SMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2534 #define SMP_TRACE_API0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2535 #define SMP_TRACE_API1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2536 #define SMP_TRACE_API2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2537 #define SMP_TRACE_API3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2538 #define SMP_TRACE_API4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2539 #define SMP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2540 #define SMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2542 #define SMP_TRACE_EVENT0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2543 #define SMP_TRACE_EVENT1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2544 #define SMP_TRACE_EVENT2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2545 #define SMP_TRACE_EVENT3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2546 #define SMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2547 #define SMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2548 #define SMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2550 #define SMP_TRACE_DEBUG0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2551 #define SMP_TRACE_DEBUG1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2552 #define SMP_TRACE_DEBUG2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2553 #define SMP_TRACE_DEBUG3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2554 #define SMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2555 #define SMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2556 #define SMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2561 #define BT_TRACE_0(l,t,m) argument
2562 #define BT_TRACE_1(l,t,m,p1) argument
2563 #define BT_TRACE_2(l,t,m,p1,p2) argument
2564 #define BT_TRACE_3(l,t,m,p1,p2,p3) argument
2565 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) argument
2566 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) argument
2567 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) argument
2569 #define BT_ERROR_TRACE_0(l,m) argument
2570 #define BT_ERROR_TRACE_1(l,m,p1) argument
2571 #define BT_ERROR_TRACE_2(l,m,p1,p2) argument
2572 #define BT_ERROR_TRACE_3(l,m,p1,p2,p3) argument
2576 #define HCI_TRACE_ERROR0(m) argument
2577 #define HCI_TRACE_ERROR1(m,p1) argument
2578 #define HCI_TRACE_ERROR2(m,p1,p2) argument
2579 #define HCI_TRACE_ERROR3(m,p1,p2,p3) argument
2580 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2581 #define HCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2582 #define HCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2584 #define HCI_TRACE_WARNING0(m) argument
2585 #define HCI_TRACE_WARNING1(m,p1) argument
2586 #define HCI_TRACE_WARNING2(m,p1,p2) argument
2587 #define HCI_TRACE_WARNING3(m,p1,p2,p3) argument
2588 #define HCI_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2589 #define HCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2590 #define HCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2592 #define HCI_TRACE_EVENT0(m) argument
2593 #define HCI_TRACE_EVENT1(m,p1) argument
2594 #define HCI_TRACE_EVENT2(m,p1,p2) argument
2595 #define HCI_TRACE_EVENT3(m,p1,p2,p3) argument
2596 #define HCI_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2597 #define HCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2598 #define HCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2600 #define HCI_TRACE_DEBUG0(m) argument
2601 #define HCI_TRACE_DEBUG1(m,p1) argument
2602 #define HCI_TRACE_DEBUG2(m,p1,p2) argument
2603 #define HCI_TRACE_DEBUG3(m,p1,p2,p3) argument
2604 #define HCI_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2605 #define HCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2606 #define HCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2611 #define BTM_TRACE_ERROR0(m) argument
2612 #define BTM_TRACE_ERROR1(m,p1) argument
2613 #define BTM_TRACE_ERROR2(m,p1,p2) argument
2614 #define BTM_TRACE_ERROR3(m,p1,p2,p3) argument
2615 #define BTM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2616 #define BTM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2617 #define BTM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2619 #define BTM_TRACE_WARNING0(m) argument
2620 #define BTM_TRACE_WARNING1(m,p1) argument
2621 #define BTM_TRACE_WARNING2(m,p1,p2) argument
2622 #define BTM_TRACE_WARNING3(m,p1,p2,p3) argument
2623 #define BTM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2624 #define BTM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2625 #define BTM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2627 #define BTM_TRACE_API0(m) argument
2628 #define BTM_TRACE_API1(m,p1) argument
2629 #define BTM_TRACE_API2(m,p1,p2) argument
2630 #define BTM_TRACE_API3(m,p1,p2,p3) argument
2631 #define BTM_TRACE_API4(m,p1,p2,p3,p4) argument
2632 #define BTM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2633 #define BTM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2635 #define BTM_TRACE_EVENT0(m) argument
2636 #define BTM_TRACE_EVENT1(m,p1) argument
2637 #define BTM_TRACE_EVENT2(m,p1,p2) argument
2638 #define BTM_TRACE_EVENT3(m,p1,p2,p3) argument
2639 #define BTM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2640 #define BTM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2641 #define BTM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2643 #define BTM_TRACE_DEBUG0(m) argument
2644 #define BTM_TRACE_DEBUG1(m,p1) argument
2645 #define BTM_TRACE_DEBUG2(m,p1,p2) argument
2646 #define BTM_TRACE_DEBUG3(m,p1,p2,p3) argument
2647 #define BTM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2648 #define BTM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2649 #define BTM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2654 #define L2CAP_TRACE_ERROR0(m) argument
2655 #define L2CAP_TRACE_ERROR1(m,p1) argument
2656 #define L2CAP_TRACE_ERROR2(m,p1,p2) argument
2657 #define L2CAP_TRACE_ERROR3(m,p1,p2,p3) argument
2658 #define L2CAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2659 #define L2CAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2660 #define L2CAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2662 #define L2CAP_TRACE_WARNING0(m) argument
2663 #define L2CAP_TRACE_WARNING1(m,p1) argument
2664 #define L2CAP_TRACE_WARNING2(m,p1,p2) argument
2665 #define L2CAP_TRACE_WARNING3(m,p1,p2,p3) argument
2666 #define L2CAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2667 #define L2CAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2668 #define L2CAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2670 #define L2CAP_TRACE_API0(m) argument
2671 #define L2CAP_TRACE_API1(m,p1) argument
2672 #define L2CAP_TRACE_API2(m,p1,p2) argument
2673 #define L2CAP_TRACE_API3(m,p1,p2,p3) argument
2674 #define L2CAP_TRACE_API4(m,p1,p2,p3,p4) argument
2675 #define L2CAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2676 #define L2CAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2678 #define L2CAP_TRACE_EVENT0(m) argument
2679 #define L2CAP_TRACE_EVENT1(m,p1) argument
2680 #define L2CAP_TRACE_EVENT2(m,p1,p2) argument
2681 #define L2CAP_TRACE_EVENT3(m,p1,p2,p3) argument
2682 #define L2CAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2683 #define L2CAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2684 #define L2CAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2686 #define L2CAP_TRACE_DEBUG0(m) argument
2687 #define L2CAP_TRACE_DEBUG1(m,p1) argument
2688 #define L2CAP_TRACE_DEBUG2(m,p1,p2) argument
2689 #define L2CAP_TRACE_DEBUG3(m,p1,p2,p3) argument
2690 #define L2CAP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2691 #define L2CAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2692 #define L2CAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2696 #define LLCP_TRACE_ERROR0(m) argument
2697 #define LLCP_TRACE_ERROR1(m,p1) argument
2698 #define LLCP_TRACE_ERROR2(m,p1,p2) argument
2699 #define LLCP_TRACE_ERROR3(m,p1,p2,p3) argument
2700 #define LLCP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2701 #define LLCP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2702 #define LLCP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2704 #define LLCP_TRACE_WARNING0(m) argument
2705 #define LLCP_TRACE_WARNING1(m,p1) argument
2706 #define LLCP_TRACE_WARNING2(m,p1,p2) argument
2707 #define LLCP_TRACE_WARNING3(m,p1,p2,p3) argument
2708 #define LLCP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2709 #define LLCP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2710 #define LLCP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2712 #define LLCP_TRACE_API0(m) argument
2713 #define LLCP_TRACE_API1(m,p1) argument
2714 #define LLCP_TRACE_API2(m,p1,p2) argument
2715 #define LLCP_TRACE_API3(m,p1,p2,p3) argument
2716 #define LLCP_TRACE_API4(m,p1,p2,p3,p4) argument
2717 #define LLCP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2718 #define LLCP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2720 #define LLCP_TRACE_EVENT0(m) argument
2721 #define LLCP_TRACE_EVENT1(m,p1) argument
2722 #define LLCP_TRACE_EVENT2(m,p1,p2) argument
2723 #define LLCP_TRACE_EVENT3(m,p1,p2,p3) argument
2724 #define LLCP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2725 #define LLCP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2726 #define LLCP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2728 #define LLCP_TRACE_DEBUG0(m) argument
2729 #define LLCP_TRACE_DEBUG1(m,p1) argument
2730 #define LLCP_TRACE_DEBUG2(m,p1,p2) argument
2731 #define LLCP_TRACE_DEBUG3(m,p1,p2,p3) argument
2732 #define LLCP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2733 #define LLCP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2734 #define LLCP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2738 #define SDP_TRACE_ERROR0(m) argument
2739 #define SDP_TRACE_ERROR1(m,p1) argument
2740 #define SDP_TRACE_ERROR2(m,p1,p2) argument
2741 #define SDP_TRACE_ERROR3(m,p1,p2,p3) argument
2742 #define SDP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2743 #define SDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2744 #define SDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2746 #define SDP_TRACE_WARNING0(m) argument
2747 #define SDP_TRACE_WARNING1(m,p1) argument
2748 #define SDP_TRACE_WARNING2(m,p1,p2) argument
2749 #define SDP_TRACE_WARNING3(m,p1,p2,p3) argument
2750 #define SDP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2751 #define SDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2752 #define SDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2754 #define SDP_TRACE_API0(m) argument
2755 #define SDP_TRACE_API1(m,p1) argument
2756 #define SDP_TRACE_API2(m,p1,p2) argument
2757 #define SDP_TRACE_API3(m,p1,p2,p3) argument
2758 #define SDP_TRACE_API4(m,p1,p2,p3,p4) argument
2759 #define SDP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2760 #define SDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2762 #define SDP_TRACE_EVENT0(m) argument
2763 #define SDP_TRACE_EVENT1(m,p1) argument
2764 #define SDP_TRACE_EVENT2(m,p1,p2) argument
2765 #define SDP_TRACE_EVENT3(m,p1,p2,p3) argument
2766 #define SDP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2767 #define SDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2768 #define SDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2770 #define SDP_TRACE_DEBUG0(m) argument
2771 #define SDP_TRACE_DEBUG1(m,p1) argument
2772 #define SDP_TRACE_DEBUG2(m,p1,p2) argument
2773 #define SDP_TRACE_DEBUG3(m,p1,p2,p3) argument
2774 #define SDP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2775 #define SDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2776 #define SDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2780 #define RFCOMM_TRACE_ERROR0(m) argument
2781 #define RFCOMM_TRACE_ERROR1(m,p1) argument
2782 #define RFCOMM_TRACE_ERROR2(m,p1,p2) argument
2783 #define RFCOMM_TRACE_ERROR3(m,p1,p2,p3) argument
2784 #define RFCOMM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2785 #define RFCOMM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2786 #define RFCOMM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2788 #define RFCOMM_TRACE_WARNING0(m) argument
2789 #define RFCOMM_TRACE_WARNING1(m,p1) argument
2790 #define RFCOMM_TRACE_WARNING2(m,p1,p2) argument
2791 #define RFCOMM_TRACE_WARNING3(m,p1,p2,p3) argument
2792 #define RFCOMM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2793 #define RFCOMM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2794 #define RFCOMM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2796 #define RFCOMM_TRACE_API0(m) argument
2797 #define RFCOMM_TRACE_API1(m,p1) argument
2798 #define RFCOMM_TRACE_API2(m,p1,p2) argument
2799 #define RFCOMM_TRACE_API3(m,p1,p2,p3) argument
2800 #define RFCOMM_TRACE_API4(m,p1,p2,p3,p4) argument
2801 #define RFCOMM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2802 #define RFCOMM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2804 #define RFCOMM_TRACE_EVENT0(m) argument
2805 #define RFCOMM_TRACE_EVENT1(m,p1) argument
2806 #define RFCOMM_TRACE_EVENT2(m,p1,p2) argument
2807 #define RFCOMM_TRACE_EVENT3(m,p1,p2,p3) argument
2808 #define RFCOMM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2809 #define RFCOMM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2810 #define RFCOMM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2812 #define RFCOMM_TRACE_DEBUG0(m) argument
2813 #define RFCOMM_TRACE_DEBUG1(m,p1) argument
2814 #define RFCOMM_TRACE_DEBUG2(m,p1,p2) argument
2815 #define RFCOMM_TRACE_DEBUG3(m,p1,p2,p3) argument
2816 #define RFCOMM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2817 #define RFCOMM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2818 #define RFCOMM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2822 #define SPP_TRACE_ERROR0(m) argument
2823 #define SPP_TRACE_ERROR1(m,p1) argument
2824 #define SPP_TRACE_ERROR2(m,p1,p2) argument
2825 #define SPP_TRACE_ERROR3(m,p1,p2,p3) argument
2826 #define SPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2827 #define SPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2828 #define SPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2830 #define SPP_TRACE_WARNING0(m) argument
2831 #define SPP_TRACE_WARNING1(m,p1) argument
2832 #define SPP_TRACE_WARNING2(m,p1,p2) argument
2833 #define SPP_TRACE_WARNING3(m,p1,p2,p3) argument
2834 #define SPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2835 #define SPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2836 #define SPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2838 #define SPP_TRACE_EVENT0(m) argument
2839 #define SPP_TRACE_EVENT1(m,p1) argument
2840 #define SPP_TRACE_EVENT2(m,p1,p2) argument
2841 #define SPP_TRACE_EVENT3(m,p1,p2,p3) argument
2842 #define SPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2843 #define SPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2844 #define SPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2846 #define SPP_TRACE_API0(m) argument
2847 #define SPP_TRACE_API1(m,p1) argument
2848 #define SPP_TRACE_API2(m,p1,p2) argument
2849 #define SPP_TRACE_API3(m,p1,p2,p3) argument
2850 #define SPP_TRACE_API4(m,p1,p2,p3,p4) argument
2851 #define SPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2852 #define SPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2854 #define SPP_TRACE_DEBUG0(m) argument
2855 #define SPP_TRACE_DEBUG1(m,p1) argument
2856 #define SPP_TRACE_DEBUG2(m,p1,p2) argument
2857 #define SPP_TRACE_DEBUG3(m,p1,p2,p3) argument
2858 #define SPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2859 #define SPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2860 #define SPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2864 #define GAP_TRACE_ERROR0(m) argument
2865 #define GAP_TRACE_ERROR1(m,p1) argument
2866 #define GAP_TRACE_ERROR2(m,p1,p2) argument
2867 #define GAP_TRACE_ERROR3(m,p1,p2,p3) argument
2868 #define GAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2869 #define GAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2870 #define GAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2872 #define GAP_TRACE_EVENT0(m) argument
2873 #define GAP_TRACE_EVENT1(m,p1) argument
2874 #define GAP_TRACE_EVENT2(m,p1,p2) argument
2875 #define GAP_TRACE_EVENT3(m,p1,p2,p3) argument
2876 #define GAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2877 #define GAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2878 #define GAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2880 #define GAP_TRACE_API0(m) argument
2881 #define GAP_TRACE_API1(m,p1) argument
2882 #define GAP_TRACE_API2(m,p1,p2) argument
2883 #define GAP_TRACE_API3(m,p1,p2,p3) argument
2884 #define GAP_TRACE_API4(m,p1,p2,p3,p4) argument
2885 #define GAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2886 #define GAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2888 #define GAP_TRACE_WARNING0(m) argument
2889 #define GAP_TRACE_WARNING1(m,p1) argument
2890 #define GAP_TRACE_WARNING2(m,p1,p2) argument
2891 #define GAP_TRACE_WARNING3(m,p1,p2,p3) argument
2892 #define GAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2893 #define GAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2894 #define GAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2899 #define OBX_TRACE_ERROR0(m) argument
2900 #define OBX_TRACE_ERROR1(m,p1) argument
2901 #define OBX_TRACE_ERROR2(m,p1,p2) argument
2902 #define OBX_TRACE_ERROR3(m,p1,p2,p3) argument
2903 #define OBX_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2904 #define OBX_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2905 #define OBX_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2907 #define OBX_TRACE_WARNING0(m) argument
2908 #define OBX_TRACE_WARNING1(m,p1) argument
2909 #define OBX_TRACE_WARNING2(m,p1,p2) argument
2910 #define OBX_TRACE_WARNING3(m,p1,p2,p3) argument
2911 #define OBX_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2912 #define OBX_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2913 #define OBX_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2915 #define OBX_TRACE_EVENT0(m) argument
2916 #define OBX_TRACE_EVENT1(m,p1) argument
2917 #define OBX_TRACE_EVENT2(m,p1,p2) argument
2918 #define OBX_TRACE_EVENT3(m,p1,p2,p3) argument
2919 #define OBX_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2920 #define OBX_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2921 #define OBX_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2923 #define OBX_TRACE_DEBUG0(m) argument
2924 #define OBX_TRACE_DEBUG1(m,p1) argument
2925 #define OBX_TRACE_DEBUG2(m,p1,p2) argument
2926 #define OBX_TRACE_DEBUG3(m,p1,p2,p3) argument
2927 #define OBX_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2928 #define OBX_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2929 #define OBX_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2931 #define OBX_TRACE_API0(m) argument
2932 #define OBX_TRACE_API1(m,p1) argument
2933 #define OBX_TRACE_API2(m,p1,p2) argument
2934 #define OBX_TRACE_API3(m,p1,p2,p3) argument
2935 #define OBX_TRACE_API4(m,p1,p2,p3,p4) argument
2936 #define OBX_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2937 #define OBX_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2941 #define GOEP_TRACE_ERROR0(m) argument
2942 #define GOEP_TRACE_ERROR1(m,p1) argument
2943 #define GOEP_TRACE_ERROR2(m,p1,p2) argument
2944 #define GOEP_TRACE_ERROR3(m,p1,p2,p3) argument
2945 #define GOEP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2946 #define GOEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2947 #define GOEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2949 #define GOEP_TRACE_WARNING0(m) argument
2950 #define GOEP_TRACE_WARNING1(m,p1) argument
2951 #define GOEP_TRACE_WARNING2(m,p1,p2) argument
2952 #define GOEP_TRACE_WARNING3(m,p1,p2,p3) argument
2953 #define GOEP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2954 #define GOEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2955 #define GOEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2957 #define GOEP_TRACE_EVENT0(m) argument
2958 #define GOEP_TRACE_EVENT1(m,p1) argument
2959 #define GOEP_TRACE_EVENT2(m,p1,p2) argument
2960 #define GOEP_TRACE_EVENT3(m,p1,p2,p3) argument
2961 #define GOEP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2962 #define GOEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2963 #define GOEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2965 #define GOEP_TRACE_DEBUG0(m) argument
2966 #define GOEP_TRACE_DEBUG1(m,p1) argument
2967 #define GOEP_TRACE_DEBUG2(m,p1,p2) argument
2968 #define GOEP_TRACE_DEBUG3(m,p1,p2,p3) argument
2969 #define GOEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2970 #define GOEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2972 #define GOEP_TRACE_API0(m) argument
2973 #define GOEP_TRACE_API1(m,p1) argument
2974 #define GOEP_TRACE_API2(m,p1,p2) argument
2975 #define GOEP_TRACE_API3(m,p1,p2,p3) argument
2976 #define GOEP_TRACE_API4(m,p1,p2,p3,p4) argument
2977 #define GOEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2978 #define GOEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2982 #define BPP_TRACE_ERROR0(m) argument
2983 #define BPP_TRACE_ERROR1(m,p1) argument
2984 #define BPP_TRACE_ERROR2(m,p1,p2) argument
2985 #define BPP_TRACE_ERROR3(m,p1,p2,p3) argument
2986 #define BPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2987 #define BPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2988 #define BPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2990 #define BPP_TRACE_WARNING0(m) argument
2991 #define BPP_TRACE_WARNING1(m,p1) argument
2992 #define BPP_TRACE_WARNING2(m,p1,p2) argument
2993 #define BPP_TRACE_WARNING3(m,p1,p2,p3) argument
2994 #define BPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2995 #define BPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2996 #define BPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2998 #define BPP_TRACE_EVENT0(m) argument
2999 #define BPP_TRACE_EVENT1(m,p1) argument
3000 #define BPP_TRACE_EVENT2(m,p1,p2) argument
3001 #define BPP_TRACE_EVENT3(m,p1,p2,p3) argument
3002 #define BPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3003 #define BPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3004 #define BPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3006 #define BPP_TRACE_DEBUG0(m) argument
3007 #define BPP_TRACE_DEBUG1(m,p1) argument
3008 #define BPP_TRACE_DEBUG2(m,p1,p2) argument
3009 #define BPP_TRACE_DEBUG3(m,p1,p2,p3) argument
3010 #define BPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3011 #define BPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3012 #define BPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3014 #define BPP_TRACE_API0(m) argument
3015 #define BPP_TRACE_API1(m,p1) argument
3016 #define BPP_TRACE_API2(m,p1,p2) argument
3017 #define BPP_TRACE_API3(m,p1,p2,p3) argument
3018 #define BPP_TRACE_API4(m,p1,p2,p3,p4) argument
3019 #define BPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3020 #define BPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3024 #define BIP_TRACE_ERROR0(m) argument
3025 #define BIP_TRACE_ERROR1(m,p1) argument
3026 #define BIP_TRACE_ERROR2(m,p1,p2) argument
3027 #define BIP_TRACE_ERROR3(m,p1,p2,p3) argument
3028 #define BIP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3029 #define BIP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3030 #define BIP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3032 #define BIP_TRACE_WARNING0(m) argument
3033 #define BIP_TRACE_WARNING1(m,p1) argument
3034 #define BIP_TRACE_WARNING2(m,p1,p2) argument
3035 #define BIP_TRACE_WARNING3(m,p1,p2,p3) argument
3036 #define BIP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3037 #define BIP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3038 #define BIP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3040 #define BIP_TRACE_EVENT0(m) argument
3041 #define BIP_TRACE_EVENT1(m,p1) argument
3042 #define BIP_TRACE_EVENT2(m,p1,p2) argument
3043 #define BIP_TRACE_EVENT3(m,p1,p2,p3) argument
3044 #define BIP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3045 #define BIP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3046 #define BIP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3048 #define BIP_TRACE_DEBUG0(m) argument
3049 #define BIP_TRACE_DEBUG1(m,p1) argument
3050 #define BIP_TRACE_DEBUG2(m,p1,p2) argument
3051 #define BIP_TRACE_DEBUG3(m,p1,p2,p3) argument
3052 #define BIP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3053 #define BIP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3054 #define BIP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3056 #define BIP_TRACE_API0(m) argument
3057 #define BIP_TRACE_API1(m,p1) argument
3058 #define BIP_TRACE_API2(m,p1,p2) argument
3059 #define BIP_TRACE_API3(m,p1,p2,p3) argument
3060 #define BIP_TRACE_API4(m,p1,p2,p3,p4) argument
3061 #define BIP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3062 #define BIP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3066 #define TCS_TRACE_ERROR0(m) argument
3067 #define TCS_TRACE_ERROR1(m,p1) argument
3068 #define TCS_TRACE_ERROR2(m,p1,p2) argument
3069 #define TCS_TRACE_ERROR3(m,p1,p2,p3) argument
3070 #define TCS_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3071 #define TCS_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3072 #define TCS_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3074 #define TCS_TRACE_WARNING0(m) argument
3075 #define TCS_TRACE_WARNING1(m,p1) argument
3076 #define TCS_TRACE_WARNING2(m,p1,p2) argument
3077 #define TCS_TRACE_WARNING3(m,p1,p2,p3) argument
3078 #define TCS_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3079 #define TCS_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3080 #define TCS_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3082 #define TCS_TRACE_EVENT0(m) argument
3083 #define TCS_TRACE_EVENT1(m,p1) argument
3084 #define TCS_TRACE_EVENT2(m,p1,p2) argument
3085 #define TCS_TRACE_EVENT3(m,p1,p2,p3) argument
3086 #define TCS_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3087 #define TCS_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3088 #define TCS_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3090 #define TCS_TRACE_DEBUG0(m) argument
3091 #define TCS_TRACE_DEBUG1(m,p1) argument
3092 #define TCS_TRACE_DEBUG2(m,p1,p2) argument
3093 #define TCS_TRACE_DEBUG3(m,p1,p2,p3) argument
3094 #define TCS_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3095 #define TCS_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3096 #define TCS_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3098 #define TCS_TRACE_API0(m) argument
3099 #define TCS_TRACE_API1(m,p1) argument
3100 #define TCS_TRACE_API2(m,p1,p2) argument
3101 #define TCS_TRACE_API3(m,p1,p2,p3) argument
3102 #define TCS_TRACE_API4(m,p1,p2,p3,p4) argument
3103 #define TCS_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3104 #define TCS_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3108 #define ICP_TRACE_ERROR0(m) argument
3109 #define ICP_TRACE_ERROR1(m,p1) argument
3110 #define ICP_TRACE_ERROR2(m,p1,p2) argument
3111 #define ICP_TRACE_ERROR3(m,p1,p2,p3) argument
3112 #define ICP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3113 #define ICP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3114 #define ICP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3116 #define ICP_TRACE_WARNING0(m) argument
3117 #define ICP_TRACE_WARNING1(m,p1) argument
3118 #define ICP_TRACE_WARNING2(m,p1,p2) argument
3119 #define ICP_TRACE_WARNING3(m,p1,p2,p3) argument
3120 #define ICP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3121 #define ICP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3122 #define ICP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3124 #define ICP_TRACE_EVENT0(m) argument
3125 #define ICP_TRACE_EVENT1(m,p1) argument
3126 #define ICP_TRACE_EVENT2(m,p1,p2) argument
3127 #define ICP_TRACE_EVENT3(m,p1,p2,p3) argument
3128 #define ICP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3129 #define ICP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3130 #define ICP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3132 #define ICP_TRACE_DEBUG0(m) argument
3133 #define ICP_TRACE_DEBUG1(m,p1) argument
3134 #define ICP_TRACE_DEBUG2(m,p1,p2) argument
3135 #define ICP_TRACE_DEBUG3(m,p1,p2,p3) argument
3136 #define ICP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3137 #define ICP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3138 #define ICP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3140 #define ICP_TRACE_API0(m) argument
3141 #define ICP_TRACE_API1(m,p1) argument
3142 #define ICP_TRACE_API2(m,p1,p2) argument
3143 #define ICP_TRACE_API3(m,p1,p2,p3) argument
3144 #define ICP_TRACE_API4(m,p1,p2,p3,p4) argument
3145 #define ICP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3146 #define ICP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3150 #define CTP_TRACE_ERROR0(m) argument
3151 #define CTP_TRACE_ERROR1(m,p1) argument
3152 #define CTP_TRACE_ERROR2(m,p1,p2) argument
3153 #define CTP_TRACE_ERROR3(m,p1,p2,p3) argument
3154 #define CTP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3155 #define CTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3156 #define CTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3158 #define CTP_TRACE_WARNING0(m) argument
3159 #define CTP_TRACE_WARNING1(m,p1) argument
3160 #define CTP_TRACE_WARNING2(m,p1,p2) argument
3161 #define CTP_TRACE_WARNING3(m,p1,p2,p3) argument
3162 #define CTP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3163 #define CTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3164 #define CTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3166 #define CTP_TRACE_EVENT0(m) argument
3167 #define CTP_TRACE_EVENT1(m,p1) argument
3168 #define CTP_TRACE_EVENT2(m,p1,p2) argument
3169 #define CTP_TRACE_EVENT3(m,p1,p2,p3) argument
3170 #define CTP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3171 #define CTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3172 #define CTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3174 #define CTP_TRACE_DEBUG0(m) argument
3175 #define CTP_TRACE_DEBUG1(m,p1) argument
3176 #define CTP_TRACE_DEBUG2(m,p1,p2) argument
3177 #define CTP_TRACE_DEBUG3(m,p1,p2,p3) argument
3178 #define CTP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3179 #define CTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3180 #define CTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3182 #define CTP_TRACE_API0(m) argument
3183 #define CTP_TRACE_API1(m,p1) argument
3184 #define CTP_TRACE_API2(m,p1,p2) argument
3185 #define CTP_TRACE_API3(m,p1,p2,p3) argument
3186 #define CTP_TRACE_API4(m,p1,p2,p3,p4) argument
3187 #define CTP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3188 #define CTP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3192 #define HSP2_TRACE_ERROR0(pcb,m) argument
3193 #define HSP2_TRACE_ERROR1(pcb,m,p1) argument
3194 #define HSP2_TRACE_ERROR2(pcb,m,p1,p2) argument
3195 #define HSP2_TRACE_ERROR3(pcb,m,p1,p2,p3) argument
3196 #define HSP2_TRACE_ERROR4(pcb,m,p1,p2,p3,p4) argument
3197 #define HSP2_TRACE_ERROR5(pcb,m,p1,p2,p3,p4,p5) argument
3198 #define HSP2_TRACE_ERROR6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3200 #define HSP2_TRACE_WARNING0(pcb,m) argument
3201 #define HSP2_TRACE_WARNING1(pcb,m,p1) argument
3202 #define HSP2_TRACE_WARNING2(pcb,m,p1,p2) argument
3203 #define HSP2_TRACE_WARNING3(pcb,m,p1,p2,p3) argument
3204 #define HSP2_TRACE_WARNING4(pcb,m,p1,p2,p3,p4) argument
3205 #define HSP2_TRACE_WARNING5(pcb,m,p1,p2,p3,p4,p5) argument
3206 #define HSP2_TRACE_WARNING6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3208 #define HSP2_TRACE_API0(pcb,m) argument
3209 #define HSP2_TRACE_API1(pcb,m,p1) argument
3210 #define HSP2_TRACE_API2(pcb,m,p1,p2) argument
3211 #define HSP2_TRACE_API3(pcb,m,p1,p2,p3) argument
3212 #define HSP2_TRACE_API4(pcb,m,p1,p2,p3,p4) argument
3213 #define HSP2_TRACE_API5(pcb,m,p1,p2,p3,p4,p5) argument
3214 #define HSP2_TRACE_API6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3216 #define HSP2_TRACE_EVENT0(pcb,m) argument
3217 #define HSP2_TRACE_EVENT1(pcb,m,p1) argument
3218 #define HSP2_TRACE_EVENT2(pcb,m,p1,p2) argument
3219 #define HSP2_TRACE_EVENT3(pcb,m,p1,p2,p3) argument
3220 #define HSP2_TRACE_EVENT4(pcb,m,p1,p2,p3,p4) argument
3221 #define HSP2_TRACE_EVENT5(pcb,m,p1,p2,p3,p4,p5) argument
3222 #define HSP2_TRACE_EVENT6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3224 #define HSP2_TRACE_DEBUG0(pcb,m) argument
3225 #define HSP2_TRACE_DEBUG1(pcb,m,p1) argument
3226 #define HSP2_TRACE_DEBUG2(pcb,m,p1,p2) argument
3227 #define HSP2_TRACE_DEBUG3(pcb,m,p1,p2,p3) argument
3228 #define HSP2_TRACE_DEBUG4(pcb,m,p1,p2,p3,p4) argument
3229 #define HSP2_TRACE_DEBUG5(pcb,m,p1,p2,p3,p4,p5) argument
3230 #define HSP2_TRACE_DEBUG6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3234 #define NFC_TRACE_ERROR0(m) argument
3235 #define NFC_TRACE_ERROR1(m,p1) argument
3236 #define NFC_TRACE_ERROR2(m,p1,p2) argument
3237 #define NFC_TRACE_ERROR3(m,p1,p2,p3) argument
3238 #define NFC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3239 #define NFC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3240 #define NFC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3242 #define NFC_TRACE_WARNING0(m) argument
3243 #define NFC_TRACE_WARNING1(m,p1) argument
3244 #define NFC_TRACE_WARNING2(m,p1,p2) argument
3245 #define NFC_TRACE_WARNING3(m,p1,p2,p3) argument
3246 #define NFC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3247 #define NFC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3248 #define NFC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3250 #define NFC_TRACE_API0(m) argument
3251 #define NFC_TRACE_API1(m,p1) argument
3252 #define NFC_TRACE_API2(m,p1,p2) argument
3253 #define NFC_TRACE_API3(m,p1,p2,p3) argument
3254 #define NFC_TRACE_API4(m,p1,p2,p3,p4) argument
3255 #define NFC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3256 #define NFC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3258 #define NFC_TRACE_EVENT0(m) argument
3259 #define NFC_TRACE_EVENT1(m,p1) argument
3260 #define NFC_TRACE_EVENT2(m,p1,p2) argument
3261 #define NFC_TRACE_EVENT3(m,p1,p2,p3) argument
3262 #define NFC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3263 #define NFC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3264 #define NFC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3266 #define NFC_TRACE_DEBUG0(m) argument
3267 #define NFC_TRACE_DEBUG1(m,p1) argument
3268 #define NFC_TRACE_DEBUG2(m,p1,p2) argument
3269 #define NFC_TRACE_DEBUG3(m,p1,p2,p3) argument
3270 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3271 #define NFC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3272 #define NFC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3274 #define NCI_TRACE_ERROR0(m) argument
3275 #define NCI_TRACE_ERROR1(m,p1) argument
3276 #define NCI_TRACE_ERROR2(m,p1,p2) argument
3277 #define NCI_TRACE_ERROR3(m,p1,p2,p3) argument
3278 #define NCI_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3279 #define NCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3280 #define NCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3282 #define NCI_TRACE_WARNING0(m) argument
3283 #define NCI_TRACE_WARNING1(m,p1) argument
3284 #define NCI_TRACE_WARNING2(m,p1,p2) argument
3285 #define NCI_TRACE_WARNING3(m,p1,p2,p3) argument
3286 #define NCI_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3287 #define NCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3288 #define NCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3290 #define NCI_TRACE_API0(m) argument
3291 #define NCI_TRACE_API1(m,p1) argument
3292 #define NCI_TRACE_API2(m,p1,p2) argument
3293 #define NCI_TRACE_API3(m,p1,p2,p3) argument
3294 #define NCI_TRACE_API4(m,p1,p2,p3,p4) argument
3295 #define NCI_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3296 #define NCI_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3298 #define NCI_TRACE_EVENT0(m) argument
3299 #define NCI_TRACE_EVENT1(m,p1) argument
3300 #define NCI_TRACE_EVENT2(m,p1,p2) argument
3301 #define NCI_TRACE_EVENT3(m,p1,p2,p3) argument
3302 #define NCI_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3303 #define NCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3304 #define NCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3306 #define NCI_TRACE_DEBUG0(m) argument
3307 #define NCI_TRACE_DEBUG1(m,p1) argument
3308 #define NCI_TRACE_DEBUG2(m,p1,p2) argument
3309 #define NCI_TRACE_DEBUG3(m,p1,p2,p3) argument
3310 #define NCI_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3311 #define NCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3312 #define NCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3314 #define RW_TRACE_ERROR0(m) argument
3315 #define RW_TRACE_ERROR1(m,p1) argument
3316 #define RW_TRACE_ERROR2(m,p1,p2) argument
3317 #define RW_TRACE_ERROR3(m,p1,p2,p3) argument
3318 #define RW_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3319 #define RW_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3320 #define RW_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3322 #define RW_TRACE_WARNING0(m) argument
3323 #define RW_TRACE_WARNING1(m,p1) argument
3324 #define RW_TRACE_WARNING2(m,p1,p2) argument
3325 #define RW_TRACE_WARNING3(m,p1,p2,p3) argument
3326 #define RW_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3327 #define RW_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3328 #define RW_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) } argument
3330 #define RW_TRACE_API0(m) argument
3331 #define RW_TRACE_API1(m,p1) argument
3332 #define RW_TRACE_API2(m,p1,p2) argument
3333 #define RW_TRACE_API3(m,p1,p2,p3) argument
3334 #define RW_TRACE_API4(m,p1,p2,p3,p4) argument
3335 #define RW_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3336 #define RW_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3338 #define RW_TRACE_EVENT0(m) argument
3339 #define RW_TRACE_EVENT1(m,p1) argument
3340 #define RW_TRACE_EVENT2(m,p1,p2) argument
3341 #define RW_TRACE_EVENT3(m,p1,p2,p3) argument
3342 #define RW_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3343 #define RW_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3344 #define RW_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3346 #define RW_TRACE_DEBUG0(m) argument
3347 #define RW_TRACE_DEBUG1(m,p1) argument
3348 #define RW_TRACE_DEBUG2(m,p1,p2) argument
3349 #define RW_TRACE_DEBUG3(m,p1,p2,p3) argument
3350 #define RW_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3351 #define RW_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3352 #define RW_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3354 #define CE_TRACE_ERROR0(m) argument
3355 #define CE_TRACE_ERROR1(m,p1) argument
3356 #define CE_TRACE_ERROR2(m,p1,p2) argument
3357 #define CE_TRACE_ERROR3(m,p1,p2,p3) argument
3358 #define CE_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3359 #define CE_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3360 #define CE_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3362 #define CE_TRACE_WARNING0(m) argument
3363 #define CE_TRACE_WARNING1(m,p1) argument
3364 #define CE_TRACE_WARNING2(m,p1,p2) argument
3365 #define CE_TRACE_WARNING3(m,p1,p2,p3) argument
3366 #define CE_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3367 #define CE_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3368 #define CE_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3370 #define CE_TRACE_API0(m) argument
3371 #define CE_TRACE_API1(m,p1) argument
3372 #define CE_TRACE_API2(m,p1,p2) argument
3373 #define CE_TRACE_API3(m,p1,p2,p3) argument
3374 #define CE_TRACE_API4(m,p1,p2,p3,p4) argument
3375 #define CE_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3376 #define CE_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3378 #define CE_TRACE_EVENT0(m) argument
3379 #define CE_TRACE_EVENT1(m,p1) argument
3380 #define CE_TRACE_EVENT2(m,p1,p2) argument
3381 #define CE_TRACE_EVENT3(m,p1,p2,p3) argument
3382 #define CE_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3383 #define CE_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3384 #define CE_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3386 #define CE_TRACE_DEBUG0(m) argument
3387 #define CE_TRACE_DEBUG1(m,p1) argument
3388 #define CE_TRACE_DEBUG2(m,p1,p2) argument
3389 #define CE_TRACE_DEBUG3(m,p1,p2,p3) argument
3390 #define CE_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3391 #define CE_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3392 #define CE_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3394 #define NDEF_TRACE_ERROR0(m) argument
3395 #define NDEF_TRACE_ERROR1(m,p1) argument
3396 #define NDEF_TRACE_ERROR2(m,p1,p2) argument
3397 #define NDEF_TRACE_ERROR3(m,p1,p2,p3) argument
3398 #define NDEF_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3399 #define NDEF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3400 #define NDEF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3402 #define NDEF_TRACE_WARNING0(m) argument
3403 #define NDEF_TRACE_WARNING1(m,p1) argument
3404 #define NDEF_TRACE_WARNING2(m,p1,p2) argument
3405 #define NDEF_TRACE_WARNING3(m,p1,p2,p3) argument
3406 #define NDEF_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3407 #define NDEF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3408 #define NDEF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3410 #define NDEF_TRACE_API0(m) argument
3411 #define NDEF_TRACE_API1(m,p1) argument
3412 #define NDEF_TRACE_API2(m,p1,p2) argument
3413 #define NDEF_TRACE_API3(m,p1,p2,p3) argument
3414 #define NDEF_TRACE_API4(m,p1,p2,p3,p4) argument
3415 #define NDEF_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3416 #define NDEF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3418 #define NDEF_TRACE_EVENT0(m) argument
3419 #define NDEF_TRACE_EVENT1(m,p1) argument
3420 #define NDEF_TRACE_EVENT2(m,p1,p2) argument
3421 #define NDEF_TRACE_EVENT3(m,p1,p2,p3) argument
3422 #define NDEF_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3423 #define NDEF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3424 #define NDEF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3426 #define NDEF_TRACE_DEBUG0(m) argument
3427 #define NDEF_TRACE_DEBUG1(m,p1) argument
3428 #define NDEF_TRACE_DEBUG2(m,p1,p2) argument
3429 #define NDEF_TRACE_DEBUG3(m,p1,p2,p3) argument
3430 #define NDEF_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3431 #define NDEF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3432 #define NDEF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3436 #define NFA_TRACE_ERROR0(m) argument
3437 #define NFA_TRACE_ERROR1(m,p1) argument
3438 #define NFA_TRACE_ERROR2(m,p1,p2) argument
3439 #define NFA_TRACE_ERROR3(m,p1,p2,p3) argument
3440 #define NFA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3441 #define NFA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3442 #define NFA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3444 #define NFA_TRACE_WARNING0(m) argument
3445 #define NFA_TRACE_WARNING1(m,p1) argument
3446 #define NFA_TRACE_WARNING2(m,p1,p2) argument
3447 #define NFA_TRACE_WARNING3(m,p1,p2,p3) argument
3448 #define NFA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3449 #define NFA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3450 #define NFA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3452 #define NFA_TRACE_API0(m) argument
3453 #define NFA_TRACE_API1(m,p1) argument
3454 #define NFA_TRACE_API2(m,p1,p2) argument
3455 #define NFA_TRACE_API3(m,p1,p2,p3) argument
3456 #define NFA_TRACE_API4(m,p1,p2,p3,p4) argument
3457 #define NFA_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3458 #define NFA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3460 #define NFA_TRACE_EVENT0(m) argument
3461 #define NFA_TRACE_EVENT1(m,p1) argument
3462 #define NFA_TRACE_EVENT2(m,p1,p2) argument
3463 #define NFA_TRACE_EVENT3(m,p1,p2,p3) argument
3464 #define NFA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3465 #define NFA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3466 #define NFA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3468 #define NFA_TRACE_DEBUG0(m) argument
3469 #define NFA_TRACE_DEBUG1(m,p1) argument
3470 #define NFA_TRACE_DEBUG2(m,p1,p2) argument
3471 #define NFA_TRACE_DEBUG3(m,p1,p2,p3) argument
3472 #define NFA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3473 #define NFA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3474 #define NFA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3478 #define HIDH_TRACE_ERROR0(m) argument
3479 #define HIDH_TRACE_ERROR1(m,p1) argument
3480 #define HIDH_TRACE_ERROR2(m,p1,p2) argument
3481 #define HIDH_TRACE_ERROR3(m,p1,p2,p3) argument
3482 #define HIDH_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3483 #define HIDH_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3484 #define HIDH_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3486 #define HIDH_TRACE_WARNING0(m) argument
3487 #define HIDH_TRACE_WARNING1(m,p1) argument
3488 #define HIDH_TRACE_WARNING2(m,p1,p2) argument
3489 #define HIDH_TRACE_WARNING3(m,p1,p2,p3) argument
3490 #define HIDH_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3491 #define HIDH_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3492 #define HIDH_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3494 #define HIDH_TRACE_API0(m) argument
3495 #define HIDH_TRACE_API1(m,p1) argument
3496 #define HIDH_TRACE_API2(m,p1,p2) argument
3497 #define HIDH_TRACE_API3(m,p1,p2,p3) argument
3498 #define HIDH_TRACE_API4(m,p1,p2,p3,p4) argument
3499 #define HIDH_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3500 #define HIDH_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3502 #define HIDH_TRACE_EVENT0(m) argument
3503 #define HIDH_TRACE_EVENT1(m,p1) argument
3504 #define HIDH_TRACE_EVENT2(m,p1,p2) argument
3505 #define HIDH_TRACE_EVENT3(m,p1,p2,p3) argument
3506 #define HIDH_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3507 #define HIDH_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3508 #define HIDH_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3510 #define HIDH_TRACE_DEBUG0(m) argument
3511 #define HIDH_TRACE_DEBUG1(m,p1) argument
3512 #define HIDH_TRACE_DEBUG2(m,p1,p2) argument
3513 #define HIDH_TRACE_DEBUG3(m,p1,p2,p3) argument
3514 #define HIDH_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3515 #define HIDH_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3516 #define HIDH_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3519 #define HIDD_TRACE_ERROR0(m) argument
3520 #define HIDD_TRACE_ERROR1(m,p1) argument
3521 #define HIDD_TRACE_ERROR2(m,p1,p2) argument
3522 #define HIDD_TRACE_ERROR3(m,p1,p2,p3) argument
3523 #define HIDD_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3524 #define HIDD_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3525 #define HIDD_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3527 #define HIDD_TRACE_WARNING0(m) argument
3528 #define HIDD_TRACE_WARNING1(m,p1) argument
3529 #define HIDD_TRACE_WARNING2(m,p1,p2) argument
3530 #define HIDD_TRACE_WARNING3(m,p1,p2,p3) argument
3531 #define HIDD_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3532 #define HIDD_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3533 #define HIDD_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3535 #define HIDD_TRACE_API0(m) argument
3536 #define HIDD_TRACE_API1(m,p1) argument
3537 #define HIDD_TRACE_API2(m,p1,p2) argument
3538 #define HIDD_TRACE_API3(m,p1,p2,p3) argument
3539 #define HIDD_TRACE_API4(m,p1,p2,p3,p4) argument
3540 #define HIDD_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3541 #define HIDD_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3543 #define HIDD_TRACE_EVENT0(m) argument
3544 #define HIDD_TRACE_EVENT1(m,p1) argument
3545 #define HIDD_TRACE_EVENT2(m,p1,p2) argument
3546 #define HIDD_TRACE_EVENT3(m,p1,p2,p3) argument
3547 #define HIDD_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3548 #define HIDD_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3549 #define HIDD_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3551 #define HIDD_TRACE_DEBUG0(m) argument
3552 #define HIDD_TRACE_DEBUG1(m,p1) argument
3553 #define HIDD_TRACE_DEBUG2(m,p1,p2) argument
3554 #define HIDD_TRACE_DEBUG3(m,p1,p2,p3) argument
3555 #define HIDD_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3556 #define HIDD_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3557 #define HIDD_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3561 #define DUN_TRACE_ERROR0(m) argument
3562 #define DUN_TRACE_ERROR1(m,p1) argument
3563 #define DUN_TRACE_ERROR2(m,p1,p2) argument
3564 #define DUN_TRACE_ERROR3(m,p1,p2,p3) argument
3565 #define DUN_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3566 #define DUN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3567 #define DUN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3569 #define DUN_TRACE_WARNING0(m) argument
3570 #define DUN_TRACE_WARNING1(m,p1) argument
3571 #define DUN_TRACE_WARNING2(m,p1,p2) argument
3572 #define DUN_TRACE_WARNING3(m,p1,p2,p3) argument
3573 #define DUN_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3574 #define DUN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3575 #define DUN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3577 #define DUN_TRACE_API0(m) argument
3578 #define DUN_TRACE_API1(m,p1) argument
3579 #define DUN_TRACE_API2(m,p1,p2) argument
3580 #define DUN_TRACE_API3(m,p1,p2,p3) argument
3581 #define DUN_TRACE_API4(m,p1,p2,p3,p4) argument
3582 #define DUN_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3583 #define DUN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3585 #define DUN_TRACE_EVENT0(m) argument
3586 #define DUN_TRACE_EVENT1(m,p1) argument
3587 #define DUN_TRACE_EVENT2(m,p1,p2) argument
3588 #define DUN_TRACE_EVENT3(m,p1,p2,p3) argument
3589 #define DUN_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3590 #define DUN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3591 #define DUN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3593 #define DUN_TRACE_DEBUG0(m) argument
3594 #define DUN_TRACE_DEBUG1(m,p1) argument
3595 #define DUN_TRACE_DEBUG2(m,p1,p2) argument
3596 #define DUN_TRACE_DEBUG3(m,p1,p2,p3) argument
3597 #define DUN_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3598 #define DUN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3599 #define DUN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3603 #define HCRP_TRACE_ERROR0(m) argument
3604 #define HCRP_TRACE_ERROR1(m,p1) argument
3605 #define HCRP_TRACE_ERROR2(m,p1,p2) argument
3606 #define HCRP_TRACE_ERROR3(m,p1,p2,p3) argument
3607 #define HCRP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3608 #define HCRP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3609 #define HCRP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3611 #define HCRP_TRACE_WARNING0(m) argument
3612 #define HCRP_TRACE_WARNING1(m,p1) argument
3613 #define HCRP_TRACE_WARNING2(m,p1,p2) argument
3614 #define HCRP_TRACE_WARNING3(m,p1,p2,p3) argument
3615 #define HCRP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3616 #define HCRP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3617 #define HCRP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3619 #define HCRP_TRACE_API0(m) argument
3620 #define HCRP_TRACE_API1(m,p1) argument
3621 #define HCRP_TRACE_API2(m,p1,p2) argument
3622 #define HCRP_TRACE_API3(m,p1,p2,p3) argument
3623 #define HCRP_TRACE_API4(m,p1,p2,p3,p4) argument
3624 #define HCRP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3625 #define HCRP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3627 #define HCRP_TRACE_EVENT0(m) argument
3628 #define HCRP_TRACE_EVENT1(m,p1) argument
3629 #define HCRP_TRACE_EVENT2(m,p1,p2) argument
3630 #define HCRP_TRACE_EVENT3(m,p1,p2,p3) argument
3631 #define HCRP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3632 #define HCRP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3633 #define HCRP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3635 #define HCRP_TRACE_DEBUG0(m) argument
3636 #define HCRP_TRACE_DEBUG1(m,p1) argument
3637 #define HCRP_TRACE_DEBUG2(m,p1,p2) argument
3638 #define HCRP_TRACE_DEBUG3(m,p1,p2,p3) argument
3639 #define HCRP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3640 #define HCRP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3641 #define HCRP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3646 #define HCRPM_TRACE_ERROR0(m) argument
3647 #define HCRPM_TRACE_ERROR1(m,p1) argument
3648 #define HCRPM_TRACE_ERROR2(m,p1,p2) argument
3649 #define HCRPM_TRACE_ERROR3(m,p1,p2,p3) argument
3650 #define HCRPM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3651 #define HCRPM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3652 #define HCRPM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3654 #define HCRPM_TRACE_WARNING0(m) argument
3655 #define HCRPM_TRACE_WARNING1(m,p1) argument
3656 #define HCRPM_TRACE_WARNING2(m,p1,p2) argument
3657 #define HCRPM_TRACE_WARNING3(m,p1,p2,p3) argument
3658 #define HCRPM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3659 #define HCRPM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3660 #define HCRPM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3662 #define HCRPM_TRACE_API0(m) argument
3663 #define HCRPM_TRACE_API1(m,p1) argument
3664 #define HCRPM_TRACE_API2(m,p1,p2) argument
3665 #define HCRPM_TRACE_API3(m,p1,p2,p3) argument
3666 #define HCRPM_TRACE_API4(m,p1,p2,p3,p4) argument
3667 #define HCRPM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3668 #define HCRPM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3670 #define HCRPM_TRACE_EVENT0(m) argument
3671 #define HCRPM_TRACE_EVENT1(m,p1) argument
3672 #define HCRPM_TRACE_EVENT2(m,p1,p2) argument
3673 #define HCRPM_TRACE_EVENT3(m,p1,p2,p3) argument
3674 #define HCRPM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3675 #define HCRPM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3676 #define HCRPM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3678 #define HCRPM_TRACE_DEBUG0(m) argument
3679 #define HCRPM_TRACE_DEBUG1(m,p1) argument
3680 #define HCRPM_TRACE_DEBUG2(m,p1,p2) argument
3681 #define HCRPM_TRACE_DEBUG3(m,p1,p2,p3) argument
3682 #define HCRPM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3683 #define HCRPM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3684 #define HCRPM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3688 #define RPC_TRACE_ERROR0(m) argument
3689 #define RPC_TRACE_ERROR1(m,p1) argument
3690 #define RPC_TRACE_ERROR2(m,p1,p2) argument
3691 #define RPC_TRACE_ERROR3(m,p1,p2,p3) argument
3692 #define RPC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3693 #define RPC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3694 #define RPC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3696 #define RPC_TRACE_WARNING0(m) argument
3697 #define RPC_TRACE_WARNING1(m,p1) argument
3698 #define RPC_TRACE_WARNING2(m,p1,p2) argument
3699 #define RPC_TRACE_WARNING3(m,p1,p2,p3) argument
3700 #define RPC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3701 #define RPC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3702 #define RPC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3704 #define RPC_TRACE_API0(m) argument
3705 #define RPC_TRACE_API1(m,p1) argument
3706 #define RPC_TRACE_API2(m,p1,p2) argument
3707 #define RPC_TRACE_API3(m,p1,p2,p3) argument
3708 #define RPC_TRACE_API4(m,p1,p2,p3,p4) argument
3709 #define RPC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3710 #define RPC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3712 #define RPC_TRACE_EVENT0(m) argument
3713 #define RPC_TRACE_EVENT1(m,p1) argument
3714 #define RPC_TRACE_EVENT2(m,p1,p2) argument
3715 #define RPC_TRACE_EVENT3(m,p1,p2,p3) argument
3716 #define RPC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3717 #define RPC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3718 #define RPC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3720 #define RPC_TRACE_DEBUG0(m) argument
3721 #define RPC_TRACE_DEBUG1(m,p1) argument
3722 #define RPC_TRACE_DEBUG2(m,p1,p2) argument
3723 #define RPC_TRACE_DEBUG3(m,p1,p2,p3) argument
3724 #define RPC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3725 #define RPC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3726 #define RPC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3730 #define BNEP_TRACE_ERROR0(m) argument
3731 #define BNEP_TRACE_ERROR1(m,p1) argument
3732 #define BNEP_TRACE_ERROR2(m,p1,p2) argument
3733 #define BNEP_TRACE_ERROR3(m,p1,p2,p3) argument
3734 #define BNEP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3735 #define BNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3736 #define BNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3738 #define BNEP_TRACE_WARNING0(m) argument
3739 #define BNEP_TRACE_WARNING1(m,p1) argument
3740 #define BNEP_TRACE_WARNING2(m,p1,p2) argument
3741 #define BNEP_TRACE_WARNING3(m,p1,p2,p3) argument
3742 #define BNEP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3743 #define BNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3744 #define BNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3746 #define BNEP_TRACE_API0(m) argument
3747 #define BNEP_TRACE_API1(m,p1) argument
3748 #define BNEP_TRACE_API2(m,p1,p2) argument
3749 #define BNEP_TRACE_API3(m,p1,p2,p3) argument
3750 #define BNEP_TRACE_API4(m,p1,p2,p3,p4) argument
3751 #define BNEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3752 #define BNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3754 #define BNEP_TRACE_EVENT0(m) argument
3755 #define BNEP_TRACE_EVENT1(m,p1) argument
3756 #define BNEP_TRACE_EVENT2(m,p1,p2) argument
3757 #define BNEP_TRACE_EVENT3(m,p1,p2,p3) argument
3758 #define BNEP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3759 #define BNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3760 #define BNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3762 #define BNEP_TRACE_DEBUG0(m) argument
3763 #define BNEP_TRACE_DEBUG1(m,p1) argument
3764 #define BNEP_TRACE_DEBUG2(m,p1,p2) argument
3765 #define BNEP_TRACE_DEBUG3(m,p1,p2,p3) argument
3766 #define BNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3767 #define BNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3768 #define BNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3772 #define MSKB_TRACE_0(m) argument
3773 #define MSKB_TRACE_1(m,p1) argument
3774 #define MSKB_TRACE_2(m,p1,p2) argument
3775 #define MSKB_TRACE_3(m,p1,p2,p3) argument
3776 #define MSKB_TRACE_4(m,p1,p2,p3,p4) argument
3777 #define MSKB_TRACE_5(m,p1,p2,p3,p4,p5) argument
3778 #define MSKB_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
3780 #define MSKB_DEBUG_0(m) argument
3781 #define MSKB_DEBUG_1(m,p1) argument
3782 #define MSKB_DEBUG_2(m,p1,p2) argument
3783 #define MSKB_DEBUG_3(m,p1,p2,p3) argument
3784 #define MSKB_DEBUG_4(m,p1,p2,p3,p4) argument
3785 #define MSKB_DEBUG_5(m,p1,p2,p3,p4,p5) argument
3786 #define MSKB_DEBUG_6(m,p1,p2,p3,p4,p5,p6) argument
3788 #define MSKB_ERROR_0(m) argument
3789 #define MSKB_ERROR_1(m,p1) argument
3790 #define MSKB_ERROR_2(m,p1,p2) argument
3791 #define MSKB_ERROR_3(m,p1,p2,p3) argument
3792 #define MSKB_ERROR_4(m,p1,p2,p3,p4) argument
3793 #define MSKB_ERROR_5(m,p1,p2,p3,p4,p5) argument
3794 #define MSKB_ERROR_6(m,p1,p2,p3,p4,p5,p6) argument
3798 #define PAN_TRACE_ERROR0(m) argument
3799 #define PAN_TRACE_ERROR1(m,p1) argument
3800 #define PAN_TRACE_ERROR2(m,p1,p2) argument
3801 #define PAN_TRACE_ERROR3(m,p1,p2,p3) argument
3802 #define PAN_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3803 #define PAN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3804 #define PAN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3806 #define PAN_TRACE_WARNING0(m) argument
3807 #define PAN_TRACE_WARNING1(m,p1) argument
3808 #define PAN_TRACE_WARNING2(m,p1,p2) argument
3809 #define PAN_TRACE_WARNING3(m,p1,p2,p3) argument
3810 #define PAN_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3811 #define PAN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3812 #define PAN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3814 #define PAN_TRACE_API0(m) argument
3815 #define PAN_TRACE_API1(m,p1) argument
3816 #define PAN_TRACE_API2(m,p1,p2) argument
3817 #define PAN_TRACE_API3(m,p1,p2,p3) argument
3818 #define PAN_TRACE_API4(m,p1,p2,p3,p4) argument
3819 #define PAN_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3820 #define PAN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3822 #define PAN_TRACE_EVENT0(m) argument
3823 #define PAN_TRACE_EVENT1(m,p1) argument
3824 #define PAN_TRACE_EVENT2(m,p1,p2) argument
3825 #define PAN_TRACE_EVENT3(m,p1,p2,p3) argument
3826 #define PAN_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3827 #define PAN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3828 #define PAN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3830 #define PAN_TRACE_DEBUG0(m) argument
3831 #define PAN_TRACE_DEBUG1(m,p1) argument
3832 #define PAN_TRACE_DEBUG2(m,p1,p2) argument
3833 #define PAN_TRACE_DEBUG3(m,p1,p2,p3) argument
3834 #define PAN_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3835 #define PAN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3836 #define PAN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3840 #define SAP_TRACE_ERROR0(m) argument
3841 #define SAP_TRACE_ERROR1(m,p1) argument
3842 #define SAP_TRACE_ERROR2(m,p1,p2) argument
3843 #define SAP_TRACE_ERROR3(m,p1,p2,p3) argument
3844 #define SAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3845 #define SAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3846 #define SAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3848 #define SAP_TRACE_WARNING0(m) argument
3849 #define SAP_TRACE_WARNING1(m,p1) argument
3850 #define SAP_TRACE_WARNING2(m,p1,p2) argument
3851 #define SAP_TRACE_WARNING3(m,p1,p2,p3) argument
3852 #define SAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3853 #define SAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3854 #define SAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3856 #define SAP_TRACE_API0(m) argument
3857 #define SAP_TRACE_API1(m,p1) argument
3858 #define SAP_TRACE_API2(m,p1,p2) argument
3859 #define SAP_TRACE_API3(m,p1,p2,p3) argument
3860 #define SAP_TRACE_API4(m,p1,p2,p3,p4) argument
3861 #define SAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3862 #define SAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3864 #define SAP_TRACE_EVENT0(m) argument
3865 #define SAP_TRACE_EVENT1(m,p1) argument
3866 #define SAP_TRACE_EVENT2(m,p1,p2) argument
3867 #define SAP_TRACE_EVENT3(m,p1,p2,p3) argument
3868 #define SAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3869 #define SAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3870 #define SAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3872 #define SAP_TRACE_DEBUG0(m) argument
3873 #define SAP_TRACE_DEBUG1(m,p1) argument
3874 #define SAP_TRACE_DEBUG2(m,p1,p2) argument
3875 #define SAP_TRACE_DEBUG3(m,p1,p2,p3) argument
3876 #define SAP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3877 #define SAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3878 #define SAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3882 #define OPP_TRACE_ERROR0(m) argument
3883 #define OPP_TRACE_ERROR1(m,p1) argument
3884 #define OPP_TRACE_ERROR2(m,p1,p2) argument
3885 #define OPP_TRACE_ERROR3(m,p1,p2,p3) argument
3886 #define OPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3887 #define OPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3888 #define OPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3890 #define OPP_TRACE_WARNING0(m) argument
3891 #define OPP_TRACE_WARNING1(m,p1) argument
3892 #define OPP_TRACE_WARNING2(m,p1,p2) argument
3893 #define OPP_TRACE_WARNING3(m,p1,p2,p3) argument
3894 #define OPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3895 #define OPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3896 #define OPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3898 #define OPP_TRACE_EVENT0(m) argument
3899 #define OPP_TRACE_EVENT1(m,p1) argument
3900 #define OPP_TRACE_EVENT2(m,p1,p2) argument
3901 #define OPP_TRACE_EVENT3(m,p1,p2,p3) argument
3902 #define OPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3903 #define OPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3904 #define OPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3906 #define OPP_TRACE_DEBUG0(m) argument
3907 #define OPP_TRACE_DEBUG1(m,p1) argument
3908 #define OPP_TRACE_DEBUG2(m,p1,p2) argument
3909 #define OPP_TRACE_DEBUG3(m,p1,p2,p3) argument
3910 #define OPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3911 #define OPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3912 #define OPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3914 #define OPP_TRACE_API0(m) argument
3915 #define OPP_TRACE_API1(m,p1) argument
3916 #define OPP_TRACE_API2(m,p1,p2) argument
3917 #define OPP_TRACE_API3(m,p1,p2,p3) argument
3918 #define OPP_TRACE_API4(m,p1,p2,p3,p4) argument
3919 #define OPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3920 #define OPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3924 #define FTP_TRACE_ERROR0(m) argument
3925 #define FTP_TRACE_ERROR1(m,p1) argument
3926 #define FTP_TRACE_ERROR2(m,p1,p2) argument
3927 #define FTP_TRACE_ERROR3(m,p1,p2,p3) argument
3928 #define FTP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3929 #define FTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3930 #define FTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3932 #define FTP_TRACE_WARNING0(m) argument
3933 #define FTP_TRACE_WARNING1(m,p1) argument
3934 #define FTP_TRACE_WARNING2(m,p1,p2) argument
3935 #define FTP_TRACE_WARNING3(m,p1,p2,p3) argument
3936 #define FTP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3937 #define FTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3938 #define FTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3940 #define FTP_TRACE_EVENT0(m) argument
3941 #define FTP_TRACE_EVENT1(m,p1) argument
3942 #define FTP_TRACE_EVENT2(m,p1,p2) argument
3943 #define FTP_TRACE_EVENT3(m,p1,p2,p3) argument
3944 #define FTP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3945 #define FTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3946 #define FTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3948 #define FTP_TRACE_DEBUG0(m) argument
3949 #define FTP_TRACE_DEBUG1(m,p1) argument
3950 #define FTP_TRACE_DEBUG2(m,p1,p2) argument
3951 #define FTP_TRACE_DEBUG3(m,p1,p2,p3) argument
3952 #define FTP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3953 #define FTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3954 #define FTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3956 #define FTP_TRACE_API0(m) argument
3957 #define FTP_TRACE_API1(m,p1) argument
3958 #define FTP_TRACE_API2(m,p1,p2) argument
3959 #define FTP_TRACE_API3(m,p1,p2,p3) argument
3960 #define FTP_TRACE_API4(m,p1,p2,p3,p4) argument
3961 #define FTP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3962 #define FTP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3967 #define A2D_TRACE_ERROR0(m) argument
3968 #define A2D_TRACE_ERROR1(m,p1) argument
3969 #define A2D_TRACE_ERROR2(m,p1,p2) argument
3970 #define A2D_TRACE_ERROR3(m,p1,p2,p3) argument
3971 #define A2D_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3972 #define A2D_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3973 #define A2D_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3975 #define A2D_TRACE_WARNING0(m) argument
3976 #define A2D_TRACE_WARNING1(m,p1) argument
3977 #define A2D_TRACE_WARNING2(m,p1,p2) argument
3978 #define A2D_TRACE_WARNING3(m,p1,p2,p3) argument
3979 #define A2D_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3980 #define A2D_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3981 #define A2D_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3983 #define A2D_TRACE_EVENT0(m) argument
3984 #define A2D_TRACE_EVENT1(m,p1) argument
3985 #define A2D_TRACE_EVENT2(m,p1,p2) argument
3986 #define A2D_TRACE_EVENT3(m,p1,p2,p3) argument
3987 #define A2D_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3988 #define A2D_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3989 #define A2D_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3991 #define A2D_TRACE_DEBUG0(m) argument
3992 #define A2D_TRACE_DEBUG1(m,p1) argument
3993 #define A2D_TRACE_DEBUG2(m,p1,p2) argument
3994 #define A2D_TRACE_DEBUG3(m,p1,p2,p3) argument
3995 #define A2D_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3996 #define A2D_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3997 #define A2D_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3999 #define A2D_TRACE_API0(m) argument
4000 #define A2D_TRACE_API1(m,p1) argument
4001 #define A2D_TRACE_API2(m,p1,p2) argument
4002 #define A2D_TRACE_API3(m,p1,p2,p3) argument
4003 #define A2D_TRACE_API4(m,p1,p2,p3,p4) argument
4004 #define A2D_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4005 #define A2D_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4009 #define VDP_TRACE_ERROR0(m) argument
4010 #define VDP_TRACE_ERROR1(m,p1) argument
4011 #define VDP_TRACE_ERROR2(m,p1,p2) argument
4012 #define VDP_TRACE_ERROR3(m,p1,p2,p3) argument
4013 #define VDP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4014 #define VDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4015 #define VDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4017 #define VDP_TRACE_WARNING0(m) argument
4018 #define VDP_TRACE_WARNING1(m,p1) argument
4019 #define VDP_TRACE_WARNING2(m,p1,p2) argument
4020 #define VDP_TRACE_WARNING3(m,p1,p2,p3) argument
4021 #define VDP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4022 #define VDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4023 #define VDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4025 #define VDP_TRACE_EVENT0(m) argument
4026 #define VDP_TRACE_EVENT1(m,p1) argument
4027 #define VDP_TRACE_EVENT2(m,p1,p2) argument
4028 #define VDP_TRACE_EVENT3(m,p1,p2,p3) argument
4029 #define VDP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4030 #define VDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4031 #define VDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4033 #define VDP_TRACE_DEBUG0(m) argument
4034 #define VDP_TRACE_DEBUG1(m,p1) argument
4035 #define VDP_TRACE_DEBUG2(m,p1,p2) argument
4036 #define VDP_TRACE_DEBUG3(m,p1,p2,p3) argument
4037 #define VDP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4038 #define VDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4039 #define VDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4041 #define VDP_TRACE_API0(m) argument
4042 #define VDP_TRACE_API1(m,p1) argument
4043 #define VDP_TRACE_API2(m,p1,p2) argument
4044 #define VDP_TRACE_API3(m,p1,p2,p3) argument
4045 #define VDP_TRACE_API4(m,p1,p2,p3,p4) argument
4046 #define VDP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4047 #define VDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4052 #define LMP_TRACE_ERROR0(m) argument
4053 #define LMP_TRACE_ERROR1(m,p1) argument
4054 #define LMP_TRACE_ERROR2(m,p1,p2) argument
4055 #define LMP_TRACE_ERROR3(m,p1,p2,p3) argument
4056 #define LMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4057 #define LMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4058 #define LMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4060 #define LMP_TRACE_WARNING0(m) argument
4061 #define LMP_TRACE_WARNING1(m,p1) argument
4062 #define LMP_TRACE_WARNING2(m,p1,p2) argument
4063 #define LMP_TRACE_WARNING3(m,p1,p2,p3) argument
4064 #define LMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4065 #define LMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4066 #define LMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4068 #define LMP_TRACE_EVENT0(m) argument
4069 #define LMP_TRACE_EVENT1(m,p1) argument
4070 #define LMP_TRACE_EVENT2(m,p1,p2) argument
4071 #define LMP_TRACE_EVENT3(m,p1,p2,p3) argument
4072 #define LMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4073 #define LMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4074 #define LMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4076 #define LMP_TRACE_DEBUG0(m) argument
4077 #define LMP_TRACE_DEBUG1(m,p1) argument
4078 #define LMP_TRACE_DEBUG2(m,p1,p2) argument
4079 #define LMP_TRACE_DEBUG3(m,p1,p2,p3) argument
4080 #define LMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4081 #define LMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4082 #define LMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4086 #define LC_TRACE_ERROR0(m) argument
4087 #define LC_TRACE_ERROR1(m,p1) argument
4088 #define LC_TRACE_ERROR2(m,p1,p2) argument
4089 #define LC_TRACE_ERROR3(m,p1,p2,p3) argument
4090 #define LC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4091 #define LC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4092 #define LC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4094 #define LC_TRACE_WARNING0(m) argument
4095 #define LC_TRACE_WARNING1(m,p1) argument
4096 #define LC_TRACE_WARNING2(m,p1,p2) argument
4097 #define LC_TRACE_WARNING3(m,p1,p2,p3) argument
4098 #define LC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4099 #define LC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4100 #define LC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4102 #define LC_TRACE_EVENT0(m) argument
4103 #define LC_TRACE_EVENT1(m,p1) argument
4104 #define LC_TRACE_EVENT2(m,p1,p2) argument
4105 #define LC_TRACE_EVENT3(m,p1,p2,p3) argument
4106 #define LC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4107 #define LC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4108 #define LC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4110 #define LC_TRACE_DEBUG0(m) argument
4111 #define LC_TRACE_DEBUG1(m,p1) argument
4112 #define LC_TRACE_DEBUG2(m,p1,p2) argument
4113 #define LC_TRACE_DEBUG3(m,p1,p2,p3) argument
4114 #define LC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4115 #define LC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4116 #define LC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4118 #define SDA_TRACE_ERROR0(m) argument
4119 #define SDA_TRACE_ERROR1(m,p1) argument
4120 #define SDA_TRACE_ERROR2(m,p1,p2) argument
4121 #define SDA_TRACE_ERROR3(m,p1,p2,p3) argument
4122 #define SDA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4123 #define SDA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4124 #define SDA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4126 #define SDA_TRACE_WARNING0(m) argument
4127 #define SDA_TRACE_WARNING1(m,p1) argument
4128 #define SDA_TRACE_WARNING2(m,p1,p2) argument
4129 #define SDA_TRACE_WARNING3(m,p1,p2,p3) argument
4130 #define SDA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4131 #define SDA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4132 #define SDA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4134 #define SDA_TRACE_EVENT0(m) argument
4135 #define SDA_TRACE_EVENT1(m,p1) argument
4136 #define SDA_TRACE_EVENT2(m,p1,p2) argument
4137 #define SDA_TRACE_EVENT3(m,p1,p2,p3) argument
4138 #define SDA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4139 #define SDA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4140 #define SDA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4142 #define SDA_TRACE_DEBUG0(m) argument
4143 #define SDA_TRACE_DEBUG1(m,p1) argument
4144 #define SDA_TRACE_DEBUG2(m,p1,p2) argument
4145 #define SDA_TRACE_DEBUG3(m,p1,p2,p3) argument
4146 #define SDA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4147 #define SDA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4148 #define SDA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4152 #define AVDT_TRACE_ERROR0(m) argument
4153 #define AVDT_TRACE_ERROR1(m,p1) argument
4154 #define AVDT_TRACE_ERROR2(m,p1,p2) argument
4155 #define AVDT_TRACE_ERROR3(m,p1,p2,p3) argument
4156 #define AVDT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4157 #define AVDT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4158 #define AVDT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4160 #define AVDT_TRACE_WARNING0(m) argument
4161 #define AVDT_TRACE_WARNING1(m,p1) argument
4162 #define AVDT_TRACE_WARNING2(m,p1,p2) argument
4163 #define AVDT_TRACE_WARNING3(m,p1,p2,p3) argument
4164 #define AVDT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4165 #define AVDT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4166 #define AVDT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4168 #define AVDT_TRACE_EVENT0(m) argument
4169 #define AVDT_TRACE_EVENT1(m,p1) argument
4170 #define AVDT_TRACE_EVENT2(m,p1,p2) argument
4171 #define AVDT_TRACE_EVENT3(m,p1,p2,p3) argument
4172 #define AVDT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4173 #define AVDT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4174 #define AVDT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4176 #define AVDT_TRACE_DEBUG0(m) argument
4177 #define AVDT_TRACE_DEBUG1(m,p1) argument
4178 #define AVDT_TRACE_DEBUG2(m,p1,p2) argument
4179 #define AVDT_TRACE_DEBUG3(m,p1,p2,p3) argument
4180 #define AVDT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4181 #define AVDT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4182 #define AVDT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4184 #define AVDT_TRACE_API0(m) argument
4185 #define AVDT_TRACE_API1(m,p1) argument
4186 #define AVDT_TRACE_API2(m,p1,p2) argument
4187 #define AVDT_TRACE_API3(m,p1,p2,p3) argument
4188 #define AVDT_TRACE_API4(m,p1,p2,p3,p4) argument
4189 #define AVDT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4190 #define AVDT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4194 #define AVCT_TRACE_ERROR0(m) argument
4195 #define AVCT_TRACE_ERROR1(m,p1) argument
4196 #define AVCT_TRACE_ERROR2(m,p1,p2) argument
4197 #define AVCT_TRACE_ERROR3(m,p1,p2,p3) argument
4198 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4199 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4200 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4202 #define AVCT_TRACE_WARNING0(m) argument
4203 #define AVCT_TRACE_WARNING1(m,p1) argument
4204 #define AVCT_TRACE_WARNING2(m,p1,p2) argument
4205 #define AVCT_TRACE_WARNING3(m,p1,p2,p3) argument
4206 #define AVCT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4207 #define AVCT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4208 #define AVCT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4210 #define AVCT_TRACE_EVENT0(m) argument
4211 #define AVCT_TRACE_EVENT1(m,p1) argument
4212 #define AVCT_TRACE_EVENT2(m,p1,p2) argument
4213 #define AVCT_TRACE_EVENT3(m,p1,p2,p3) argument
4214 #define AVCT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4215 #define AVCT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4216 #define AVCT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4218 #define AVCT_TRACE_DEBUG0(m) argument
4219 #define AVCT_TRACE_DEBUG1(m,p1) argument
4220 #define AVCT_TRACE_DEBUG2(m,p1,p2) argument
4221 #define AVCT_TRACE_DEBUG3(m,p1,p2,p3) argument
4222 #define AVCT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4223 #define AVCT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4224 #define AVCT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4226 #define AVCT_TRACE_API0(m) argument
4227 #define AVCT_TRACE_API1(m,p1) argument
4228 #define AVCT_TRACE_API2(m,p1,p2) argument
4229 #define AVCT_TRACE_API3(m,p1,p2,p3) argument
4230 #define AVCT_TRACE_API4(m,p1,p2,p3,p4) argument
4231 #define AVCT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4232 #define AVCT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4237 #define AVRC_TRACE_ERROR0(m) argument
4238 #define AVRC_TRACE_ERROR1(m,p1) argument
4239 #define AVRC_TRACE_ERROR2(m,p1,p2) argument
4240 #define AVRC_TRACE_ERROR3(m,p1,p2,p3) argument
4241 #define AVRC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4242 #define AVRC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4243 #define AVRC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4245 #define AVRC_TRACE_WARNING0(m) argument
4246 #define AVRC_TRACE_WARNING1(m,p1) argument
4247 #define AVRC_TRACE_WARNING2(m,p1,p2) argument
4248 #define AVRC_TRACE_WARNING3(m,p1,p2,p3) argument
4249 #define AVRC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4250 #define AVRC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4251 #define AVRC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4253 #define AVRC_TRACE_EVENT0(m) argument
4254 #define AVRC_TRACE_EVENT1(m,p1) argument
4255 #define AVRC_TRACE_EVENT2(m,p1,p2) argument
4256 #define AVRC_TRACE_EVENT3(m,p1,p2,p3) argument
4257 #define AVRC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4258 #define AVRC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4259 #define AVRC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4261 #define AVRC_TRACE_DEBUG0(m) argument
4262 #define AVRC_TRACE_DEBUG1(m,p1) argument
4263 #define AVRC_TRACE_DEBUG2(m,p1,p2) argument
4264 #define AVRC_TRACE_DEBUG3(m,p1,p2,p3) argument
4265 #define AVRC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4266 #define AVRC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4267 #define AVRC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4269 #define AVRC_TRACE_API0(m) argument
4270 #define AVRC_TRACE_API1(m,p1) argument
4271 #define AVRC_TRACE_API2(m,p1,p2) argument
4272 #define AVRC_TRACE_API3(m,p1,p2,p3) argument
4273 #define AVRC_TRACE_API4(m,p1,p2,p3,p4) argument
4274 #define AVRC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4275 #define AVRC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4279 #define MCA_TRACE_ERROR0(m) argument
4280 #define MCA_TRACE_ERROR1(m,p1) argument
4281 #define MCA_TRACE_ERROR2(m,p1,p2) argument
4282 #define MCA_TRACE_ERROR3(m,p1,p2,p3) argument
4283 #define MCA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4284 #define MCA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4285 #define MCA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4287 #define MCA_TRACE_WARNING0(m) argument
4288 #define MCA_TRACE_WARNING1(m,p1) argument
4289 #define MCA_TRACE_WARNING2(m,p1,p2) argument
4290 #define MCA_TRACE_WARNING3(m,p1,p2,p3) argument
4291 #define MCA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4292 #define MCA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4293 #define MCA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4295 #define MCA_TRACE_EVENT0(m) argument
4296 #define MCA_TRACE_EVENT1(m,p1) argument
4297 #define MCA_TRACE_EVENT2(m,p1,p2) argument
4298 #define MCA_TRACE_EVENT3(m,p1,p2,p3) argument
4299 #define MCA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4300 #define MCA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4301 #define MCA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4303 #define MCA_TRACE_DEBUG0(m) argument
4304 #define MCA_TRACE_DEBUG1(m,p1) argument
4305 #define MCA_TRACE_DEBUG2(m,p1,p2) argument
4306 #define MCA_TRACE_DEBUG3(m,p1,p2,p3) argument
4307 #define MCA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4308 #define MCA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4309 #define MCA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4311 #define MCA_TRACE_API0(m) argument
4312 #define MCA_TRACE_API1(m,p1) argument
4313 #define MCA_TRACE_API2(m,p1,p2) argument
4314 #define MCA_TRACE_API3(m,p1,p2,p3) argument
4315 #define MCA_TRACE_API4(m,p1,p2,p3,p4) argument
4316 #define MCA_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4317 #define MCA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4321 #define AMP_TRACE_ERROR0(m) argument
4322 #define AMP_TRACE_ERROR1(m,p1) argument
4323 #define AMP_TRACE_ERROR2(m,p1,p2) argument
4324 #define AMP_TRACE_ERROR3(m,p1,p2,p3) argument
4325 #define AMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4326 #define AMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4327 #define AMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4329 #define AMP_TRACE_WARNING0(m) argument
4330 #define AMP_TRACE_WARNING1(m,p1) argument
4331 #define AMP_TRACE_WARNING2(m,p1,p2) argument
4332 #define AMP_TRACE_WARNING3(m,p1,p2,p3) argument
4333 #define AMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4334 #define AMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4335 #define AMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4337 #define AMP_TRACE_API0(m) argument
4338 #define AMP_TRACE_API1(m,p1) argument
4339 #define AMP_TRACE_API2(m,p1,p2) argument
4340 #define AMP_TRACE_API3(m,p1,p2,p3) argument
4341 #define AMP_TRACE_API4(m,p1,p2,p3,p4) argument
4342 #define AMP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4343 #define AMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4345 #define AMP_TRACE_EVENT0(m) argument
4346 #define AMP_TRACE_EVENT1(m,p1) argument
4347 #define AMP_TRACE_EVENT2(m,p1,p2) argument
4348 #define AMP_TRACE_EVENT3(m,p1,p2,p3) argument
4349 #define AMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4350 #define AMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4351 #define AMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4353 #define AMP_TRACE_DEBUG0(m) argument
4354 #define AMP_TRACE_DEBUG1(m,p1) argument
4355 #define AMP_TRACE_DEBUG2(m,p1,p2) argument
4356 #define AMP_TRACE_DEBUG3(m,p1,p2,p3) argument
4357 #define AMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4358 #define AMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4359 #define AMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4363 #define GATT_TRACE_ERROR0(m) argument
4364 #define GATT_TRACE_ERROR1(m,p1) argument
4365 #define GATT_TRACE_ERROR2(m,p1,p2) argument
4366 #define GATT_TRACE_ERROR3(m,p1,p2,p3) argument
4367 #define GATT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4368 #define GATT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4369 #define GATT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4371 #define GATT_TRACE_WARNING0(m) argument
4372 #define GATT_TRACE_WARNING1(m,p1) argument
4373 #define GATT_TRACE_WARNING2(m,p1,p2) argument
4374 #define GATT_TRACE_WARNING3(m,p1,p2,p3) argument
4375 #define GATT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4376 #define GATT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4377 #define GATT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4379 #define GATT_TRACE_API0(m) argument
4380 #define GATT_TRACE_API1(m,p1) argument
4381 #define GATT_TRACE_API2(m,p1,p2) argument
4382 #define GATT_TRACE_API3(m,p1,p2,p3) argument
4383 #define GATT_TRACE_API4(m,p1,p2,p3,p4) argument
4384 #define GATT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4385 #define GATT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4387 #define GATT_TRACE_EVENT0(m) argument
4388 #define GATT_TRACE_EVENT1(m,p1) argument
4389 #define GATT_TRACE_EVENT2(m,p1,p2) argument
4390 #define GATT_TRACE_EVENT3(m,p1,p2,p3) argument
4391 #define GATT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4392 #define GATT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4393 #define GATT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4395 #define GATT_TRACE_DEBUG0(m) argument
4396 #define GATT_TRACE_DEBUG1(m,p1) argument
4397 #define GATT_TRACE_DEBUG2(m,p1,p2) argument
4398 #define GATT_TRACE_DEBUG3(m,p1,p2,p3) argument
4399 #define GATT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4400 #define GATT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4401 #define GATT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4405 #define SMP_TRACE_ERROR0(m) argument
4406 #define SMP_TRACE_ERROR1(m,p1) argument
4407 #define SMP_TRACE_ERROR2(m,p1,p2) argument
4408 #define SMP_TRACE_ERROR3(m,p1,p2,p3) argument
4409 #define SMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4410 #define SMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4411 #define SMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4413 #define SMP_TRACE_WARNING0(m) argument
4414 #define SMP_TRACE_WARNING1(m,p1) argument
4415 #define SMP_TRACE_WARNING2(m,p1,p2) argument
4416 #define SMP_TRACE_WARNING3(m,p1,p2,p3) argument
4417 #define SMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4418 #define SMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4419 #define SMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4421 #define SMP_TRACE_API0(m) argument
4422 #define SMP_TRACE_API1(m,p1) argument
4423 #define SMP_TRACE_API2(m,p1,p2) argument
4424 #define SMP_TRACE_API3(m,p1,p2,p3) argument
4425 #define SMP_TRACE_API4(m,p1,p2,p3,p4) argument
4426 #define SMP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4427 #define SMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4429 #define SMP_TRACE_EVENT0(m) argument
4430 #define SMP_TRACE_EVENT1(m,p1) argument
4431 #define SMP_TRACE_EVENT2(m,p1,p2) argument
4432 #define SMP_TRACE_EVENT3(m,p1,p2,p3) argument
4433 #define SMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4434 #define SMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4435 #define SMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4437 #define SMP_TRACE_DEBUG0(m) argument
4438 #define SMP_TRACE_DEBUG1(m,p1) argument
4439 #define SMP_TRACE_DEBUG2(m,p1,p2) argument
4440 #define SMP_TRACE_DEBUG3(m,p1,p2,p3) argument
4441 #define SMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4442 #define SMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4443 #define SMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4452 #define BTIF_TRACE_ERROR0(m) {if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4453 #define BTIF_TRACE_ERROR1(m,p1) {if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4455 #define BTIF_TRACE_ERROR2(m,p1,p2) {if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4457 #define BTIF_TRACE_ERROR3(m,p1,p2,p3) {if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4459 #define BTIF_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4461 #define BTIF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4463 #define BTIF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (btif_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4466 #define BTIF_TRACE_WARNING0(m) {if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4467 #define BTIF_TRACE_WARNING1(m,p1) {if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4469 #define BTIF_TRACE_WARNING2(m,p1,p2) {if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4471 #define BTIF_TRACE_WARNING3(m,p1,p2,p3) {if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4473 #define BTIF_TRACE_WARNING4(m,p1,p2,p3,p4) {if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4475 #define BTIF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4477 #define BTIF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (btif_trace_level >= BT_TRACE_LEVEL_WARNING) L… argument
4480 #define BTIF_TRACE_API0(m) {if (btif_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4481 #define BTIF_TRACE_API1(m,p1) {if (btif_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4483 #define BTIF_TRACE_API2(m,p1,p2) {if (btif_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4485 #define BTIF_TRACE_API3(m,p1,p2,p3) {if (btif_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4487 #define BTIF_TRACE_API4(m,p1,p2,p3,p4) {if (btif_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4489 #define BTIF_TRACE_API5(m,p1,p2,p3,p4,p5) {if (btif_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4491 #define BTIF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (btif_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4494 #define BTIF_TRACE_EVENT0(m) {if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4495 #define BTIF_TRACE_EVENT1(m,p1) {if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4497 #define BTIF_TRACE_EVENT2(m,p1,p2) {if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4499 #define BTIF_TRACE_EVENT3(m,p1,p2,p3) {if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4501 #define BTIF_TRACE_EVENT4(m,p1,p2,p3,p4) {if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4503 #define BTIF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4505 #define BTIF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (btif_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4508 #define BTIF_TRACE_DEBUG0(m) {if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4509 #define BTIF_TRACE_DEBUG1(m,p1) {if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4511 #define BTIF_TRACE_DEBUG2(m,p1,p2) {if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4513 #define BTIF_TRACE_DEBUG3(m,p1,p2,p3) {if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4515 #define BTIF_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4517 #define BTIF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4519 #define BTIF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (btif_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4522 #define BTIF_TRACE_VERBOSE0(m) {if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) … argument
4523 #define BTIF_TRACE_VERBOSE1(m,p1) {if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) … argument
4525 #define BTIF_TRACE_VERBOSE2(m,p1,p2) {if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) … argument
4527 #define BTIF_TRACE_VERBOSE3(m,p1,p2,p3) {if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) … argument
4529 #define BTIF_TRACE_VERBOSE4(m,p1,p2,p3,p4) {if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) … argument
4531 #define BTIF_TRACE_VERBOSE5(m,p1,p2,p3,p4,p5) {if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) … argument
4533 #define BTIF_TRACE_VERBOSE6(m,p1,p2,p3,p4,p5,p6) {if (btif_trace_level >= BT_TRACE_LEVEL_VERBOSE) … argument
4539 #define BTIF_TRACE_ERROR0(m) argument
4540 #define BTIF_TRACE_ERROR1(m,p1) argument
4541 #define BTIF_TRACE_ERROR2(m,p1,p2) argument
4542 #define BTIF_TRACE_ERROR3(m,p1,p2,p3) argument
4543 #define BTIF_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4544 #define BTIF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4545 #define BTIF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4546 #define BTIF_TRACE_ERROR7(m,p1,p2,p3,p4,p5,p6,p7) argument
4549 #define BTIF_TRACE_WARNING0(m) argument
4550 #define BTIF_TRACE_WARNING1(m,p1) argument
4551 #define BTIF_TRACE_WARNING2(m,p1,p2) argument
4552 #define BTIF_TRACE_WARNING3(m,p1,p2,p3) argument
4553 #define BTIF_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4554 #define BTIF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4555 #define BTIF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4556 #define BTIF_TRACE_WARNING7(m,p1,p2,p3,p4,p5,p6,p7) argument
4559 #define BTIF_TRACE_API0(m) argument
4560 #define BTIF_TRACE_API1(m,p1) argument
4561 #define BTIF_TRACE_API2(m,p1,p2) argument
4562 #define BTIF_TRACE_API3(m,p1,p2,p3) argument
4563 #define BTIF_TRACE_API4(m,p1,p2,p3,p4) argument
4564 #define BTIF_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4565 #define BTIF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4567 #define BTIF_TRACE_EVENT0(m) argument
4568 #define BTIF_TRACE_EVENT1(m,p1) argument
4569 #define BTIF_TRACE_EVENT2(m,p1,p2) argument
4570 #define BTIF_TRACE_EVENT3(m,p1,p2,p3) argument
4571 #define BTIF_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4572 #define BTIF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4573 #define BTIF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4575 #define BTIF_TRACE_DEBUG0(m) argument
4576 #define BTIF_TRACE_DEBUG1(m,p1) argument
4577 #define BTIF_TRACE_DEBUG2(m,p1,p2) argument
4578 #define BTIF_TRACE_DEBUG3(m,p1,p2,p3) argument
4579 #define BTIF_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4580 #define BTIF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4581 #define BTIF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4582 #define BTIF_TRACE_DEBUG7(m,p1,p2,p3,p4,p5,p6,p7) argument
4583 #define BTIF_TRACE_DEBUG8(m,p1,p2,p3,p4,p5,p6,p7,p8) argument
4588 #define BTIF_TRACE_VERBOSE0(m) argument
4589 #define BTIF_TRACE_VERBOSE1(m,p1) argument
4590 #define BTIF_TRACE_VERBOSE2(m,p1,p2) argument
4591 #define BTIF_TRACE_VERBOSE3(m,p1,p2,p3) argument
4592 #define BTIF_TRACE_VERBOSE4(m,p1,p2,p3,p4) argument
4593 #define BTIF_TRACE_VERBOSE5(m,p1,p2,p3,p4,p5) argument
4594 #define BTIF_TRACE_VERBOSE6(m,p1,p2,p3,p4,p5,p6) argument
4602 #define APPL_TRACE_ERROR0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4603 #define APPL_TRACE_ERROR1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4605 #define APPL_TRACE_ERROR2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4607 #define APPL_TRACE_ERROR3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4609 #define APPL_TRACE_ERROR4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4611 #define APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4613 #define APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4616 #define APPL_TRACE_WARNING0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4617 #define APPL_TRACE_WARNING1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4619 #define APPL_TRACE_WARNING2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4621 #define APPL_TRACE_WARNING3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4623 #define APPL_TRACE_WARNING4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4625 #define APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4627 #define APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) L… argument
4630 #define APPL_TRACE_API0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4631 #define APPL_TRACE_API1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4633 #define APPL_TRACE_API2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4635 #define APPL_TRACE_API3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4637 #define APPL_TRACE_API4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4639 #define APPL_TRACE_API5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4641 #define APPL_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4644 #define APPL_TRACE_EVENT0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4645 #define APPL_TRACE_EVENT1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4647 #define APPL_TRACE_EVENT2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4649 #define APPL_TRACE_EVENT3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4651 #define APPL_TRACE_EVENT4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4653 #define APPL_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4655 #define APPL_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4658 #define APPL_TRACE_DEBUG0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4659 #define APPL_TRACE_DEBUG1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4661 #define APPL_TRACE_DEBUG2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4663 #define APPL_TRACE_DEBUG3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4665 #define APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4667 #define APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4669 #define APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4672 #define APPL_TRACE_VERBOSE0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE)\ argument
4674 #define APPL_TRACE_VERBOSE1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE)\ argument
4677 #define APPL_TRACE_VERBOSE2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE)\ argument
4680 #define APPL_TRACE_VERBOSE3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE)\ argument
4683 #define APPL_TRACE_VERBOSE4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE)\ argument
4686 #define APPL_TRACE_VERBOSE5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE)\ argument
4689 #define APPL_TRACE_VERBOSE6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_VERBOSE)\ argument
4696 #define APPL_TRACE_ERROR0(m) argument
4697 #define APPL_TRACE_ERROR1(m,p1) argument
4698 #define APPL_TRACE_ERROR2(m,p1,p2) argument
4699 #define APPL_TRACE_ERROR3(m,p1,p2,p3) argument
4700 #define APPL_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4701 #define APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4702 #define APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4704 #define APPL_TRACE_WARNING0(m) argument
4705 #define APPL_TRACE_WARNING1(m,p1) argument
4706 #define APPL_TRACE_WARNING2(m,p1,p2) argument
4707 #define APPL_TRACE_WARNING3(m,p1,p2,p3) argument
4708 #define APPL_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4709 #define APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4710 #define APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4712 #define APPL_TRACE_API0(m) argument
4713 #define APPL_TRACE_API1(m,p1) argument
4714 #define APPL_TRACE_API2(m,p1,p2) argument
4715 #define APPL_TRACE_API3(m,p1,p2,p3) argument
4716 #define APPL_TRACE_API4(m,p1,p2,p3,p4) argument
4717 #define APPL_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4718 #define APPL_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4720 #define APPL_TRACE_EVENT0(m) argument
4721 #define APPL_TRACE_EVENT1(m,p1) argument
4722 #define APPL_TRACE_EVENT2(m,p1,p2) argument
4723 #define APPL_TRACE_EVENT3(m,p1,p2,p3) argument
4724 #define APPL_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4725 #define APPL_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4726 #define APPL_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4728 #define APPL_TRACE_DEBUG0(m) argument
4729 #define APPL_TRACE_DEBUG1(m,p1) argument
4730 #define APPL_TRACE_DEBUG2(m,p1,p2) argument
4731 #define APPL_TRACE_DEBUG3(m,p1,p2,p3) argument
4732 #define APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4733 #define APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4734 #define APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4736 #define APPL_TRACE_VERBOSE0(m) argument
4737 #define APPL_TRACE_VERBOSE1(m,p1) argument
4738 #define APPL_TRACE_VERBOSE2(m,p1,p2) argument
4739 #define APPL_TRACE_VERBOSE3(m,p1,p2,p3) argument
4740 #define APPL_TRACE_VERBOSE4(m,p1,p2,p3,p4) argument
4741 #define APPL_TRACE_VERBOSE5(m,p1,p2,p3,p4,p5) argument
4742 #define APPL_TRACE_VERBOSE6(m,p1,p2,p3,p4,p5,p6) argument
4748 #define SAP_TRACE_0(m) MMI_Echo(m) argument
4749 #define SAP_TRACE_1(m,p1) MMI_Echo(m,p1) argument
4750 #define SAP_TRACE_2(m,p1,p2) MMI_Echo(m,p1,p2) argument
4751 #define SAP_TRACE_3(m,p1,p2,p3) MMI_Echo(m,p1,p2,p3) argument
4752 #define SAP_TRACE_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
4753 #define SAP_TRACE_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
4754 #define SAP_TRACE_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
4756 #define SAP_TRACE_0(m) argument
4757 #define SAP_TRACE_1(m,p1) argument
4758 #define SAP_TRACE_2(m,p1,p2) argument
4759 #define SAP_TRACE_3(m,p1,p2,p3) argument
4760 #define SAP_TRACE_4(m,p1,p2,p3,p4) argument
4761 #define SAP_TRACE_5(m,p1,p2,p3,p4,p5) argument
4762 #define SAP_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
4768 #define DRV_TRACE_WARNING0(m) APPL_TRACE_WARNING0(m) argument
4769 #define DRV_TRACE_WARNING1(m,p1) APPL_TRACE_WARNING1(m,p1) argument
4770 #define DRV_TRACE_WARNING2(m,p1,p2) APPL_TRACE_WARNING2(m,p1,p2) argument
4771 #define DRV_TRACE_WARNING3(m,p1,p2,p3) APPL_TRACE_WARNING3(m,p1,p2,p3) argument
4772 #define DRV_TRACE_WARNING4(m,p1,p2,p3,p4) APPL_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4773 #define DRV_TRACE_WARNING5(m,p1,p2,p3,p4,p5) APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4774 #define DRV_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4778 #define DRV_TRACE_WARNING0(m) argument
4779 #define DRV_TRACE_WARNING1(m,p1) argument
4780 #define DRV_TRACE_WARNING2(m,p1,p2) argument
4781 #define DRV_TRACE_WARNING3(m,p1,p2,p3) argument
4782 #define DRV_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4783 #define DRV_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4784 #define DRV_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4787 #define DRV_TRACE_ERROR0(m) APPL_TRACE_ERROR0(m) argument
4788 #define DRV_TRACE_ERROR1(m,p1) APPL_TRACE_ERROR1(m,p1) argument
4789 #define DRV_TRACE_ERROR2(m,p1,p2) APPL_TRACE_ERROR2(m,p1,p2) argument
4790 #define DRV_TRACE_ERROR3(m,p1,p2,p3) APPL_TRACE_ERROR3(m,p1,p2,p3) argument
4791 #define DRV_TRACE_ERROR4(m,p1,p2,p3,p4) APPL_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4792 #define DRV_TRACE_ERROR5(m,p1,p2,p3,p4,p5) APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4793 #define DRV_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4797 #define DRV_TRACE_DEBUG0(m) APPL_TRACE_DEBUG0(m) argument
4798 #define DRV_TRACE_DEBUG1(m,p1) APPL_TRACE_DEBUG1(m,p1) argument
4799 #define DRV_TRACE_DEBUG2(m,p1,p2) APPL_TRACE_DEBUG2(m,p1,p2) argument
4800 #define DRV_TRACE_DEBUG3(m,p1,p2,p3) APPL_TRACE_DEBUG3(m,p1,p2,p3) argument
4801 #define DRV_TRACE_DEBUG4(m,p1,p2,p3,p4) APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4802 #define DRV_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4803 #define DRV_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument