Lines Matching defs:m

589 #define BT_TRACE_0(l,t,m)                           LogMsg_0((TRACE_CTRL_GENERAL | (l) | TRACE_ORG_…  argument
590 #define BT_TRACE_1(l,t,m,p1) LogMsg_1(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
591 #define BT_TRACE_2(l,t,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
593 #define BT_TRACE_3(l,t,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
595 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
597 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
600 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
604 #define BT_ERROR_TRACE_0(l,m) LogMsg_0(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STA… argument
605 #define BT_ERROR_TRACE_1(l,m,p1) LogMsg_1(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STA… argument
606 #define BT_ERROR_TRACE_2(l,m,p1,p2) LogMsg_2(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STA… argument
607 #define BT_ERROR_TRACE_3(l,m,p1,p2,p3) LogMsg_3(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_STA… argument
611 #define HCI_TRACE_ERROR0(m) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
612 #define HCI_TRACE_ERROR1(m,p1) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
613 #define HCI_TRACE_ERROR2(m,p1,p2) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
614 #define HCI_TRACE_ERROR3(m,p1,p2,p3) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
615 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
616 #define HCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
617 #define HCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
619 #define HCI_TRACE_WARNING0(m) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
620 #define HCI_TRACE_WARNING1(m,p1) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
621 #define HCI_TRACE_WARNING2(m,p1,p2) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
622 #define HCI_TRACE_WARNING3(m,p1,p2,p3) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
623 #define HCI_TRACE_WARNING4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
624 #define HCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
625 #define HCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
627 #define HCI_TRACE_EVENT0(m) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
628 #define HCI_TRACE_EVENT1(m,p1) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
629 #define HCI_TRACE_EVENT2(m,p1,p2) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
630 #define HCI_TRACE_EVENT3(m,p1,p2,p3) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
631 #define HCI_TRACE_EVENT4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
632 #define HCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
633 #define HCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
635 #define HCI_TRACE_DEBUG0(m) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
636 #define HCI_TRACE_DEBUG1(m,p1) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
637 #define HCI_TRACE_DEBUG2(m,p1,p2) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
638 #define HCI_TRACE_DEBUG3(m,p1,p2,p3) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
639 #define HCI_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
640 #define HCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
641 #define HCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
646 #define BTM_TRACE_ERROR0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
647 #define BTM_TRACE_ERROR1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
648 #define BTM_TRACE_ERROR2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
649 #define BTM_TRACE_ERROR3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
650 #define BTM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
651 #define BTM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
652 #define BTM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
654 #define BTM_TRACE_WARNING0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
655 #define BTM_TRACE_WARNING1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
656 #define BTM_TRACE_WARNING2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
657 #define BTM_TRACE_WARNING3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
658 #define BTM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
659 #define BTM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
660 #define BTM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
662 #define BTM_TRACE_API0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
663 #define BTM_TRACE_API1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
664 #define BTM_TRACE_API2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
665 #define BTM_TRACE_API3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
666 #define BTM_TRACE_API4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
667 #define BTM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
668 #define BTM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
670 #define BTM_TRACE_EVENT0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
671 #define BTM_TRACE_EVENT1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
672 #define BTM_TRACE_EVENT2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
673 #define BTM_TRACE_EVENT3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
674 #define BTM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
675 #define BTM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
676 #define BTM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
678 #define BTM_TRACE_DEBUG0(m) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
679 #define BTM_TRACE_DEBUG1(m,p1) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
680 #define BTM_TRACE_DEBUG2(m,p1,p2) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
681 #define BTM_TRACE_DEBUG3(m,p1,p2,p3) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
682 #define BTM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
683 #define BTM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
684 #define BTM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
689 #define L2CAP_TRACE_ERROR0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
690 #define L2CAP_TRACE_ERROR1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
691 #define L2CAP_TRACE_ERROR2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
692 #define L2CAP_TRACE_ERROR3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
693 #define L2CAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
694 #define L2CAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
695 #define L2CAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERR… argument
697 #define L2CAP_TRACE_WARNING0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
698 #define L2CAP_TRACE_WARNING1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
699 #define L2CAP_TRACE_WARNING2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
700 #define L2CAP_TRACE_WARNING3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
701 #define L2CAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
702 #define L2CAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
703 #define L2CAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WAR… argument
705 #define L2CAP_TRACE_API0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
706 #define L2CAP_TRACE_API1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
707 #define L2CAP_TRACE_API2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
708 #define L2CAP_TRACE_API3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
709 #define L2CAP_TRACE_API4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
710 #define L2CAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
711 #define L2CAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API… argument
713 #define L2CAP_TRACE_EVENT0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
714 #define L2CAP_TRACE_EVENT1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
715 #define L2CAP_TRACE_EVENT2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
716 #define L2CAP_TRACE_EVENT3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
717 #define L2CAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
718 #define L2CAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
719 #define L2CAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVE… argument
721 #define L2CAP_TRACE_DEBUG0(m) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
722 #define L2CAP_TRACE_DEBUG1(m,p1) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
723 #define L2CAP_TRACE_DEBUG2(m,p1,p2) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
724 #define L2CAP_TRACE_DEBUG3(m,p1,p2,p3) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
725 #define L2CAP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
726 #define L2CAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
727 #define L2CAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEB… argument
731 #define LLCP_TRACE_ERROR0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
732 #define LLCP_TRACE_ERROR1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
733 #define LLCP_TRACE_ERROR2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
734 #define LLCP_TRACE_ERROR3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
735 #define LLCP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
736 #define LLCP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
737 #define LLCP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
739 #define LLCP_TRACE_WARNING0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
740 #define LLCP_TRACE_WARNING1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
741 #define LLCP_TRACE_WARNING2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
742 #define LLCP_TRACE_WARNING3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
743 #define LLCP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
744 #define LLCP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
745 #define LLCP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
747 #define LLCP_TRACE_API0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
748 #define LLCP_TRACE_API1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
749 #define LLCP_TRACE_API2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
750 #define LLCP_TRACE_API3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
751 #define LLCP_TRACE_API4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
752 #define LLCP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
753 #define LLCP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
755 #define LLCP_TRACE_EVENT0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
756 #define LLCP_TRACE_EVENT1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
757 #define LLCP_TRACE_EVENT2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
758 #define LLCP_TRACE_EVENT3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
759 #define LLCP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
760 #define LLCP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
761 #define LLCP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
763 #define LLCP_TRACE_DEBUG0(m) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
764 #define LLCP_TRACE_DEBUG1(m,p1) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
765 #define LLCP_TRACE_DEBUG2(m,p1,p2) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
766 #define LLCP_TRACE_DEBUG3(m,p1,p2,p3) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
767 #define LLCP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
768 #define LLCP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
769 #define LLCP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
773 #define SDP_TRACE_ERROR0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
774 #define SDP_TRACE_ERROR1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
775 #define SDP_TRACE_ERROR2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
776 #define SDP_TRACE_ERROR3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
777 #define SDP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
778 #define SDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
779 #define SDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
781 #define SDP_TRACE_WARNING0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
782 #define SDP_TRACE_WARNING1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
783 #define SDP_TRACE_WARNING2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
784 #define SDP_TRACE_WARNING3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
785 #define SDP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
786 #define SDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
787 #define SDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
789 #define SDP_TRACE_API0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
790 #define SDP_TRACE_API1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
791 #define SDP_TRACE_API2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
792 #define SDP_TRACE_API3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
793 #define SDP_TRACE_API4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
794 #define SDP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
795 #define SDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
797 #define SDP_TRACE_EVENT0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
798 #define SDP_TRACE_EVENT1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
799 #define SDP_TRACE_EVENT2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
800 #define SDP_TRACE_EVENT3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
801 #define SDP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
802 #define SDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
803 #define SDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
805 #define SDP_TRACE_DEBUG0(m) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
806 #define SDP_TRACE_DEBUG1(m,p1) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
807 #define SDP_TRACE_DEBUG2(m,p1,p2) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
808 #define SDP_TRACE_DEBUG3(m,p1,p2,p3) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
809 #define SDP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
810 #define SDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
811 #define SDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
815 #define RFCOMM_TRACE_ERROR0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
816 #define RFCOMM_TRACE_ERROR1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
817 #define RFCOMM_TRACE_ERROR2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
818 #define RFCOMM_TRACE_ERROR3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
819 #define RFCOMM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
820 #define RFCOMM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
821 #define RFCOMM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
823 #define RFCOMM_TRACE_WARNING0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
824 #define RFCOMM_TRACE_WARNING1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
825 #define RFCOMM_TRACE_WARNING2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
826 #define RFCOMM_TRACE_WARNING3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
827 #define RFCOMM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
828 #define RFCOMM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
829 #define RFCOMM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
831 #define RFCOMM_TRACE_API0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
832 #define RFCOMM_TRACE_API1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
833 #define RFCOMM_TRACE_API2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
834 #define RFCOMM_TRACE_API3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
835 #define RFCOMM_TRACE_API4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
836 #define RFCOMM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
837 #define RFCOMM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
839 #define RFCOMM_TRACE_EVENT0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
840 #define RFCOMM_TRACE_EVENT1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
841 #define RFCOMM_TRACE_EVENT2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
842 #define RFCOMM_TRACE_EVENT3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
843 #define RFCOMM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
844 #define RFCOMM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
845 #define RFCOMM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
847 #define RFCOMM_TRACE_DEBUG0(m) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
848 #define RFCOMM_TRACE_DEBUG1(m,p1) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
849 #define RFCOMM_TRACE_DEBUG2(m,p1,p2) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
850 #define RFCOMM_TRACE_DEBUG3(m,p1,p2,p3) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
851 #define RFCOMM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
852 #define RFCOMM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
853 #define RFCOMM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
857 #define SPP_TRACE_ERROR0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
858 #define SPP_TRACE_ERROR1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
859 #define SPP_TRACE_ERROR2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
860 #define SPP_TRACE_ERROR3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
861 #define SPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
862 #define SPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
863 #define SPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
865 #define SPP_TRACE_WARNING0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
866 #define SPP_TRACE_WARNING1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
867 #define SPP_TRACE_WARNING2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
868 #define SPP_TRACE_WARNING3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
869 #define SPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
870 #define SPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
871 #define SPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
873 #define SPP_TRACE_EVENT0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
874 #define SPP_TRACE_EVENT1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
875 #define SPP_TRACE_EVENT2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
876 #define SPP_TRACE_EVENT3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
877 #define SPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
878 #define SPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
879 #define SPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
881 #define SPP_TRACE_API0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
882 #define SPP_TRACE_API1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
883 #define SPP_TRACE_API2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
884 #define SPP_TRACE_API3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
885 #define SPP_TRACE_API4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
886 #define SPP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
887 #define SPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
889 #define SPP_TRACE_DEBUG0(m) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
890 #define SPP_TRACE_DEBUG1(m,p1) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
891 #define SPP_TRACE_DEBUG2(m,p1,p2) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
892 #define SPP_TRACE_DEBUG3(m,p1,p2,p3) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
893 #define SPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
894 #define SPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
895 #define SPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
898 #define GAP_TRACE_ERROR0(m) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
899 #define GAP_TRACE_ERROR1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
900 #define GAP_TRACE_ERROR2(m,p1,p2) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
901 #define GAP_TRACE_ERROR3(m,p1,p2,p3) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
902 #define GAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
903 #define GAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
904 #define GAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
906 #define GAP_TRACE_EVENT0(m) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
907 #define GAP_TRACE_EVENT1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
908 #define GAP_TRACE_EVENT2(m,p1,p2) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
909 #define GAP_TRACE_EVENT3(m,p1,p2,p3) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
910 #define GAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
911 #define GAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
912 #define GAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
914 #define GAP_TRACE_API0(m) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
915 #define GAP_TRACE_API1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
916 #define GAP_TRACE_API2(m,p1,p2) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
917 #define GAP_TRACE_API3(m,p1,p2,p3) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
918 #define GAP_TRACE_API4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
919 #define GAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
920 #define GAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
922 #define GAP_TRACE_WARNING0(m) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
923 #define GAP_TRACE_WARNING1(m,p1) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
924 #define GAP_TRACE_WARNING2(m,p1,p2) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
925 #define GAP_TRACE_WARNING3(m,p1,p2,p3) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
926 #define GAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
927 #define GAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
928 #define GAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
933 #define OBX_TRACE_ERROR0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
934 #define OBX_TRACE_ERROR1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
935 #define OBX_TRACE_ERROR2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
936 #define OBX_TRACE_ERROR3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
937 #define OBX_TRACE_ERROR4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
938 #define OBX_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
939 #define OBX_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
941 #define OBX_TRACE_WARNING0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
942 #define OBX_TRACE_WARNING1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
943 #define OBX_TRACE_WARNING2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
944 #define OBX_TRACE_WARNING3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
945 #define OBX_TRACE_WARNING4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
946 #define OBX_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
947 #define OBX_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
949 #define OBX_TRACE_EVENT0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
950 #define OBX_TRACE_EVENT1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
951 #define OBX_TRACE_EVENT2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
952 #define OBX_TRACE_EVENT3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
953 #define OBX_TRACE_EVENT4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
954 #define OBX_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
955 #define OBX_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
957 #define OBX_TRACE_DEBUG0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
958 #define OBX_TRACE_DEBUG1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
959 #define OBX_TRACE_DEBUG2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
960 #define OBX_TRACE_DEBUG3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
961 #define OBX_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
962 #define OBX_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
963 #define OBX_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
965 #define OBX_TRACE_API0(m) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
966 #define OBX_TRACE_API1(m,p1) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
967 #define OBX_TRACE_API2(m,p1,p2) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
968 #define OBX_TRACE_API3(m,p1,p2,p3) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
969 #define OBX_TRACE_API4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
970 #define OBX_TRACE_API5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
971 #define OBX_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
975 #define GOEP_TRACE_ERROR0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
976 #define GOEP_TRACE_ERROR1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
977 #define GOEP_TRACE_ERROR2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
978 #define GOEP_TRACE_ERROR3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
979 #define GOEP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
980 #define GOEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
981 #define GOEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
983 #define GOEP_TRACE_WARNING0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
984 #define GOEP_TRACE_WARNING1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
985 #define GOEP_TRACE_WARNING2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
986 #define GOEP_TRACE_WARNING3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
987 #define GOEP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
988 #define GOEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
989 #define GOEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
991 #define GOEP_TRACE_EVENT0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
992 #define GOEP_TRACE_EVENT1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
993 #define GOEP_TRACE_EVENT2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
994 #define GOEP_TRACE_EVENT3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
995 #define GOEP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
996 #define GOEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
997 #define GOEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
999 #define GOEP_TRACE_DEBUG0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1000 #define GOEP_TRACE_DEBUG1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1001 #define GOEP_TRACE_DEBUG2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1002 #define GOEP_TRACE_DEBUG3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1003 #define GOEP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1004 #define GOEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1005 #define GOEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1007 #define GOEP_TRACE_API0(m) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1008 #define GOEP_TRACE_API1(m,p1) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1009 #define GOEP_TRACE_API2(m,p1,p2) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1010 #define GOEP_TRACE_API3(m,p1,p2,p3) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1011 #define GOEP_TRACE_API4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1012 #define GOEP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1013 #define GOEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1017 #define BPP_TRACE_ERROR0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1018 #define BPP_TRACE_ERROR1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1019 #define BPP_TRACE_ERROR2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1020 #define BPP_TRACE_ERROR3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1021 #define BPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1022 #define BPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1023 #define BPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1025 #define BPP_TRACE_WARNING0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1026 #define BPP_TRACE_WARNING1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1027 #define BPP_TRACE_WARNING2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1028 #define BPP_TRACE_WARNING3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1029 #define BPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1030 #define BPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1031 #define BPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1033 #define BPP_TRACE_EVENT0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1034 #define BPP_TRACE_EVENT1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1035 #define BPP_TRACE_EVENT2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1036 #define BPP_TRACE_EVENT3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1037 #define BPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1038 #define BPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1039 #define BPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1041 #define BPP_TRACE_DEBUG0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1042 #define BPP_TRACE_DEBUG1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1043 #define BPP_TRACE_DEBUG2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1044 #define BPP_TRACE_DEBUG3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1045 #define BPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1046 #define BPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1047 #define BPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1049 #define BPP_TRACE_API0(m) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1050 #define BPP_TRACE_API1(m,p1) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1051 #define BPP_TRACE_API2(m,p1,p2) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1052 #define BPP_TRACE_API3(m,p1,p2,p3) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1053 #define BPP_TRACE_API4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1054 #define BPP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1055 #define BPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1059 #define BIP_TRACE_ERROR0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1060 #define BIP_TRACE_ERROR1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1061 #define BIP_TRACE_ERROR2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1062 #define BIP_TRACE_ERROR3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1063 #define BIP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1064 #define BIP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1065 #define BIP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1067 #define BIP_TRACE_WARNING0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1068 #define BIP_TRACE_WARNING1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1069 #define BIP_TRACE_WARNING2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1070 #define BIP_TRACE_WARNING3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1071 #define BIP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1072 #define BIP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1073 #define BIP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1075 #define BIP_TRACE_EVENT0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1076 #define BIP_TRACE_EVENT1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1077 #define BIP_TRACE_EVENT2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1078 #define BIP_TRACE_EVENT3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1079 #define BIP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1080 #define BIP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1081 #define BIP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1083 #define BIP_TRACE_DEBUG0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1084 #define BIP_TRACE_DEBUG1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1085 #define BIP_TRACE_DEBUG2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1086 #define BIP_TRACE_DEBUG3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1087 #define BIP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1088 #define BIP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1089 #define BIP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1091 #define BIP_TRACE_API0(m) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1092 #define BIP_TRACE_API1(m,p1) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1093 #define BIP_TRACE_API2(m,p1,p2) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1094 #define BIP_TRACE_API3(m,p1,p2,p3) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1095 #define BIP_TRACE_API4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1096 #define BIP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1097 #define BIP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1101 #define TCS_TRACE_ERROR0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1102 #define TCS_TRACE_ERROR1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1103 #define TCS_TRACE_ERROR2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1104 #define TCS_TRACE_ERROR3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1105 #define TCS_TRACE_ERROR4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1106 #define TCS_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1107 #define TCS_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1109 #define TCS_TRACE_WARNING0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1110 #define TCS_TRACE_WARNING1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1111 #define TCS_TRACE_WARNING2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1112 #define TCS_TRACE_WARNING3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1113 #define TCS_TRACE_WARNING4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1114 #define TCS_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1115 #define TCS_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1117 #define TCS_TRACE_EVENT0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1118 #define TCS_TRACE_EVENT1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1119 #define TCS_TRACE_EVENT2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1120 #define TCS_TRACE_EVENT3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1121 #define TCS_TRACE_EVENT4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1122 #define TCS_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1123 #define TCS_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1125 #define TCS_TRACE_DEBUG0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1126 #define TCS_TRACE_DEBUG1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1127 #define TCS_TRACE_DEBUG2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1128 #define TCS_TRACE_DEBUG3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1129 #define TCS_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1130 #define TCS_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1131 #define TCS_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1133 #define TCS_TRACE_API0(m) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1134 #define TCS_TRACE_API1(m,p1) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1135 #define TCS_TRACE_API2(m,p1,p2) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1136 #define TCS_TRACE_API3(m,p1,p2,p3) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1137 #define TCS_TRACE_API4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1138 #define TCS_TRACE_API5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1139 #define TCS_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1143 #define ICP_TRACE_ERROR0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1144 #define ICP_TRACE_ERROR1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1145 #define ICP_TRACE_ERROR2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1146 #define ICP_TRACE_ERROR3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1147 #define ICP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1148 #define ICP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1149 #define ICP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1151 #define ICP_TRACE_WARNING0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1152 #define ICP_TRACE_WARNING1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1153 #define ICP_TRACE_WARNING2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1154 #define ICP_TRACE_WARNING3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1155 #define ICP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1156 #define ICP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1157 #define ICP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1159 #define ICP_TRACE_EVENT0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1160 #define ICP_TRACE_EVENT1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1161 #define ICP_TRACE_EVENT2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1162 #define ICP_TRACE_EVENT3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1163 #define ICP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1164 #define ICP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1165 #define ICP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1167 #define ICP_TRACE_DEBUG0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1168 #define ICP_TRACE_DEBUG1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1169 #define ICP_TRACE_DEBUG2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1170 #define ICP_TRACE_DEBUG3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1171 #define ICP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1172 #define ICP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1173 #define ICP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1175 #define ICP_TRACE_API0(m) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1176 #define ICP_TRACE_API1(m,p1) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1177 #define ICP_TRACE_API2(m,p1,p2) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1178 #define ICP_TRACE_API3(m,p1,p2,p3) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1179 #define ICP_TRACE_API4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1180 #define ICP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1181 #define ICP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1184 #define CTP_TRACE_ERROR0(m) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1185 #define CTP_TRACE_ERROR1(m,p1) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1186 #define CTP_TRACE_ERROR2(m,p1,p2) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1187 #define CTP_TRACE_ERROR3(m,p1,p2,p3) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1188 #define CTP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1189 #define CTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1190 #define CTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1192 #define CTP_TRACE_WARNING0(m) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1193 #define CTP_TRACE_WARNING1(m,p1) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1194 #define CTP_TRACE_WARNING2(m,p1,p2) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1195 #define CTP_TRACE_WARNING3(m,p1,p2,p3) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1196 #define CTP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1197 #define CTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1198 #define CTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1200 #define CTP_TRACE_EVENT0(m) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1201 #define CTP_TRACE_EVENT1(m,p1) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1202 #define CTP_TRACE_EVENT2(m,p1,p2) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1203 #define CTP_TRACE_EVENT3(m,p1,p2,p3) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1204 #define CTP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1205 #define CTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1206 #define CTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1208 #define CTP_TRACE_DEBUG0(m) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1209 #define CTP_TRACE_DEBUG1(m,p1) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1210 #define CTP_TRACE_DEBUG2(m,p1,p2) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1211 #define CTP_TRACE_DEBUG3(m,p1,p2,p3) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1212 #define CTP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1213 #define CTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1214 #define CTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1218 #define HIDH_TRACE_ERROR0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1219 #define HIDH_TRACE_ERROR1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1220 #define HIDH_TRACE_ERROR2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1221 #define HIDH_TRACE_ERROR3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1222 #define HIDH_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1223 #define HIDH_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1224 #define HIDH_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1226 #define HIDH_TRACE_WARNING0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1227 #define HIDH_TRACE_WARNING1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1228 #define HIDH_TRACE_WARNING2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1229 #define HIDH_TRACE_WARNING3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1230 #define HIDH_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1231 #define HIDH_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1232 #define HIDH_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1234 #define HIDH_TRACE_API0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1235 #define HIDH_TRACE_API1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1236 #define HIDH_TRACE_API2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1237 #define HIDH_TRACE_API3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1238 #define HIDH_TRACE_API4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1239 #define HIDH_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1240 #define HIDH_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1242 #define HIDH_TRACE_EVENT0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1243 #define HIDH_TRACE_EVENT1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1244 #define HIDH_TRACE_EVENT2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1245 #define HIDH_TRACE_EVENT3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1246 #define HIDH_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1247 #define HIDH_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1248 #define HIDH_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1250 #define HIDH_TRACE_DEBUG0(m) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1251 #define HIDH_TRACE_DEBUG1(m,p1) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1252 #define HIDH_TRACE_DEBUG2(m,p1,p2) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1253 #define HIDH_TRACE_DEBUG3(m,p1,p2,p3) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1254 #define HIDH_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1255 #define HIDH_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1256 #define HIDH_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1259 #define HIDD_TRACE_ERROR0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1260 #define HIDD_TRACE_ERROR1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1261 #define HIDD_TRACE_ERROR2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1262 #define HIDD_TRACE_ERROR3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1263 #define HIDD_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1264 #define HIDD_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1265 #define HIDD_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1267 #define HIDD_TRACE_WARNING0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1268 #define HIDD_TRACE_WARNING1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1269 #define HIDD_TRACE_WARNING2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1270 #define HIDD_TRACE_WARNING3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1271 #define HIDD_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1272 #define HIDD_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1273 #define HIDD_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1275 #define HIDD_TRACE_API0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1276 #define HIDD_TRACE_API1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1277 #define HIDD_TRACE_API2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1278 #define HIDD_TRACE_API3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1279 #define HIDD_TRACE_API4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1280 #define HIDD_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1281 #define HIDD_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1283 #define HIDD_TRACE_EVENT0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1284 #define HIDD_TRACE_EVENT1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1285 #define HIDD_TRACE_EVENT2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1286 #define HIDD_TRACE_EVENT3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1287 #define HIDD_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1288 #define HIDD_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1289 #define HIDD_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1291 #define HIDD_TRACE_DEBUG0(m) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1292 #define HIDD_TRACE_DEBUG1(m,p1) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1293 #define HIDD_TRACE_DEBUG2(m,p1,p2) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1294 #define HIDD_TRACE_DEBUG3(m,p1,p2,p3) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1295 #define HIDD_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1296 #define HIDD_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1297 #define HIDD_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1300 #define HSP2_TRACE_ERROR0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1301 #define HSP2_TRACE_ERROR1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1302 #define HSP2_TRACE_ERROR2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1303 #define HSP2_TRACE_ERROR3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1304 #define HSP2_TRACE_ERROR4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1305 #define HSP2_TRACE_ERROR5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1306 #define HSP2_TRACE_ERROR6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR)… argument
1308 #define HSP2_TRACE_WARNING0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1309 #define HSP2_TRACE_WARNING1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1310 #define HSP2_TRACE_WARNING2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1311 #define HSP2_TRACE_WARNING3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1312 #define HSP2_TRACE_WARNING4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1313 #define HSP2_TRACE_WARNING5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1314 #define HSP2_TRACE_WARNING6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNIN… argument
1316 #define HSP2_TRACE_API0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1317 #define HSP2_TRACE_API1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1318 #define HSP2_TRACE_API2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1319 #define HSP2_TRACE_API3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1320 #define HSP2_TRACE_API4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1321 #define HSP2_TRACE_API5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1322 #define HSP2_TRACE_API6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) B… argument
1324 #define HSP2_TRACE_EVENT0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1325 #define HSP2_TRACE_EVENT1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1326 #define HSP2_TRACE_EVENT2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1327 #define HSP2_TRACE_EVENT3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1328 #define HSP2_TRACE_EVENT4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1329 #define HSP2_TRACE_EVENT5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1330 #define HSP2_TRACE_EVENT6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT)… argument
1332 #define HSP2_TRACE_DEBUG0(pcb,m) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1333 #define HSP2_TRACE_DEBUG1(pcb,m,p1) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1334 #define HSP2_TRACE_DEBUG2(pcb,m,p1,p2) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1335 #define HSP2_TRACE_DEBUG3(pcb,m,p1,p2,p3) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1336 #define HSP2_TRACE_DEBUG4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1337 #define HSP2_TRACE_DEBUG5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1338 #define HSP2_TRACE_DEBUG6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
1342 #define NFC_TRACE_ERROR0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1343 #define NFC_TRACE_ERROR1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1344 #define NFC_TRACE_ERROR2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1345 #define NFC_TRACE_ERROR3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1346 #define NFC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1347 #define NFC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1348 #define NFC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1350 #define NFC_TRACE_WARNING0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1351 #define NFC_TRACE_WARNING1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1352 #define NFC_TRACE_WARNING2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1353 #define NFC_TRACE_WARNING3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1354 #define NFC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1355 #define NFC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1356 #define NFC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1358 #define NFC_TRACE_API0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1359 #define NFC_TRACE_API1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1360 #define NFC_TRACE_API2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1361 #define NFC_TRACE_API3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1362 #define NFC_TRACE_API4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1363 #define NFC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1364 #define NFC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1366 #define NFC_TRACE_EVENT0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1367 #define NFC_TRACE_EVENT1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1368 #define NFC_TRACE_EVENT2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1369 #define NFC_TRACE_EVENT3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1370 #define NFC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1371 #define NFC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1372 #define NFC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1374 #define NFC_TRACE_DEBUG0(m) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1375 #define NFC_TRACE_DEBUG1(m,p1) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1376 #define NFC_TRACE_DEBUG2(m,p1,p2) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1377 #define NFC_TRACE_DEBUG3(m,p1,p2,p3) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1378 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1379 #define NFC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1380 #define NFC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1382 #define NCI_TRACE_ERROR0(m) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1383 #define NCI_TRACE_ERROR1(m,p1) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1384 #define NCI_TRACE_ERROR2(m,p1,p2) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1385 #define NCI_TRACE_ERROR3(m,p1,p2,p3) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1386 #define NCI_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1387 #define NCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1388 #define NCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
1390 #define NCI_TRACE_WARNING0(m) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1391 #define NCI_TRACE_WARNING1(m,p1) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1392 #define NCI_TRACE_WARNING2(m,p1,p2) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1393 #define NCI_TRACE_WARNING3(m,p1,p2,p3) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1394 #define NCI_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1395 #define NCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1396 #define NCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
1398 #define NCI_TRACE_API0(m) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1399 #define NCI_TRACE_API1(m,p1) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1400 #define NCI_TRACE_API2(m,p1,p2) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1401 #define NCI_TRACE_API3(m,p1,p2,p3) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1402 #define NCI_TRACE_API4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1403 #define NCI_TRACE_API5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1404 #define NCI_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
1406 #define NCI_TRACE_EVENT0(m) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1407 #define NCI_TRACE_EVENT1(m,p1) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1408 #define NCI_TRACE_EVENT2(m,p1,p2) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1409 #define NCI_TRACE_EVENT3(m,p1,p2,p3) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1410 #define NCI_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1411 #define NCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1412 #define NCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
1414 #define NCI_TRACE_DEBUG0(m) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1415 #define NCI_TRACE_DEBUG1(m,p1) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1416 #define NCI_TRACE_DEBUG2(m,p1,p2) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1417 #define NCI_TRACE_DEBUG3(m,p1,p2,p3) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1418 #define NCI_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1419 #define NCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1420 #define NCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
1422 #define RW_TRACE_ERROR0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1423 #define RW_TRACE_ERROR1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1424 #define RW_TRACE_ERROR2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1425 #define RW_TRACE_ERROR3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1426 #define RW_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1427 #define RW_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1428 #define RW_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1430 #define RW_TRACE_WARNING0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1431 #define RW_TRACE_WARNING1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1432 #define RW_TRACE_WARNING2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1433 #define RW_TRACE_WARNING3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1434 #define RW_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1435 #define RW_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1436 #define RW_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1438 #define RW_TRACE_API0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1439 #define RW_TRACE_API1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1440 #define RW_TRACE_API2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1441 #define RW_TRACE_API3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1442 #define RW_TRACE_API4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1443 #define RW_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1444 #define RW_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1446 #define RW_TRACE_EVENT0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1447 #define RW_TRACE_EVENT1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1448 #define RW_TRACE_EVENT2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1449 #define RW_TRACE_EVENT3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1450 #define RW_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1451 #define RW_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1452 #define RW_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1454 #define RW_TRACE_DEBUG0(m) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1455 #define RW_TRACE_DEBUG1(m,p1) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1456 #define RW_TRACE_DEBUG2(m,p1,p2) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1457 #define RW_TRACE_DEBUG3(m,p1,p2,p3) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1458 #define RW_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1459 #define RW_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1460 #define RW_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1462 #define CE_TRACE_ERROR0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1463 #define CE_TRACE_ERROR1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1464 #define CE_TRACE_ERROR2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1465 #define CE_TRACE_ERROR3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1466 #define CE_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1467 #define CE_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1468 #define CE_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_T… argument
1470 #define CE_TRACE_WARNING0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1471 #define CE_TRACE_WARNING1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1472 #define CE_TRACE_WARNING2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1473 #define CE_TRACE_WARNING3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1474 #define CE_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1475 #define CE_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1476 #define CE_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT… argument
1478 #define CE_TRACE_API0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1479 #define CE_TRACE_API1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1480 #define CE_TRACE_API2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1481 #define CE_TRACE_API3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1482 #define CE_TRACE_API4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1483 #define CE_TRACE_API5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1484 #define CE_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
1486 #define CE_TRACE_EVENT0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1487 #define CE_TRACE_EVENT1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1488 #define CE_TRACE_EVENT2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1489 #define CE_TRACE_EVENT3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1490 #define CE_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1491 #define CE_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1492 #define CE_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_T… argument
1494 #define CE_TRACE_DEBUG0(m) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1495 #define CE_TRACE_DEBUG1(m,p1) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1496 #define CE_TRACE_DEBUG2(m,p1,p2) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1497 #define CE_TRACE_DEBUG3(m,p1,p2,p3) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1498 #define CE_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1499 #define CE_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1500 #define CE_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_T… argument
1502 #define NDEF_TRACE_ERROR0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1503 #define NDEF_TRACE_ERROR1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1504 #define NDEF_TRACE_ERROR2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1505 #define NDEF_TRACE_ERROR3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1506 #define NDEF_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1507 #define NDEF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1508 #define NDEF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1510 #define NDEF_TRACE_WARNING0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1511 #define NDEF_TRACE_WARNING1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1512 #define NDEF_TRACE_WARNING2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1513 #define NDEF_TRACE_WARNING3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1514 #define NDEF_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1515 #define NDEF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1516 #define NDEF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1518 #define NDEF_TRACE_API0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1519 #define NDEF_TRACE_API1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1520 #define NDEF_TRACE_API2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1521 #define NDEF_TRACE_API3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1522 #define NDEF_TRACE_API4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1523 #define NDEF_TRACE_API5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1524 #define NDEF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1526 #define NDEF_TRACE_EVENT0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1527 #define NDEF_TRACE_EVENT1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1528 #define NDEF_TRACE_EVENT2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1529 #define NDEF_TRACE_EVENT3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1530 #define NDEF_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1531 #define NDEF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1532 #define NDEF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1534 #define NDEF_TRACE_DEBUG0(m) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1535 #define NDEF_TRACE_DEBUG1(m,p1) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1536 #define NDEF_TRACE_DEBUG2(m,p1,p2) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1537 #define NDEF_TRACE_DEBUG3(m,p1,p2,p3) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1538 #define NDEF_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1539 #define NDEF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1540 #define NDEF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1544 #define NFA_TRACE_ERROR0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1545 #define NFA_TRACE_ERROR1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1546 #define NFA_TRACE_ERROR2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1547 #define NFA_TRACE_ERROR3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1548 #define NFA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1549 #define NFA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1550 #define NFA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1552 #define NFA_TRACE_WARNING0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1553 #define NFA_TRACE_WARNING1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1554 #define NFA_TRACE_WARNING2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1555 #define NFA_TRACE_WARNING3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1556 #define NFA_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1557 #define NFA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1558 #define NFA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1560 #define NFA_TRACE_API0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1561 #define NFA_TRACE_API1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1562 #define NFA_TRACE_API2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1563 #define NFA_TRACE_API3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1564 #define NFA_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1565 #define NFA_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1566 #define NFA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1568 #define NFA_TRACE_EVENT0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1569 #define NFA_TRACE_EVENT1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1570 #define NFA_TRACE_EVENT2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1571 #define NFA_TRACE_EVENT3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1572 #define NFA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1573 #define NFA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1574 #define NFA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1576 #define NFA_TRACE_DEBUG0(m) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1577 #define NFA_TRACE_DEBUG1(m,p1) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1578 #define NFA_TRACE_DEBUG2(m,p1,p2) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1579 #define NFA_TRACE_DEBUG3(m,p1,p2,p3) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1580 #define NFA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1581 #define NFA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1582 #define NFA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1586 #define P2P_TRACE_ERROR0(m) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1587 #define P2P_TRACE_ERROR1(m,p1) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1588 #define P2P_TRACE_ERROR2(m,p1,p2) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1589 #define P2P_TRACE_ERROR3(m,p1,p2,p3) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1590 #define P2P_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1591 #define P2P_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1592 #define P2P_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1594 #define P2P_TRACE_WARNING0(m) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1595 #define P2P_TRACE_WARNING1(m,p1) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1596 #define P2P_TRACE_WARNING2(m,p1,p2) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1597 #define P2P_TRACE_WARNING3(m,p1,p2,p3) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1598 #define P2P_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1599 #define P2P_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1600 #define P2P_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1602 #define P2P_TRACE_API0(m) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1603 #define P2P_TRACE_API1(m,p1) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1604 #define P2P_TRACE_API2(m,p1,p2) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1605 #define P2P_TRACE_API3(m,p1,p2,p3) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1606 #define P2P_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1607 #define P2P_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1608 #define P2P_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1610 #define P2P_TRACE_EVENT0(m) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1611 #define P2P_TRACE_EVENT1(m,p1) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1612 #define P2P_TRACE_EVENT2(m,p1,p2) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1613 #define P2P_TRACE_EVENT3(m,p1,p2,p3) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1614 #define P2P_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1615 #define P2P_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1616 #define P2P_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1618 #define P2P_TRACE_DEBUG0(m) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1619 #define P2P_TRACE_DEBUG1(m,p1) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1620 #define P2P_TRACE_DEBUG2(m,p1,p2) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1621 #define P2P_TRACE_DEBUG3(m,p1,p2,p3) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1622 #define P2P_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1623 #define P2P_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1624 #define P2P_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1628 #define CHO_TRACE_ERROR0(m) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1629 #define CHO_TRACE_ERROR1(m,p1) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1630 #define CHO_TRACE_ERROR2(m,p1,p2) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1631 #define CHO_TRACE_ERROR3(m,p1,p2,p3) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1632 #define CHO_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1633 #define CHO_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1634 #define CHO_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1636 #define CHO_TRACE_WARNING0(m) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1637 #define CHO_TRACE_WARNING1(m,p1) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1638 #define CHO_TRACE_WARNING2(m,p1,p2) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1639 #define CHO_TRACE_WARNING3(m,p1,p2,p3) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1640 #define CHO_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1641 #define CHO_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1642 #define CHO_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1644 #define CHO_TRACE_API0(m) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1645 #define CHO_TRACE_API1(m,p1) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1646 #define CHO_TRACE_API2(m,p1,p2) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1647 #define CHO_TRACE_API3(m,p1,p2,p3) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1648 #define CHO_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1649 #define CHO_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1650 #define CHO_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1652 #define CHO_TRACE_EVENT0(m) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1653 #define CHO_TRACE_EVENT1(m,p1) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1654 #define CHO_TRACE_EVENT2(m,p1,p2) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1655 #define CHO_TRACE_EVENT3(m,p1,p2,p3) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1656 #define CHO_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1657 #define CHO_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1658 #define CHO_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1660 #define CHO_TRACE_DEBUG0(m) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1661 #define CHO_TRACE_DEBUG1(m,p1) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1662 #define CHO_TRACE_DEBUG2(m,p1,p2) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1663 #define CHO_TRACE_DEBUG3(m,p1,p2,p3) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1664 #define CHO_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1665 #define CHO_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1666 #define CHO_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1670 #define SNEP_TRACE_ERROR0(m) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1671 #define SNEP_TRACE_ERROR1(m,p1) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1672 #define SNEP_TRACE_ERROR2(m,p1,p2) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1673 #define SNEP_TRACE_ERROR3(m,p1,p2,p3) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1674 #define SNEP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1675 #define SNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1676 #define SNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERR… argument
1678 #define SNEP_TRACE_WARNING0(m) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1679 #define SNEP_TRACE_WARNING1(m,p1) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1680 #define SNEP_TRACE_WARNING2(m,p1,p2) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1681 #define SNEP_TRACE_WARNING3(m,p1,p2,p3) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1682 #define SNEP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1683 #define SNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1684 #define SNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WAR… argument
1686 #define SNEP_TRACE_API0(m) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1687 #define SNEP_TRACE_API1(m,p1) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1688 #define SNEP_TRACE_API2(m,p1,p2) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1689 #define SNEP_TRACE_API3(m,p1,p2,p3) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1690 #define SNEP_TRACE_API4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1691 #define SNEP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1692 #define SNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API… argument
1694 #define SNEP_TRACE_EVENT0(m) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1695 #define SNEP_TRACE_EVENT1(m,p1) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1696 #define SNEP_TRACE_EVENT2(m,p1,p2) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1697 #define SNEP_TRACE_EVENT3(m,p1,p2,p3) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1698 #define SNEP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1699 #define SNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1700 #define SNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVE… argument
1702 #define SNEP_TRACE_DEBUG0(m) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1703 #define SNEP_TRACE_DEBUG1(m,p1) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1704 #define SNEP_TRACE_DEBUG2(m,p1,p2) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1705 #define SNEP_TRACE_DEBUG3(m,p1,p2,p3) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1706 #define SNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1707 #define SNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1708 #define SNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEB… argument
1710 #define MMI_TRACE_0(m) argument
1711 #define MMI_TRACE_1(m,p1) argument
1712 #define MMI_TRACE_2(m,p1,p2) argument
1713 #define MMI_TRACE_3(m,p1,p2,p3) argument
1714 #define MMI_TRACE_4(m,p1,p2,p3,p4) argument
1715 #define MMI_TRACE_5(m,p1,p2,p3,p4,p5) argument
1716 #define MMI_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
1718 #define MMI_DEBUG_0(m) BT_TRACE_0(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m) argument
1719 #define MMI_DEBUG_1(m,p1) BT_TRACE_1(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1) argument
1720 #define MMI_DEBUG_2(m,p1,p2) BT_TRACE_2(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1721 #define MMI_DEBUG_3(m,p1,p2,p3) BT_TRACE_3(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1722 #define MMI_DEBUG_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1723 #define MMI_DEBUG_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1724 #define MMI_DEBUG_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1726 #define MMI_WARNING_0(m) BT_TRACE_0(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m) argument
1727 #define MMI_WARNING_1(m,p1) BT_TRACE_1(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1728 #define MMI_WARNING_2(m,p1,p2) BT_TRACE_2(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1729 #define MMI_WARNING_3(m,p1,p2,p3) BT_TRACE_3(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1730 #define MMI_WARNING_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1731 #define MMI_WARNING_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1732 #define MMI_WARNING_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1734 #define MMI_ERROR_0(m) BT_TRACE_0(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m) argument
1735 #define MMI_ERROR_1(m,p1) BT_TRACE_1(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1) argument
1736 #define MMI_ERROR_2(m,p1,p2) BT_TRACE_2(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1737 #define MMI_ERROR_3(m,p1,p2,p3) BT_TRACE_3(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1738 #define MMI_ERROR_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1739 #define MMI_ERROR_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1740 #define MMI_ERROR_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1742 #define TAK_TRACE_0(m) MMI_Echo(m) argument
1746 #define MSKB_TRACE_0(m) MMI_Echo(m) argument
1747 #define MSKB_TRACE_1(m,p1) MMI_Echo(m,p1) argument
1748 #define MSKB_TRACE_2(m,p1,p2) MMI_Echo(m,p1,p2) argument
1749 #define MSKB_TRACE_3(m,p1,p2,p3) MMI_Echo(m,p1,p2,p3) argument
1750 #define MSKB_TRACE_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1751 #define MSKB_TRACE_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1752 #define MSKB_TRACE_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1754 #define MSKB_DEBUG_0(m) MMI_Echo(m) argument
1755 #define MSKB_DEBUG_1(m,p1) MMI_Echo(m,p1) argument
1756 #define MSKB_DEBUG_2(m,p1,p2) MMI_Echo(m,p1,p2) argument
1757 #define MSKB_DEBUG_3(m,p1,p2,p3) MMI_Echo(m,p1,p2,p3) argument
1758 #define MSKB_DEBUG_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1759 #define MSKB_DEBUG_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1760 #define MSKB_DEBUG_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1762 #define MSKB_ERROR_0(m) MMI_Echo(m) argument
1763 #define MSKB_ERROR_1(m,p1) MMI_Echo(m,p1) argument
1764 #define MSKB_ERROR_2(m,p1,p2) MMI_Echo(m,p1,p2) argument
1765 #define MSKB_ERROR_3(m,p1,p2,p3) MMI_Echo(m,p1,p2,p3) argument
1766 #define MSKB_ERROR_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1767 #define MSKB_ERROR_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1768 #define MSKB_ERROR_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1772 #define DUN_TRACE_ERROR0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1773 #define DUN_TRACE_ERROR1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1774 #define DUN_TRACE_ERROR2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1775 #define DUN_TRACE_ERROR3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1776 #define DUN_TRACE_ERROR4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1777 #define DUN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1778 #define DUN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
1780 #define DUN_TRACE_WARNING0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1781 #define DUN_TRACE_WARNING1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1782 #define DUN_TRACE_WARNING2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1783 #define DUN_TRACE_WARNING3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1784 #define DUN_TRACE_WARNING4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1785 #define DUN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1786 #define DUN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
1788 #define DUN_TRACE_API0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1789 #define DUN_TRACE_API1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1790 #define DUN_TRACE_API2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1791 #define DUN_TRACE_API3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1792 #define DUN_TRACE_API4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1793 #define DUN_TRACE_API5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1794 #define DUN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
1796 #define DUN_TRACE_EVENT0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1797 #define DUN_TRACE_EVENT1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1798 #define DUN_TRACE_EVENT2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1799 #define DUN_TRACE_EVENT3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1800 #define DUN_TRACE_EVENT4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1801 #define DUN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1802 #define DUN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
1804 #define DUN_TRACE_DEBUG0(m) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1805 #define DUN_TRACE_DEBUG1(m,p1) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1806 #define DUN_TRACE_DEBUG2(m,p1,p2) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1807 #define DUN_TRACE_DEBUG3(m,p1,p2,p3) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1808 #define DUN_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1809 #define DUN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1810 #define DUN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
1814 #define HCRP_TRACE_ERROR0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1815 #define HCRP_TRACE_ERROR1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1816 #define HCRP_TRACE_ERROR2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1817 #define HCRP_TRACE_ERROR3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1818 #define HCRP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1819 #define HCRP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1820 #define HCRP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1822 #define HCRP_TRACE_WARNING0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1823 #define HCRP_TRACE_WARNING1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1824 #define HCRP_TRACE_WARNING2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1825 #define HCRP_TRACE_WARNING3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1826 #define HCRP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1827 #define HCRP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1828 #define HCRP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1830 #define HCRP_TRACE_API0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1831 #define HCRP_TRACE_API1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1832 #define HCRP_TRACE_API2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1833 #define HCRP_TRACE_API3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1834 #define HCRP_TRACE_API4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1835 #define HCRP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1836 #define HCRP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1838 #define HCRP_TRACE_EVENT0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1839 #define HCRP_TRACE_EVENT1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1840 #define HCRP_TRACE_EVENT2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1841 #define HCRP_TRACE_EVENT3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1842 #define HCRP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1843 #define HCRP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1844 #define HCRP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1846 #define HCRP_TRACE_DEBUG0(m) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1847 #define HCRP_TRACE_DEBUG1(m,p1) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1848 #define HCRP_TRACE_DEBUG2(m,p1,p2) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1849 #define HCRP_TRACE_DEBUG3(m,p1,p2,p3) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1850 #define HCRP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1851 #define HCRP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1852 #define HCRP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
1856 #define HCRPM_TRACE_ERROR0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1857 #define HCRPM_TRACE_ERROR1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1858 #define HCRPM_TRACE_ERROR2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1859 #define HCRPM_TRACE_ERROR3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1860 #define HCRPM_TRACE_ERROR4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1861 #define HCRPM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1862 #define HCRPM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR… argument
1864 #define HCRPM_TRACE_WARNING0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1865 #define HCRPM_TRACE_WARNING1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1866 #define HCRPM_TRACE_WARNING2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1867 #define HCRPM_TRACE_WARNING3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1868 #define HCRPM_TRACE_WARNING4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1869 #define HCRPM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1870 #define HCRPM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNI… argument
1872 #define HCRPM_TRACE_API0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1873 #define HCRPM_TRACE_API1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1874 #define HCRPM_TRACE_API2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1875 #define HCRPM_TRACE_API3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1876 #define HCRPM_TRACE_API4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1877 #define HCRPM_TRACE_API5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1878 #define HCRPM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) … argument
1880 #define HCRPM_TRACE_EVENT0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1881 #define HCRPM_TRACE_EVENT1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1882 #define HCRPM_TRACE_EVENT2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1883 #define HCRPM_TRACE_EVENT3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1884 #define HCRPM_TRACE_EVENT4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1885 #define HCRPM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1886 #define HCRPM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT… argument
1888 #define HCRPM_TRACE_DEBUG0(m) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1889 #define HCRPM_TRACE_DEBUG1(m,p1) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1890 #define HCRPM_TRACE_DEBUG2(m,p1,p2) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1891 #define HCRPM_TRACE_DEBUG3(m,p1,p2,p3) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1892 #define HCRPM_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1893 #define HCRPM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1894 #define HCRPM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG… argument
1898 #define RPC_TRACE_ERROR0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1899 #define RPC_TRACE_ERROR1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1901 #define RPC_TRACE_ERROR2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1903 #define RPC_TRACE_ERROR3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1905 #define RPC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1907 #define RPC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1909 #define RPC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1912 #define RPC_TRACE_WARNING0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1913 #define RPC_TRACE_WARNING1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1915 #define RPC_TRACE_WARNING2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1917 #define RPC_TRACE_WARNING3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1919 #define RPC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1921 #define RPC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1923 #define RPC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1926 #define RPC_TRACE_API0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1927 #define RPC_TRACE_API1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1929 #define RPC_TRACE_API2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1931 #define RPC_TRACE_API3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1933 #define RPC_TRACE_API4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1935 #define RPC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1937 #define RPC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1940 #define RPC_TRACE_EVENT0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1941 #define RPC_TRACE_EVENT1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1943 #define RPC_TRACE_EVENT2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1945 #define RPC_TRACE_EVENT3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1947 #define RPC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1949 #define RPC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1951 #define RPC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1954 #define RPC_TRACE_DEBUG0(m) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1955 #define RPC_TRACE_DEBUG1(m,p1) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1957 #define RPC_TRACE_DEBUG2(m,p1,p2) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1959 #define RPC_TRACE_DEBUG3(m,p1,p2,p3) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1961 #define RPC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1963 #define RPC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1965 #define RPC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1970 #define BNEP_TRACE_ERROR0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1971 #define BNEP_TRACE_ERROR1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1972 #define BNEP_TRACE_ERROR2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1973 #define BNEP_TRACE_ERROR3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1974 #define BNEP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1975 #define BNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1976 #define BNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
1978 #define BNEP_TRACE_WARNING0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1979 #define BNEP_TRACE_WARNING1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1980 #define BNEP_TRACE_WARNING2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1981 #define BNEP_TRACE_WARNING3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1982 #define BNEP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1983 #define BNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1984 #define BNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
1986 #define BNEP_TRACE_API0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1987 #define BNEP_TRACE_API1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1988 #define BNEP_TRACE_API2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1989 #define BNEP_TRACE_API3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1990 #define BNEP_TRACE_API4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1991 #define BNEP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1992 #define BNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
1994 #define BNEP_TRACE_EVENT0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1995 #define BNEP_TRACE_EVENT1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1996 #define BNEP_TRACE_EVENT2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1997 #define BNEP_TRACE_EVENT3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1998 #define BNEP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
1999 #define BNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2000 #define BNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2002 #define BNEP_TRACE_DEBUG0(m) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2003 #define BNEP_TRACE_DEBUG1(m,p1) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2004 #define BNEP_TRACE_DEBUG2(m,p1,p2) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2005 #define BNEP_TRACE_DEBUG3(m,p1,p2,p3) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2006 #define BNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2007 #define BNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2008 #define BNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2012 #define PAN_TRACE_ERROR0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2013 #define PAN_TRACE_ERROR1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2014 #define PAN_TRACE_ERROR2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2015 #define PAN_TRACE_ERROR3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2016 #define PAN_TRACE_ERROR4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2017 #define PAN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2018 #define PAN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2020 #define PAN_TRACE_WARNING0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2021 #define PAN_TRACE_WARNING1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2022 #define PAN_TRACE_WARNING2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2023 #define PAN_TRACE_WARNING3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2024 #define PAN_TRACE_WARNING4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2025 #define PAN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2026 #define PAN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2028 #define PAN_TRACE_API0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2029 #define PAN_TRACE_API1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2030 #define PAN_TRACE_API2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2031 #define PAN_TRACE_API3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2032 #define PAN_TRACE_API4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2033 #define PAN_TRACE_API5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2034 #define PAN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2036 #define PAN_TRACE_EVENT0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2037 #define PAN_TRACE_EVENT1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2038 #define PAN_TRACE_EVENT2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2039 #define PAN_TRACE_EVENT3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2040 #define PAN_TRACE_EVENT4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2041 #define PAN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2042 #define PAN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2044 #define PAN_TRACE_DEBUG0(m) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2045 #define PAN_TRACE_DEBUG1(m,p1) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2046 #define PAN_TRACE_DEBUG2(m,p1,p2) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2047 #define PAN_TRACE_DEBUG3(m,p1,p2,p3) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2048 #define PAN_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2049 #define PAN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2050 #define PAN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2054 #define SAP_TRACE_ERROR0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2055 #define SAP_TRACE_ERROR1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2056 #define SAP_TRACE_ERROR2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2057 #define SAP_TRACE_ERROR3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2058 #define SAP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2059 #define SAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2060 #define SAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2062 #define SAP_TRACE_WARNING0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2063 #define SAP_TRACE_WARNING1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2064 #define SAP_TRACE_WARNING2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2065 #define SAP_TRACE_WARNING3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2066 #define SAP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2067 #define SAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2068 #define SAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2070 #define SAP_TRACE_API0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2071 #define SAP_TRACE_API1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2072 #define SAP_TRACE_API2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2073 #define SAP_TRACE_API3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2074 #define SAP_TRACE_API4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2075 #define SAP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2076 #define SAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2078 #define SAP_TRACE_EVENT0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2079 #define SAP_TRACE_EVENT1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2080 #define SAP_TRACE_EVENT2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2081 #define SAP_TRACE_EVENT3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2082 #define SAP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2083 #define SAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2084 #define SAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2086 #define SAP_TRACE_DEBUG0(m) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2087 #define SAP_TRACE_DEBUG1(m,p1) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2088 #define SAP_TRACE_DEBUG2(m,p1,p2) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2089 #define SAP_TRACE_DEBUG3(m,p1,p2,p3) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2090 #define SAP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2091 #define SAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2092 #define SAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2096 #define OPP_TRACE_ERROR0(m) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2097 #define OPP_TRACE_ERROR1(m,p1) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2098 #define OPP_TRACE_ERROR2(m,p1,p2) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2099 #define OPP_TRACE_ERROR3(m,p1,p2,p3) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2100 #define OPP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2101 #define OPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2102 #define OPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2104 #define OPP_TRACE_WARNING0(m) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2105 #define OPP_TRACE_WARNING1(m,p1) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2106 #define OPP_TRACE_WARNING2(m,p1,p2) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2107 #define OPP_TRACE_WARNING3(m,p1,p2,p3) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2108 #define OPP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2109 #define OPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2110 #define OPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2112 #define OPP_TRACE_EVENT0(m) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2113 #define OPP_TRACE_EVENT1(m,p1) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2114 #define OPP_TRACE_EVENT2(m,p1,p2) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2115 #define OPP_TRACE_EVENT3(m,p1,p2,p3) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2116 #define OPP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2117 #define OPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2118 #define OPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2120 #define OPP_TRACE_DEBUG0(m) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2121 #define OPP_TRACE_DEBUG1(m,p1) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2122 #define OPP_TRACE_DEBUG2(m,p1,p2) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2123 #define OPP_TRACE_DEBUG3(m,p1,p2,p3) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2124 #define OPP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2125 #define OPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2126 #define OPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2130 #define FTP_TRACE_ERROR0(m) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2131 #define FTP_TRACE_ERROR1(m,p1) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2132 #define FTP_TRACE_ERROR2(m,p1,p2) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2133 #define FTP_TRACE_ERROR3(m,p1,p2,p3) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2134 #define FTP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2135 #define FTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2136 #define FTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2138 #define FTP_TRACE_WARNING0(m) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2139 #define FTP_TRACE_WARNING1(m,p1) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2140 #define FTP_TRACE_WARNING2(m,p1,p2) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2141 #define FTP_TRACE_WARNING3(m,p1,p2,p3) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2142 #define FTP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2143 #define FTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2144 #define FTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2146 #define FTP_TRACE_EVENT0(m) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2147 #define FTP_TRACE_EVENT1(m,p1) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2148 #define FTP_TRACE_EVENT2(m,p1,p2) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2149 #define FTP_TRACE_EVENT3(m,p1,p2,p3) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2150 #define FTP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2151 #define FTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2152 #define FTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2154 #define FTP_TRACE_DEBUG0(m) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2155 #define FTP_TRACE_DEBUG1(m,p1) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2156 #define FTP_TRACE_DEBUG2(m,p1,p2) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2157 #define FTP_TRACE_DEBUG3(m,p1,p2,p3) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2158 #define FTP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2159 #define FTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2160 #define FTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2164 #define A2D_TRACE_ERROR0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2165 #define A2D_TRACE_ERROR1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2166 #define A2D_TRACE_ERROR2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2167 #define A2D_TRACE_ERROR3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2168 #define A2D_TRACE_ERROR4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2169 #define A2D_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2170 #define A2D_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2172 #define A2D_TRACE_WARNING0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2173 #define A2D_TRACE_WARNING1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2174 #define A2D_TRACE_WARNING2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2175 #define A2D_TRACE_WARNING3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2176 #define A2D_TRACE_WARNING4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2177 #define A2D_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2178 #define A2D_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2180 #define A2D_TRACE_EVENT0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2181 #define A2D_TRACE_EVENT1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2182 #define A2D_TRACE_EVENT2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2183 #define A2D_TRACE_EVENT3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2184 #define A2D_TRACE_EVENT4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2185 #define A2D_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2186 #define A2D_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2188 #define A2D_TRACE_DEBUG0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2189 #define A2D_TRACE_DEBUG1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2190 #define A2D_TRACE_DEBUG2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2191 #define A2D_TRACE_DEBUG3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2192 #define A2D_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2193 #define A2D_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2194 #define A2D_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2196 #define A2D_TRACE_API0(m) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2197 #define A2D_TRACE_API1(m,p1) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2198 #define A2D_TRACE_API2(m,p1,p2) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2199 #define A2D_TRACE_API3(m,p1,p2,p3) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2200 #define A2D_TRACE_API4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2201 #define A2D_TRACE_API5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2202 #define A2D_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2206 #define VDP_TRACE_ERROR0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2207 #define VDP_TRACE_ERROR1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2208 #define VDP_TRACE_ERROR2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2209 #define VDP_TRACE_ERROR3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2210 #define VDP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2211 #define VDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2212 #define VDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) B… argument
2214 #define VDP_TRACE_WARNING0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2215 #define VDP_TRACE_WARNING1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2216 #define VDP_TRACE_WARNING2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2217 #define VDP_TRACE_WARNING3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2218 #define VDP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2219 #define VDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2220 #define VDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING)… argument
2222 #define VDP_TRACE_EVENT0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2223 #define VDP_TRACE_EVENT1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2224 #define VDP_TRACE_EVENT2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2225 #define VDP_TRACE_EVENT3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2226 #define VDP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2227 #define VDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2228 #define VDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) B… argument
2230 #define VDP_TRACE_DEBUG0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2231 #define VDP_TRACE_DEBUG1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2232 #define VDP_TRACE_DEBUG2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2233 #define VDP_TRACE_DEBUG3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2234 #define VDP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2235 #define VDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2236 #define VDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) B… argument
2238 #define VDP_TRACE_API0(m) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2239 #define VDP_TRACE_API1(m,p1) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2240 #define VDP_TRACE_API2(m,p1,p2) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2241 #define VDP_TRACE_API3(m,p1,p2,p3) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2242 #define VDP_TRACE_API4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2243 #define VDP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2244 #define VDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_… argument
2249 #define LMP_TRACE_ERROR0(m) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2250 #define LMP_TRACE_ERROR1(m,p1) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2251 #define LMP_TRACE_ERROR2(m,p1,p2) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2252 #define LMP_TRACE_ERROR3(m,p1,p2,p3) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2253 #define LMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2254 #define LMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2255 #define LMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TR… argument
2257 #define LMP_TRACE_WARNING0(m) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2258 #define LMP_TRACE_WARNING1(m,p1) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2259 #define LMP_TRACE_WARNING2(m,p1,p2) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2260 #define LMP_TRACE_WARNING3(m,p1,p2,p3) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2261 #define LMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2262 #define LMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2263 #define LMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_… argument
2265 #define LMP_TRACE_EVENT0(m) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2266 #define LMP_TRACE_EVENT1(m,p1) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2267 #define LMP_TRACE_EVENT2(m,p1,p2) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2268 #define LMP_TRACE_EVENT3(m,p1,p2,p3) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2269 #define LMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2270 #define LMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2271 #define LMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TR… argument
2273 #define LMP_TRACE_DEBUG0(m) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2274 #define LMP_TRACE_DEBUG1(m,p1) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2275 #define LMP_TRACE_DEBUG2(m,p1,p2) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2276 #define LMP_TRACE_DEBUG3(m,p1,p2,p3) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2277 #define LMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2278 #define LMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2279 #define LMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TR… argument
2283 #define LC_TRACE_ERROR0(m) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2284 #define LC_TRACE_ERROR1(m,p1) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2285 #define LC_TRACE_ERROR2(m,p1,p2) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2286 #define LC_TRACE_ERROR3(m,p1,p2,p3) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2287 #define LC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2288 #define LC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2289 #define LC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR… argument
2291 #define LC_TRACE_WARNING0(m) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2292 #define LC_TRACE_WARNING1(m,p1) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2293 #define LC_TRACE_WARNING2(m,p1,p2) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2294 #define LC_TRACE_WARNING3(m,p1,p2,p3) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2295 #define LC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2296 #define LC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2297 #define LC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNI… argument
2299 #define LC_TRACE_EVENT0(m) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2300 #define LC_TRACE_EVENT1(m,p1) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2301 #define LC_TRACE_EVENT2(m,p1,p2) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2302 #define LC_TRACE_EVENT3(m,p1,p2,p3) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2303 #define LC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2304 #define LC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2305 #define LC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT… argument
2307 #define LC_TRACE_DEBUG0(m) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2308 #define LC_TRACE_DEBUG1(m,p1) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2309 #define LC_TRACE_DEBUG2(m,p1,p2) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2310 #define LC_TRACE_DEBUG3(m,p1,p2,p3) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2311 #define LC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2312 #define LC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG… argument
2316 #define SDA_TRACE_ERROR0(m) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2317 #define SDA_TRACE_ERROR1(m,p1) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2318 #define SDA_TRACE_ERROR2(m,p1,p2) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2319 #define SDA_TRACE_ERROR3(m,p1,p2,p3) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2320 #define SDA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2321 #define SDA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2322 #define SDA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2324 #define SDA_TRACE_WARNING0(m) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2325 #define SDA_TRACE_WARNING1(m,p1) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2326 #define SDA_TRACE_WARNING2(m,p1,p2) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2327 #define SDA_TRACE_WARNING3(m,p1,p2,p3) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2328 #define SDA_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2329 #define SDA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2330 #define SDA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2332 #define SDA_TRACE_EVENT0(m) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2333 #define SDA_TRACE_EVENT1(m,p1) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2334 #define SDA_TRACE_EVENT2(m,p1,p2) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2335 #define SDA_TRACE_EVENT3(m,p1,p2,p3) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2336 #define SDA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2337 #define SDA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2338 #define SDA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2340 #define SDA_TRACE_DEBUG0(m) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2341 #define SDA_TRACE_DEBUG1(m,p1) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2342 #define SDA_TRACE_DEBUG2(m,p1,p2) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2343 #define SDA_TRACE_DEBUG3(m,p1,p2,p3) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2344 #define SDA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2345 #define SDA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2346 #define SDA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVE… argument
2350 #define AVDT_TRACE_ERROR0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2351 #define AVDT_TRACE_ERROR1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2352 #define AVDT_TRACE_ERROR2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2353 #define AVDT_TRACE_ERROR3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2354 #define AVDT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2355 #define AVDT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2356 #define AVDT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2358 #define AVDT_TRACE_WARNING0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2359 #define AVDT_TRACE_WARNING1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2360 #define AVDT_TRACE_WARNING2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2361 #define AVDT_TRACE_WARNING3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2362 #define AVDT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2363 #define AVDT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2364 #define AVDT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2366 #define AVDT_TRACE_EVENT0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2367 #define AVDT_TRACE_EVENT1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2368 #define AVDT_TRACE_EVENT2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2369 #define AVDT_TRACE_EVENT3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2370 #define AVDT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2371 #define AVDT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2372 #define AVDT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2374 #define AVDT_TRACE_DEBUG0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2375 #define AVDT_TRACE_DEBUG1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2376 #define AVDT_TRACE_DEBUG2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2377 #define AVDT_TRACE_DEBUG3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2378 #define AVDT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2379 #define AVDT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2380 #define AVDT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2382 #define AVDT_TRACE_API0(m) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2383 #define AVDT_TRACE_API1(m,p1) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2384 #define AVDT_TRACE_API2(m,p1,p2) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2385 #define AVDT_TRACE_API3(m,p1,p2,p3) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2386 #define AVDT_TRACE_API4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2387 #define AVDT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2388 #define AVDT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2392 #define AVCT_TRACE_ERROR0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2393 #define AVCT_TRACE_ERROR1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2394 #define AVCT_TRACE_ERROR2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2395 #define AVCT_TRACE_ERROR3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2396 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2397 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2398 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2400 #define AVCT_TRACE_WARNING0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2401 #define AVCT_TRACE_WARNING1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2402 #define AVCT_TRACE_WARNING2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2403 #define AVCT_TRACE_WARNING3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2404 #define AVCT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2405 #define AVCT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2406 #define AVCT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2408 #define AVCT_TRACE_EVENT0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2409 #define AVCT_TRACE_EVENT1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2410 #define AVCT_TRACE_EVENT2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2411 #define AVCT_TRACE_EVENT3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2412 #define AVCT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2413 #define AVCT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2414 #define AVCT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2416 #define AVCT_TRACE_DEBUG0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2417 #define AVCT_TRACE_DEBUG1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2418 #define AVCT_TRACE_DEBUG2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2419 #define AVCT_TRACE_DEBUG3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2420 #define AVCT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2421 #define AVCT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2422 #define AVCT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2424 #define AVCT_TRACE_API0(m) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2425 #define AVCT_TRACE_API1(m,p1) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2426 #define AVCT_TRACE_API2(m,p1,p2) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2427 #define AVCT_TRACE_API3(m,p1,p2,p3) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2428 #define AVCT_TRACE_API4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2429 #define AVCT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2430 #define AVCT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2435 #define AVRC_TRACE_ERROR0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2436 #define AVRC_TRACE_ERROR1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2437 #define AVRC_TRACE_ERROR2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2438 #define AVRC_TRACE_ERROR3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2439 #define AVRC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2440 #define AVRC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2441 #define AVRC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR)… argument
2443 #define AVRC_TRACE_WARNING0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2444 #define AVRC_TRACE_WARNING1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2445 #define AVRC_TRACE_WARNING2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2446 #define AVRC_TRACE_WARNING3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2447 #define AVRC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2448 #define AVRC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2449 #define AVRC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNIN… argument
2451 #define AVRC_TRACE_EVENT0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2452 #define AVRC_TRACE_EVENT1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2453 #define AVRC_TRACE_EVENT2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2454 #define AVRC_TRACE_EVENT3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2455 #define AVRC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2456 #define AVRC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2457 #define AVRC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT)… argument
2459 #define AVRC_TRACE_DEBUG0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2460 #define AVRC_TRACE_DEBUG1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2461 #define AVRC_TRACE_DEBUG2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2462 #define AVRC_TRACE_DEBUG3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2463 #define AVRC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2464 #define AVRC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2465 #define AVRC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG)… argument
2467 #define AVRC_TRACE_API0(m) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2468 #define AVRC_TRACE_API1(m,p1) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2469 #define AVRC_TRACE_API2(m,p1,p2) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2470 #define AVRC_TRACE_API3(m,p1,p2,p3) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2471 #define AVRC_TRACE_API4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2472 #define AVRC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2473 #define AVRC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) B… argument
2477 #define MCA_TRACE_ERROR0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2478 #define MCA_TRACE_ERROR1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2479 #define MCA_TRACE_ERROR2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2480 #define MCA_TRACE_ERROR3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2481 #define MCA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2482 #define MCA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2483 #define MCA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2485 #define MCA_TRACE_WARNING0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2486 #define MCA_TRACE_WARNING1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2487 #define MCA_TRACE_WARNING2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2488 #define MCA_TRACE_WARNING3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2489 #define MCA_TRACE_WARNING4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2490 #define MCA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2491 #define MCA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2493 #define MCA_TRACE_EVENT0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2494 #define MCA_TRACE_EVENT1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2495 #define MCA_TRACE_EVENT2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2496 #define MCA_TRACE_EVENT3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2497 #define MCA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2498 #define MCA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2499 #define MCA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2501 #define MCA_TRACE_DEBUG0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2502 #define MCA_TRACE_DEBUG1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2503 #define MCA_TRACE_DEBUG2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2504 #define MCA_TRACE_DEBUG3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2505 #define MCA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2506 #define MCA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2507 #define MCA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2509 #define MCA_TRACE_API0(m) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2510 #define MCA_TRACE_API1(m,p1) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2511 #define MCA_TRACE_API2(m,p1,p2) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2512 #define MCA_TRACE_API3(m,p1,p2,p3) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2513 #define MCA_TRACE_API4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2514 #define MCA_TRACE_API5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2515 #define MCA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRA… argument
2519 #define AMP_TRACE_ERROR0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2520 #define AMP_TRACE_ERROR1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2521 #define AMP_TRACE_ERROR2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2522 #define AMP_TRACE_ERROR3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2523 #define AMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2524 #define AMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2525 #define AMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2527 #define AMP_TRACE_WARNING0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2528 #define AMP_TRACE_WARNING1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2529 #define AMP_TRACE_WARNING2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2530 #define AMP_TRACE_WARNING3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2531 #define AMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2532 #define AMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2533 #define AMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2535 #define AMP_TRACE_API0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2536 #define AMP_TRACE_API1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2537 #define AMP_TRACE_API2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2538 #define AMP_TRACE_API3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2539 #define AMP_TRACE_API4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2540 #define AMP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2541 #define AMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2543 #define AMP_TRACE_EVENT0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2544 #define AMP_TRACE_EVENT1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2545 #define AMP_TRACE_EVENT2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2546 #define AMP_TRACE_EVENT3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2547 #define AMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2548 #define AMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2549 #define AMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2551 #define AMP_TRACE_DEBUG0(m) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2552 #define AMP_TRACE_DEBUG1(m,p1) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2553 #define AMP_TRACE_DEBUG2(m,p1,p2) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2554 #define AMP_TRACE_DEBUG3(m,p1,p2,p3) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2555 #define AMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2556 #define AMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2557 #define AMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2561 #define GATT_TRACE_ERROR0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2562 #define GATT_TRACE_ERROR1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2563 #define GATT_TRACE_ERROR2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2564 #define GATT_TRACE_ERROR3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2565 #define GATT_TRACE_ERROR4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2566 #define GATT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2567 #define GATT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) … argument
2569 #define GATT_TRACE_WARNING0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2570 #define GATT_TRACE_WARNING1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2571 #define GATT_TRACE_WARNING2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2572 #define GATT_TRACE_WARNING3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2573 #define GATT_TRACE_WARNING4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2574 #define GATT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2575 #define GATT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING… argument
2577 #define GATT_TRACE_API0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2578 #define GATT_TRACE_API1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2579 #define GATT_TRACE_API2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2580 #define GATT_TRACE_API3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2581 #define GATT_TRACE_API4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2582 #define GATT_TRACE_API5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2583 #define GATT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT… argument
2585 #define GATT_TRACE_EVENT0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2586 #define GATT_TRACE_EVENT1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2587 #define GATT_TRACE_EVENT2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2588 #define GATT_TRACE_EVENT3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2589 #define GATT_TRACE_EVENT4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2590 #define GATT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2591 #define GATT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) … argument
2593 #define GATT_TRACE_DEBUG0(m) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2594 #define GATT_TRACE_DEBUG1(m,p1) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2595 #define GATT_TRACE_DEBUG2(m,p1,p2) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2596 #define GATT_TRACE_DEBUG3(m,p1,p2,p3) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2597 #define GATT_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2598 #define GATT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2599 #define GATT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) … argument
2603 #define SMP_TRACE_ERROR0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2604 #define SMP_TRACE_ERROR1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2605 #define SMP_TRACE_ERROR2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2606 #define SMP_TRACE_ERROR3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2607 #define SMP_TRACE_ERROR4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2608 #define SMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2609 #define SMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT… argument
2611 #define SMP_TRACE_WARNING0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2612 #define SMP_TRACE_WARNING1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2613 #define SMP_TRACE_WARNING2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2614 #define SMP_TRACE_WARNING3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2615 #define SMP_TRACE_WARNING4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2616 #define SMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2617 #define SMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) … argument
2619 #define SMP_TRACE_API0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2620 #define SMP_TRACE_API1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2621 #define SMP_TRACE_API2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2622 #define SMP_TRACE_API3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2623 #define SMP_TRACE_API4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2624 #define SMP_TRACE_API5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2625 #define SMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_T… argument
2627 #define SMP_TRACE_EVENT0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2628 #define SMP_TRACE_EVENT1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2629 #define SMP_TRACE_EVENT2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2630 #define SMP_TRACE_EVENT3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2631 #define SMP_TRACE_EVENT4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2632 #define SMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2633 #define SMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT… argument
2635 #define SMP_TRACE_DEBUG0(m) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2636 #define SMP_TRACE_DEBUG1(m,p1) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2637 #define SMP_TRACE_DEBUG2(m,p1,p2) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2638 #define SMP_TRACE_DEBUG3(m,p1,p2,p3) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2639 #define SMP_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2640 #define SMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2641 #define SMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT… argument
2646 #define BT_TRACE_0(l,t,m) argument
2647 #define BT_TRACE_1(l,t,m,p1) argument
2648 #define BT_TRACE_2(l,t,m,p1,p2) argument
2649 #define BT_TRACE_3(l,t,m,p1,p2,p3) argument
2650 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) argument
2651 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) argument
2652 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) argument
2654 #define BT_ERROR_TRACE_0(l,m) argument
2655 #define BT_ERROR_TRACE_1(l,m,p1) argument
2656 #define BT_ERROR_TRACE_2(l,m,p1,p2) argument
2657 #define BT_ERROR_TRACE_3(l,m,p1,p2,p3) argument
2661 #define HCI_TRACE_ERROR0(m) argument
2662 #define HCI_TRACE_ERROR1(m,p1) argument
2663 #define HCI_TRACE_ERROR2(m,p1,p2) argument
2664 #define HCI_TRACE_ERROR3(m,p1,p2,p3) argument
2665 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2666 #define HCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2667 #define HCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2669 #define HCI_TRACE_WARNING0(m) argument
2670 #define HCI_TRACE_WARNING1(m,p1) argument
2671 #define HCI_TRACE_WARNING2(m,p1,p2) argument
2672 #define HCI_TRACE_WARNING3(m,p1,p2,p3) argument
2673 #define HCI_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2674 #define HCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2675 #define HCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2677 #define HCI_TRACE_EVENT0(m) argument
2678 #define HCI_TRACE_EVENT1(m,p1) argument
2679 #define HCI_TRACE_EVENT2(m,p1,p2) argument
2680 #define HCI_TRACE_EVENT3(m,p1,p2,p3) argument
2681 #define HCI_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2682 #define HCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2683 #define HCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2685 #define HCI_TRACE_DEBUG0(m) argument
2686 #define HCI_TRACE_DEBUG1(m,p1) argument
2687 #define HCI_TRACE_DEBUG2(m,p1,p2) argument
2688 #define HCI_TRACE_DEBUG3(m,p1,p2,p3) argument
2689 #define HCI_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2690 #define HCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2691 #define HCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2696 #define BTM_TRACE_ERROR0(m) argument
2697 #define BTM_TRACE_ERROR1(m,p1) argument
2698 #define BTM_TRACE_ERROR2(m,p1,p2) argument
2699 #define BTM_TRACE_ERROR3(m,p1,p2,p3) argument
2700 #define BTM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2701 #define BTM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2702 #define BTM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2704 #define BTM_TRACE_WARNING0(m) argument
2705 #define BTM_TRACE_WARNING1(m,p1) argument
2706 #define BTM_TRACE_WARNING2(m,p1,p2) argument
2707 #define BTM_TRACE_WARNING3(m,p1,p2,p3) argument
2708 #define BTM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2709 #define BTM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2710 #define BTM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2712 #define BTM_TRACE_API0(m) argument
2713 #define BTM_TRACE_API1(m,p1) argument
2714 #define BTM_TRACE_API2(m,p1,p2) argument
2715 #define BTM_TRACE_API3(m,p1,p2,p3) argument
2716 #define BTM_TRACE_API4(m,p1,p2,p3,p4) argument
2717 #define BTM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2718 #define BTM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2720 #define BTM_TRACE_EVENT0(m) argument
2721 #define BTM_TRACE_EVENT1(m,p1) argument
2722 #define BTM_TRACE_EVENT2(m,p1,p2) argument
2723 #define BTM_TRACE_EVENT3(m,p1,p2,p3) argument
2724 #define BTM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2725 #define BTM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2726 #define BTM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2728 #define BTM_TRACE_DEBUG0(m) argument
2729 #define BTM_TRACE_DEBUG1(m,p1) argument
2730 #define BTM_TRACE_DEBUG2(m,p1,p2) argument
2731 #define BTM_TRACE_DEBUG3(m,p1,p2,p3) argument
2732 #define BTM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2733 #define BTM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2734 #define BTM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2739 #define L2CAP_TRACE_ERROR0(m) argument
2740 #define L2CAP_TRACE_ERROR1(m,p1) argument
2741 #define L2CAP_TRACE_ERROR2(m,p1,p2) argument
2742 #define L2CAP_TRACE_ERROR3(m,p1,p2,p3) argument
2743 #define L2CAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2744 #define L2CAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2745 #define L2CAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2747 #define L2CAP_TRACE_WARNING0(m) argument
2748 #define L2CAP_TRACE_WARNING1(m,p1) argument
2749 #define L2CAP_TRACE_WARNING2(m,p1,p2) argument
2750 #define L2CAP_TRACE_WARNING3(m,p1,p2,p3) argument
2751 #define L2CAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2752 #define L2CAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2753 #define L2CAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2755 #define L2CAP_TRACE_API0(m) argument
2756 #define L2CAP_TRACE_API1(m,p1) argument
2757 #define L2CAP_TRACE_API2(m,p1,p2) argument
2758 #define L2CAP_TRACE_API3(m,p1,p2,p3) argument
2759 #define L2CAP_TRACE_API4(m,p1,p2,p3,p4) argument
2760 #define L2CAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2761 #define L2CAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2763 #define L2CAP_TRACE_EVENT0(m) argument
2764 #define L2CAP_TRACE_EVENT1(m,p1) argument
2765 #define L2CAP_TRACE_EVENT2(m,p1,p2) argument
2766 #define L2CAP_TRACE_EVENT3(m,p1,p2,p3) argument
2767 #define L2CAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2768 #define L2CAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2769 #define L2CAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2771 #define L2CAP_TRACE_DEBUG0(m) argument
2772 #define L2CAP_TRACE_DEBUG1(m,p1) argument
2773 #define L2CAP_TRACE_DEBUG2(m,p1,p2) argument
2774 #define L2CAP_TRACE_DEBUG3(m,p1,p2,p3) argument
2775 #define L2CAP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2776 #define L2CAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2777 #define L2CAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2781 #define LLCP_TRACE_ERROR0(m) argument
2782 #define LLCP_TRACE_ERROR1(m,p1) argument
2783 #define LLCP_TRACE_ERROR2(m,p1,p2) argument
2784 #define LLCP_TRACE_ERROR3(m,p1,p2,p3) argument
2785 #define LLCP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2786 #define LLCP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2787 #define LLCP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2789 #define LLCP_TRACE_WARNING0(m) argument
2790 #define LLCP_TRACE_WARNING1(m,p1) argument
2791 #define LLCP_TRACE_WARNING2(m,p1,p2) argument
2792 #define LLCP_TRACE_WARNING3(m,p1,p2,p3) argument
2793 #define LLCP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2794 #define LLCP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2795 #define LLCP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2797 #define LLCP_TRACE_API0(m) argument
2798 #define LLCP_TRACE_API1(m,p1) argument
2799 #define LLCP_TRACE_API2(m,p1,p2) argument
2800 #define LLCP_TRACE_API3(m,p1,p2,p3) argument
2801 #define LLCP_TRACE_API4(m,p1,p2,p3,p4) argument
2802 #define LLCP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2803 #define LLCP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2805 #define LLCP_TRACE_EVENT0(m) argument
2806 #define LLCP_TRACE_EVENT1(m,p1) argument
2807 #define LLCP_TRACE_EVENT2(m,p1,p2) argument
2808 #define LLCP_TRACE_EVENT3(m,p1,p2,p3) argument
2809 #define LLCP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2810 #define LLCP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2811 #define LLCP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2813 #define LLCP_TRACE_DEBUG0(m) argument
2814 #define LLCP_TRACE_DEBUG1(m,p1) argument
2815 #define LLCP_TRACE_DEBUG2(m,p1,p2) argument
2816 #define LLCP_TRACE_DEBUG3(m,p1,p2,p3) argument
2817 #define LLCP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2818 #define LLCP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2819 #define LLCP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2823 #define SDP_TRACE_ERROR0(m) argument
2824 #define SDP_TRACE_ERROR1(m,p1) argument
2825 #define SDP_TRACE_ERROR2(m,p1,p2) argument
2826 #define SDP_TRACE_ERROR3(m,p1,p2,p3) argument
2827 #define SDP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2828 #define SDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2829 #define SDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2831 #define SDP_TRACE_WARNING0(m) argument
2832 #define SDP_TRACE_WARNING1(m,p1) argument
2833 #define SDP_TRACE_WARNING2(m,p1,p2) argument
2834 #define SDP_TRACE_WARNING3(m,p1,p2,p3) argument
2835 #define SDP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2836 #define SDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2837 #define SDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2839 #define SDP_TRACE_API0(m) argument
2840 #define SDP_TRACE_API1(m,p1) argument
2841 #define SDP_TRACE_API2(m,p1,p2) argument
2842 #define SDP_TRACE_API3(m,p1,p2,p3) argument
2843 #define SDP_TRACE_API4(m,p1,p2,p3,p4) argument
2844 #define SDP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2845 #define SDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2847 #define SDP_TRACE_EVENT0(m) argument
2848 #define SDP_TRACE_EVENT1(m,p1) argument
2849 #define SDP_TRACE_EVENT2(m,p1,p2) argument
2850 #define SDP_TRACE_EVENT3(m,p1,p2,p3) argument
2851 #define SDP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2852 #define SDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2853 #define SDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2855 #define SDP_TRACE_DEBUG0(m) argument
2856 #define SDP_TRACE_DEBUG1(m,p1) argument
2857 #define SDP_TRACE_DEBUG2(m,p1,p2) argument
2858 #define SDP_TRACE_DEBUG3(m,p1,p2,p3) argument
2859 #define SDP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2860 #define SDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2861 #define SDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2865 #define RFCOMM_TRACE_ERROR0(m) argument
2866 #define RFCOMM_TRACE_ERROR1(m,p1) argument
2867 #define RFCOMM_TRACE_ERROR2(m,p1,p2) argument
2868 #define RFCOMM_TRACE_ERROR3(m,p1,p2,p3) argument
2869 #define RFCOMM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2870 #define RFCOMM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2871 #define RFCOMM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2873 #define RFCOMM_TRACE_WARNING0(m) argument
2874 #define RFCOMM_TRACE_WARNING1(m,p1) argument
2875 #define RFCOMM_TRACE_WARNING2(m,p1,p2) argument
2876 #define RFCOMM_TRACE_WARNING3(m,p1,p2,p3) argument
2877 #define RFCOMM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2878 #define RFCOMM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2879 #define RFCOMM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2881 #define RFCOMM_TRACE_API0(m) argument
2882 #define RFCOMM_TRACE_API1(m,p1) argument
2883 #define RFCOMM_TRACE_API2(m,p1,p2) argument
2884 #define RFCOMM_TRACE_API3(m,p1,p2,p3) argument
2885 #define RFCOMM_TRACE_API4(m,p1,p2,p3,p4) argument
2886 #define RFCOMM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2887 #define RFCOMM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2889 #define RFCOMM_TRACE_EVENT0(m) argument
2890 #define RFCOMM_TRACE_EVENT1(m,p1) argument
2891 #define RFCOMM_TRACE_EVENT2(m,p1,p2) argument
2892 #define RFCOMM_TRACE_EVENT3(m,p1,p2,p3) argument
2893 #define RFCOMM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2894 #define RFCOMM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2895 #define RFCOMM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2897 #define RFCOMM_TRACE_DEBUG0(m) argument
2898 #define RFCOMM_TRACE_DEBUG1(m,p1) argument
2899 #define RFCOMM_TRACE_DEBUG2(m,p1,p2) argument
2900 #define RFCOMM_TRACE_DEBUG3(m,p1,p2,p3) argument
2901 #define RFCOMM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2902 #define RFCOMM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2903 #define RFCOMM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2907 #define SPP_TRACE_ERROR0(m) argument
2908 #define SPP_TRACE_ERROR1(m,p1) argument
2909 #define SPP_TRACE_ERROR2(m,p1,p2) argument
2910 #define SPP_TRACE_ERROR3(m,p1,p2,p3) argument
2911 #define SPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2912 #define SPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2913 #define SPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2915 #define SPP_TRACE_WARNING0(m) argument
2916 #define SPP_TRACE_WARNING1(m,p1) argument
2917 #define SPP_TRACE_WARNING2(m,p1,p2) argument
2918 #define SPP_TRACE_WARNING3(m,p1,p2,p3) argument
2919 #define SPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2920 #define SPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2921 #define SPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2923 #define SPP_TRACE_EVENT0(m) argument
2924 #define SPP_TRACE_EVENT1(m,p1) argument
2925 #define SPP_TRACE_EVENT2(m,p1,p2) argument
2926 #define SPP_TRACE_EVENT3(m,p1,p2,p3) argument
2927 #define SPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2928 #define SPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2929 #define SPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2931 #define SPP_TRACE_API0(m) argument
2932 #define SPP_TRACE_API1(m,p1) argument
2933 #define SPP_TRACE_API2(m,p1,p2) argument
2934 #define SPP_TRACE_API3(m,p1,p2,p3) argument
2935 #define SPP_TRACE_API4(m,p1,p2,p3,p4) argument
2936 #define SPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2937 #define SPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2939 #define SPP_TRACE_DEBUG0(m) argument
2940 #define SPP_TRACE_DEBUG1(m,p1) argument
2941 #define SPP_TRACE_DEBUG2(m,p1,p2) argument
2942 #define SPP_TRACE_DEBUG3(m,p1,p2,p3) argument
2943 #define SPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2944 #define SPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2945 #define SPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2949 #define GAP_TRACE_ERROR0(m) argument
2950 #define GAP_TRACE_ERROR1(m,p1) argument
2951 #define GAP_TRACE_ERROR2(m,p1,p2) argument
2952 #define GAP_TRACE_ERROR3(m,p1,p2,p3) argument
2953 #define GAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2954 #define GAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2955 #define GAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2957 #define GAP_TRACE_EVENT0(m) argument
2958 #define GAP_TRACE_EVENT1(m,p1) argument
2959 #define GAP_TRACE_EVENT2(m,p1,p2) argument
2960 #define GAP_TRACE_EVENT3(m,p1,p2,p3) argument
2961 #define GAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2962 #define GAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2963 #define GAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2965 #define GAP_TRACE_API0(m) argument
2966 #define GAP_TRACE_API1(m,p1) argument
2967 #define GAP_TRACE_API2(m,p1,p2) argument
2968 #define GAP_TRACE_API3(m,p1,p2,p3) argument
2969 #define GAP_TRACE_API4(m,p1,p2,p3,p4) argument
2970 #define GAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2971 #define GAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2973 #define GAP_TRACE_WARNING0(m) argument
2974 #define GAP_TRACE_WARNING1(m,p1) argument
2975 #define GAP_TRACE_WARNING2(m,p1,p2) argument
2976 #define GAP_TRACE_WARNING3(m,p1,p2,p3) argument
2977 #define GAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2978 #define GAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2979 #define GAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2984 #define OBX_TRACE_ERROR0(m) argument
2985 #define OBX_TRACE_ERROR1(m,p1) argument
2986 #define OBX_TRACE_ERROR2(m,p1,p2) argument
2987 #define OBX_TRACE_ERROR3(m,p1,p2,p3) argument
2988 #define OBX_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2989 #define OBX_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2990 #define OBX_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2992 #define OBX_TRACE_WARNING0(m) argument
2993 #define OBX_TRACE_WARNING1(m,p1) argument
2994 #define OBX_TRACE_WARNING2(m,p1,p2) argument
2995 #define OBX_TRACE_WARNING3(m,p1,p2,p3) argument
2996 #define OBX_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2997 #define OBX_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2998 #define OBX_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3000 #define OBX_TRACE_EVENT0(m) argument
3001 #define OBX_TRACE_EVENT1(m,p1) argument
3002 #define OBX_TRACE_EVENT2(m,p1,p2) argument
3003 #define OBX_TRACE_EVENT3(m,p1,p2,p3) argument
3004 #define OBX_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3005 #define OBX_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3006 #define OBX_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3008 #define OBX_TRACE_DEBUG0(m) argument
3009 #define OBX_TRACE_DEBUG1(m,p1) argument
3010 #define OBX_TRACE_DEBUG2(m,p1,p2) argument
3011 #define OBX_TRACE_DEBUG3(m,p1,p2,p3) argument
3012 #define OBX_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3013 #define OBX_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3014 #define OBX_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3016 #define OBX_TRACE_API0(m) argument
3017 #define OBX_TRACE_API1(m,p1) argument
3018 #define OBX_TRACE_API2(m,p1,p2) argument
3019 #define OBX_TRACE_API3(m,p1,p2,p3) argument
3020 #define OBX_TRACE_API4(m,p1,p2,p3,p4) argument
3021 #define OBX_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3022 #define OBX_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3026 #define GOEP_TRACE_ERROR0(m) argument
3027 #define GOEP_TRACE_ERROR1(m,p1) argument
3028 #define GOEP_TRACE_ERROR2(m,p1,p2) argument
3029 #define GOEP_TRACE_ERROR3(m,p1,p2,p3) argument
3030 #define GOEP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3031 #define GOEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3032 #define GOEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3034 #define GOEP_TRACE_WARNING0(m) argument
3035 #define GOEP_TRACE_WARNING1(m,p1) argument
3036 #define GOEP_TRACE_WARNING2(m,p1,p2) argument
3037 #define GOEP_TRACE_WARNING3(m,p1,p2,p3) argument
3038 #define GOEP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3039 #define GOEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3040 #define GOEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3042 #define GOEP_TRACE_EVENT0(m) argument
3043 #define GOEP_TRACE_EVENT1(m,p1) argument
3044 #define GOEP_TRACE_EVENT2(m,p1,p2) argument
3045 #define GOEP_TRACE_EVENT3(m,p1,p2,p3) argument
3046 #define GOEP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3047 #define GOEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3048 #define GOEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3050 #define GOEP_TRACE_DEBUG0(m) argument
3051 #define GOEP_TRACE_DEBUG1(m,p1) argument
3052 #define GOEP_TRACE_DEBUG2(m,p1,p2) argument
3053 #define GOEP_TRACE_DEBUG3(m,p1,p2,p3) argument
3054 #define GOEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3055 #define GOEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3057 #define GOEP_TRACE_API0(m) argument
3058 #define GOEP_TRACE_API1(m,p1) argument
3059 #define GOEP_TRACE_API2(m,p1,p2) argument
3060 #define GOEP_TRACE_API3(m,p1,p2,p3) argument
3061 #define GOEP_TRACE_API4(m,p1,p2,p3,p4) argument
3062 #define GOEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3063 #define GOEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3067 #define BPP_TRACE_ERROR0(m) argument
3068 #define BPP_TRACE_ERROR1(m,p1) argument
3069 #define BPP_TRACE_ERROR2(m,p1,p2) argument
3070 #define BPP_TRACE_ERROR3(m,p1,p2,p3) argument
3071 #define BPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3072 #define BPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3073 #define BPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3075 #define BPP_TRACE_WARNING0(m) argument
3076 #define BPP_TRACE_WARNING1(m,p1) argument
3077 #define BPP_TRACE_WARNING2(m,p1,p2) argument
3078 #define BPP_TRACE_WARNING3(m,p1,p2,p3) argument
3079 #define BPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3080 #define BPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3081 #define BPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3083 #define BPP_TRACE_EVENT0(m) argument
3084 #define BPP_TRACE_EVENT1(m,p1) argument
3085 #define BPP_TRACE_EVENT2(m,p1,p2) argument
3086 #define BPP_TRACE_EVENT3(m,p1,p2,p3) argument
3087 #define BPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3088 #define BPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3089 #define BPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3091 #define BPP_TRACE_DEBUG0(m) argument
3092 #define BPP_TRACE_DEBUG1(m,p1) argument
3093 #define BPP_TRACE_DEBUG2(m,p1,p2) argument
3094 #define BPP_TRACE_DEBUG3(m,p1,p2,p3) argument
3095 #define BPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3096 #define BPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3097 #define BPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3099 #define BPP_TRACE_API0(m) argument
3100 #define BPP_TRACE_API1(m,p1) argument
3101 #define BPP_TRACE_API2(m,p1,p2) argument
3102 #define BPP_TRACE_API3(m,p1,p2,p3) argument
3103 #define BPP_TRACE_API4(m,p1,p2,p3,p4) argument
3104 #define BPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3105 #define BPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3109 #define BIP_TRACE_ERROR0(m) argument
3110 #define BIP_TRACE_ERROR1(m,p1) argument
3111 #define BIP_TRACE_ERROR2(m,p1,p2) argument
3112 #define BIP_TRACE_ERROR3(m,p1,p2,p3) argument
3113 #define BIP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3114 #define BIP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3115 #define BIP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3117 #define BIP_TRACE_WARNING0(m) argument
3118 #define BIP_TRACE_WARNING1(m,p1) argument
3119 #define BIP_TRACE_WARNING2(m,p1,p2) argument
3120 #define BIP_TRACE_WARNING3(m,p1,p2,p3) argument
3121 #define BIP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3122 #define BIP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3123 #define BIP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3125 #define BIP_TRACE_EVENT0(m) argument
3126 #define BIP_TRACE_EVENT1(m,p1) argument
3127 #define BIP_TRACE_EVENT2(m,p1,p2) argument
3128 #define BIP_TRACE_EVENT3(m,p1,p2,p3) argument
3129 #define BIP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3130 #define BIP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3131 #define BIP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3133 #define BIP_TRACE_DEBUG0(m) argument
3134 #define BIP_TRACE_DEBUG1(m,p1) argument
3135 #define BIP_TRACE_DEBUG2(m,p1,p2) argument
3136 #define BIP_TRACE_DEBUG3(m,p1,p2,p3) argument
3137 #define BIP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3138 #define BIP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3139 #define BIP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3141 #define BIP_TRACE_API0(m) argument
3142 #define BIP_TRACE_API1(m,p1) argument
3143 #define BIP_TRACE_API2(m,p1,p2) argument
3144 #define BIP_TRACE_API3(m,p1,p2,p3) argument
3145 #define BIP_TRACE_API4(m,p1,p2,p3,p4) argument
3146 #define BIP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3147 #define BIP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3151 #define TCS_TRACE_ERROR0(m) argument
3152 #define TCS_TRACE_ERROR1(m,p1) argument
3153 #define TCS_TRACE_ERROR2(m,p1,p2) argument
3154 #define TCS_TRACE_ERROR3(m,p1,p2,p3) argument
3155 #define TCS_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3156 #define TCS_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3157 #define TCS_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3159 #define TCS_TRACE_WARNING0(m) argument
3160 #define TCS_TRACE_WARNING1(m,p1) argument
3161 #define TCS_TRACE_WARNING2(m,p1,p2) argument
3162 #define TCS_TRACE_WARNING3(m,p1,p2,p3) argument
3163 #define TCS_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3164 #define TCS_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3165 #define TCS_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3167 #define TCS_TRACE_EVENT0(m) argument
3168 #define TCS_TRACE_EVENT1(m,p1) argument
3169 #define TCS_TRACE_EVENT2(m,p1,p2) argument
3170 #define TCS_TRACE_EVENT3(m,p1,p2,p3) argument
3171 #define TCS_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3172 #define TCS_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3173 #define TCS_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3175 #define TCS_TRACE_DEBUG0(m) argument
3176 #define TCS_TRACE_DEBUG1(m,p1) argument
3177 #define TCS_TRACE_DEBUG2(m,p1,p2) argument
3178 #define TCS_TRACE_DEBUG3(m,p1,p2,p3) argument
3179 #define TCS_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3180 #define TCS_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3181 #define TCS_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3183 #define TCS_TRACE_API0(m) argument
3184 #define TCS_TRACE_API1(m,p1) argument
3185 #define TCS_TRACE_API2(m,p1,p2) argument
3186 #define TCS_TRACE_API3(m,p1,p2,p3) argument
3187 #define TCS_TRACE_API4(m,p1,p2,p3,p4) argument
3188 #define TCS_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3189 #define TCS_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3193 #define ICP_TRACE_ERROR0(m) argument
3194 #define ICP_TRACE_ERROR1(m,p1) argument
3195 #define ICP_TRACE_ERROR2(m,p1,p2) argument
3196 #define ICP_TRACE_ERROR3(m,p1,p2,p3) argument
3197 #define ICP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3198 #define ICP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3199 #define ICP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3201 #define ICP_TRACE_WARNING0(m) argument
3202 #define ICP_TRACE_WARNING1(m,p1) argument
3203 #define ICP_TRACE_WARNING2(m,p1,p2) argument
3204 #define ICP_TRACE_WARNING3(m,p1,p2,p3) argument
3205 #define ICP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3206 #define ICP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3207 #define ICP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3209 #define ICP_TRACE_EVENT0(m) argument
3210 #define ICP_TRACE_EVENT1(m,p1) argument
3211 #define ICP_TRACE_EVENT2(m,p1,p2) argument
3212 #define ICP_TRACE_EVENT3(m,p1,p2,p3) argument
3213 #define ICP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3214 #define ICP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3215 #define ICP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3217 #define ICP_TRACE_DEBUG0(m) argument
3218 #define ICP_TRACE_DEBUG1(m,p1) argument
3219 #define ICP_TRACE_DEBUG2(m,p1,p2) argument
3220 #define ICP_TRACE_DEBUG3(m,p1,p2,p3) argument
3221 #define ICP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3222 #define ICP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3223 #define ICP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3225 #define ICP_TRACE_API0(m) argument
3226 #define ICP_TRACE_API1(m,p1) argument
3227 #define ICP_TRACE_API2(m,p1,p2) argument
3228 #define ICP_TRACE_API3(m,p1,p2,p3) argument
3229 #define ICP_TRACE_API4(m,p1,p2,p3,p4) argument
3230 #define ICP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3231 #define ICP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3235 #define CTP_TRACE_ERROR0(m) argument
3236 #define CTP_TRACE_ERROR1(m,p1) argument
3237 #define CTP_TRACE_ERROR2(m,p1,p2) argument
3238 #define CTP_TRACE_ERROR3(m,p1,p2,p3) argument
3239 #define CTP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3240 #define CTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3241 #define CTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3243 #define CTP_TRACE_WARNING0(m) argument
3244 #define CTP_TRACE_WARNING1(m,p1) argument
3245 #define CTP_TRACE_WARNING2(m,p1,p2) argument
3246 #define CTP_TRACE_WARNING3(m,p1,p2,p3) argument
3247 #define CTP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3248 #define CTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3249 #define CTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3251 #define CTP_TRACE_EVENT0(m) argument
3252 #define CTP_TRACE_EVENT1(m,p1) argument
3253 #define CTP_TRACE_EVENT2(m,p1,p2) argument
3254 #define CTP_TRACE_EVENT3(m,p1,p2,p3) argument
3255 #define CTP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3256 #define CTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3257 #define CTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3259 #define CTP_TRACE_DEBUG0(m) argument
3260 #define CTP_TRACE_DEBUG1(m,p1) argument
3261 #define CTP_TRACE_DEBUG2(m,p1,p2) argument
3262 #define CTP_TRACE_DEBUG3(m,p1,p2,p3) argument
3263 #define CTP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3264 #define CTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3265 #define CTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3267 #define CTP_TRACE_API0(m) argument
3268 #define CTP_TRACE_API1(m,p1) argument
3269 #define CTP_TRACE_API2(m,p1,p2) argument
3270 #define CTP_TRACE_API3(m,p1,p2,p3) argument
3271 #define CTP_TRACE_API4(m,p1,p2,p3,p4) argument
3272 #define CTP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3273 #define CTP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3277 #define HSP2_TRACE_ERROR0(pcb,m) argument
3278 #define HSP2_TRACE_ERROR1(pcb,m,p1) argument
3279 #define HSP2_TRACE_ERROR2(pcb,m,p1,p2) argument
3280 #define HSP2_TRACE_ERROR3(pcb,m,p1,p2,p3) argument
3281 #define HSP2_TRACE_ERROR4(pcb,m,p1,p2,p3,p4) argument
3282 #define HSP2_TRACE_ERROR5(pcb,m,p1,p2,p3,p4,p5) argument
3283 #define HSP2_TRACE_ERROR6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3285 #define HSP2_TRACE_WARNING0(pcb,m) argument
3286 #define HSP2_TRACE_WARNING1(pcb,m,p1) argument
3287 #define HSP2_TRACE_WARNING2(pcb,m,p1,p2) argument
3288 #define HSP2_TRACE_WARNING3(pcb,m,p1,p2,p3) argument
3289 #define HSP2_TRACE_WARNING4(pcb,m,p1,p2,p3,p4) argument
3290 #define HSP2_TRACE_WARNING5(pcb,m,p1,p2,p3,p4,p5) argument
3291 #define HSP2_TRACE_WARNING6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3293 #define HSP2_TRACE_API0(pcb,m) argument
3294 #define HSP2_TRACE_API1(pcb,m,p1) argument
3295 #define HSP2_TRACE_API2(pcb,m,p1,p2) argument
3296 #define HSP2_TRACE_API3(pcb,m,p1,p2,p3) argument
3297 #define HSP2_TRACE_API4(pcb,m,p1,p2,p3,p4) argument
3298 #define HSP2_TRACE_API5(pcb,m,p1,p2,p3,p4,p5) argument
3299 #define HSP2_TRACE_API6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3301 #define HSP2_TRACE_EVENT0(pcb,m) argument
3302 #define HSP2_TRACE_EVENT1(pcb,m,p1) argument
3303 #define HSP2_TRACE_EVENT2(pcb,m,p1,p2) argument
3304 #define HSP2_TRACE_EVENT3(pcb,m,p1,p2,p3) argument
3305 #define HSP2_TRACE_EVENT4(pcb,m,p1,p2,p3,p4) argument
3306 #define HSP2_TRACE_EVENT5(pcb,m,p1,p2,p3,p4,p5) argument
3307 #define HSP2_TRACE_EVENT6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3309 #define HSP2_TRACE_DEBUG0(pcb,m) argument
3310 #define HSP2_TRACE_DEBUG1(pcb,m,p1) argument
3311 #define HSP2_TRACE_DEBUG2(pcb,m,p1,p2) argument
3312 #define HSP2_TRACE_DEBUG3(pcb,m,p1,p2,p3) argument
3313 #define HSP2_TRACE_DEBUG4(pcb,m,p1,p2,p3,p4) argument
3314 #define HSP2_TRACE_DEBUG5(pcb,m,p1,p2,p3,p4,p5) argument
3315 #define HSP2_TRACE_DEBUG6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3319 #define NFC_TRACE_ERROR0(m) argument
3320 #define NFC_TRACE_ERROR1(m,p1) argument
3321 #define NFC_TRACE_ERROR2(m,p1,p2) argument
3322 #define NFC_TRACE_ERROR3(m,p1,p2,p3) argument
3323 #define NFC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3324 #define NFC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3325 #define NFC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3327 #define NFC_TRACE_WARNING0(m) argument
3328 #define NFC_TRACE_WARNING1(m,p1) argument
3329 #define NFC_TRACE_WARNING2(m,p1,p2) argument
3330 #define NFC_TRACE_WARNING3(m,p1,p2,p3) argument
3331 #define NFC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3332 #define NFC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3333 #define NFC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3335 #define NFC_TRACE_API0(m) argument
3336 #define NFC_TRACE_API1(m,p1) argument
3337 #define NFC_TRACE_API2(m,p1,p2) argument
3338 #define NFC_TRACE_API3(m,p1,p2,p3) argument
3339 #define NFC_TRACE_API4(m,p1,p2,p3,p4) argument
3340 #define NFC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3341 #define NFC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3343 #define NFC_TRACE_EVENT0(m) argument
3344 #define NFC_TRACE_EVENT1(m,p1) argument
3345 #define NFC_TRACE_EVENT2(m,p1,p2) argument
3346 #define NFC_TRACE_EVENT3(m,p1,p2,p3) argument
3347 #define NFC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3348 #define NFC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3349 #define NFC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3351 #define NFC_TRACE_DEBUG0(m) argument
3352 #define NFC_TRACE_DEBUG1(m,p1) argument
3353 #define NFC_TRACE_DEBUG2(m,p1,p2) argument
3354 #define NFC_TRACE_DEBUG3(m,p1,p2,p3) argument
3355 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3356 #define NFC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3357 #define NFC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3359 #define NCI_TRACE_ERROR0(m) argument
3360 #define NCI_TRACE_ERROR1(m,p1) argument
3361 #define NCI_TRACE_ERROR2(m,p1,p2) argument
3362 #define NCI_TRACE_ERROR3(m,p1,p2,p3) argument
3363 #define NCI_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3364 #define NCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3365 #define NCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3367 #define NCI_TRACE_WARNING0(m) argument
3368 #define NCI_TRACE_WARNING1(m,p1) argument
3369 #define NCI_TRACE_WARNING2(m,p1,p2) argument
3370 #define NCI_TRACE_WARNING3(m,p1,p2,p3) argument
3371 #define NCI_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3372 #define NCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3373 #define NCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3375 #define NCI_TRACE_API0(m) argument
3376 #define NCI_TRACE_API1(m,p1) argument
3377 #define NCI_TRACE_API2(m,p1,p2) argument
3378 #define NCI_TRACE_API3(m,p1,p2,p3) argument
3379 #define NCI_TRACE_API4(m,p1,p2,p3,p4) argument
3380 #define NCI_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3381 #define NCI_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3383 #define NCI_TRACE_EVENT0(m) argument
3384 #define NCI_TRACE_EVENT1(m,p1) argument
3385 #define NCI_TRACE_EVENT2(m,p1,p2) argument
3386 #define NCI_TRACE_EVENT3(m,p1,p2,p3) argument
3387 #define NCI_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3388 #define NCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3389 #define NCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3391 #define NCI_TRACE_DEBUG0(m) argument
3392 #define NCI_TRACE_DEBUG1(m,p1) argument
3393 #define NCI_TRACE_DEBUG2(m,p1,p2) argument
3394 #define NCI_TRACE_DEBUG3(m,p1,p2,p3) argument
3395 #define NCI_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3396 #define NCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3397 #define NCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3399 #define RW_TRACE_ERROR0(m) argument
3400 #define RW_TRACE_ERROR1(m,p1) argument
3401 #define RW_TRACE_ERROR2(m,p1,p2) argument
3402 #define RW_TRACE_ERROR3(m,p1,p2,p3) argument
3403 #define RW_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3404 #define RW_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3405 #define RW_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3407 #define RW_TRACE_WARNING0(m) argument
3408 #define RW_TRACE_WARNING1(m,p1) argument
3409 #define RW_TRACE_WARNING2(m,p1,p2) argument
3410 #define RW_TRACE_WARNING3(m,p1,p2,p3) argument
3411 #define RW_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3412 #define RW_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3413 #define RW_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) } argument
3415 #define RW_TRACE_API0(m) argument
3416 #define RW_TRACE_API1(m,p1) argument
3417 #define RW_TRACE_API2(m,p1,p2) argument
3418 #define RW_TRACE_API3(m,p1,p2,p3) argument
3419 #define RW_TRACE_API4(m,p1,p2,p3,p4) argument
3420 #define RW_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3421 #define RW_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3423 #define RW_TRACE_EVENT0(m) argument
3424 #define RW_TRACE_EVENT1(m,p1) argument
3425 #define RW_TRACE_EVENT2(m,p1,p2) argument
3426 #define RW_TRACE_EVENT3(m,p1,p2,p3) argument
3427 #define RW_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3428 #define RW_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3429 #define RW_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3431 #define RW_TRACE_DEBUG0(m) argument
3432 #define RW_TRACE_DEBUG1(m,p1) argument
3433 #define RW_TRACE_DEBUG2(m,p1,p2) argument
3434 #define RW_TRACE_DEBUG3(m,p1,p2,p3) argument
3435 #define RW_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3436 #define RW_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3437 #define RW_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3439 #define CE_TRACE_ERROR0(m) argument
3440 #define CE_TRACE_ERROR1(m,p1) argument
3441 #define CE_TRACE_ERROR2(m,p1,p2) argument
3442 #define CE_TRACE_ERROR3(m,p1,p2,p3) argument
3443 #define CE_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3444 #define CE_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3445 #define CE_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3447 #define CE_TRACE_WARNING0(m) argument
3448 #define CE_TRACE_WARNING1(m,p1) argument
3449 #define CE_TRACE_WARNING2(m,p1,p2) argument
3450 #define CE_TRACE_WARNING3(m,p1,p2,p3) argument
3451 #define CE_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3452 #define CE_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3453 #define CE_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3455 #define CE_TRACE_API0(m) argument
3456 #define CE_TRACE_API1(m,p1) argument
3457 #define CE_TRACE_API2(m,p1,p2) argument
3458 #define CE_TRACE_API3(m,p1,p2,p3) argument
3459 #define CE_TRACE_API4(m,p1,p2,p3,p4) argument
3460 #define CE_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3461 #define CE_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3463 #define CE_TRACE_EVENT0(m) argument
3464 #define CE_TRACE_EVENT1(m,p1) argument
3465 #define CE_TRACE_EVENT2(m,p1,p2) argument
3466 #define CE_TRACE_EVENT3(m,p1,p2,p3) argument
3467 #define CE_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3468 #define CE_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3469 #define CE_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3471 #define CE_TRACE_DEBUG0(m) argument
3472 #define CE_TRACE_DEBUG1(m,p1) argument
3473 #define CE_TRACE_DEBUG2(m,p1,p2) argument
3474 #define CE_TRACE_DEBUG3(m,p1,p2,p3) argument
3475 #define CE_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3476 #define CE_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3477 #define CE_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3479 #define NDEF_TRACE_ERROR0(m) argument
3480 #define NDEF_TRACE_ERROR1(m,p1) argument
3481 #define NDEF_TRACE_ERROR2(m,p1,p2) argument
3482 #define NDEF_TRACE_ERROR3(m,p1,p2,p3) argument
3483 #define NDEF_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3484 #define NDEF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3485 #define NDEF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3487 #define NDEF_TRACE_WARNING0(m) argument
3488 #define NDEF_TRACE_WARNING1(m,p1) argument
3489 #define NDEF_TRACE_WARNING2(m,p1,p2) argument
3490 #define NDEF_TRACE_WARNING3(m,p1,p2,p3) argument
3491 #define NDEF_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3492 #define NDEF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3493 #define NDEF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3495 #define NDEF_TRACE_API0(m) argument
3496 #define NDEF_TRACE_API1(m,p1) argument
3497 #define NDEF_TRACE_API2(m,p1,p2) argument
3498 #define NDEF_TRACE_API3(m,p1,p2,p3) argument
3499 #define NDEF_TRACE_API4(m,p1,p2,p3,p4) argument
3500 #define NDEF_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3501 #define NDEF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3503 #define NDEF_TRACE_EVENT0(m) argument
3504 #define NDEF_TRACE_EVENT1(m,p1) argument
3505 #define NDEF_TRACE_EVENT2(m,p1,p2) argument
3506 #define NDEF_TRACE_EVENT3(m,p1,p2,p3) argument
3507 #define NDEF_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3508 #define NDEF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3509 #define NDEF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3511 #define NDEF_TRACE_DEBUG0(m) argument
3512 #define NDEF_TRACE_DEBUG1(m,p1) argument
3513 #define NDEF_TRACE_DEBUG2(m,p1,p2) argument
3514 #define NDEF_TRACE_DEBUG3(m,p1,p2,p3) argument
3515 #define NDEF_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3516 #define NDEF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3517 #define NDEF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3521 #define NFA_TRACE_ERROR0(m) argument
3522 #define NFA_TRACE_ERROR1(m,p1) argument
3523 #define NFA_TRACE_ERROR2(m,p1,p2) argument
3524 #define NFA_TRACE_ERROR3(m,p1,p2,p3) argument
3525 #define NFA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3526 #define NFA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3527 #define NFA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3529 #define NFA_TRACE_WARNING0(m) argument
3530 #define NFA_TRACE_WARNING1(m,p1) argument
3531 #define NFA_TRACE_WARNING2(m,p1,p2) argument
3532 #define NFA_TRACE_WARNING3(m,p1,p2,p3) argument
3533 #define NFA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3534 #define NFA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3535 #define NFA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3537 #define NFA_TRACE_API0(m) argument
3538 #define NFA_TRACE_API1(m,p1) argument
3539 #define NFA_TRACE_API2(m,p1,p2) argument
3540 #define NFA_TRACE_API3(m,p1,p2,p3) argument
3541 #define NFA_TRACE_API4(m,p1,p2,p3,p4) argument
3542 #define NFA_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3543 #define NFA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3545 #define NFA_TRACE_EVENT0(m) argument
3546 #define NFA_TRACE_EVENT1(m,p1) argument
3547 #define NFA_TRACE_EVENT2(m,p1,p2) argument
3548 #define NFA_TRACE_EVENT3(m,p1,p2,p3) argument
3549 #define NFA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3550 #define NFA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3551 #define NFA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3553 #define NFA_TRACE_DEBUG0(m) argument
3554 #define NFA_TRACE_DEBUG1(m,p1) argument
3555 #define NFA_TRACE_DEBUG2(m,p1,p2) argument
3556 #define NFA_TRACE_DEBUG3(m,p1,p2,p3) argument
3557 #define NFA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3558 #define NFA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3559 #define NFA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3563 #define P2P_TRACE_ERROR0(m) argument
3564 #define P2P_TRACE_ERROR1(m,p1) argument
3565 #define P2P_TRACE_ERROR2(m,p1,p2) argument
3566 #define P2P_TRACE_ERROR3(m,p1,p2,p3) argument
3567 #define P2P_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3568 #define P2P_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3569 #define P2P_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3571 #define P2P_TRACE_WARNING0(m) argument
3572 #define P2P_TRACE_WARNING1(m,p1) argument
3573 #define P2P_TRACE_WARNING2(m,p1,p2) argument
3574 #define P2P_TRACE_WARNING3(m,p1,p2,p3) argument
3575 #define P2P_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3576 #define P2P_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3577 #define P2P_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3579 #define P2P_TRACE_API0(m) argument
3580 #define P2P_TRACE_API1(m,p1) argument
3581 #define P2P_TRACE_API2(m,p1,p2) argument
3582 #define P2P_TRACE_API3(m,p1,p2,p3) argument
3583 #define P2P_TRACE_API4(m,p1,p2,p3,p4) argument
3584 #define P2P_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3585 #define P2P_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3587 #define P2P_TRACE_EVENT0(m) argument
3588 #define P2P_TRACE_EVENT1(m,p1) argument
3589 #define P2P_TRACE_EVENT2(m,p1,p2) argument
3590 #define P2P_TRACE_EVENT3(m,p1,p2,p3) argument
3591 #define P2P_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3592 #define P2P_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3593 #define P2P_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3595 #define P2P_TRACE_DEBUG0(m) argument
3596 #define P2P_TRACE_DEBUG1(m,p1) argument
3597 #define P2P_TRACE_DEBUG2(m,p1,p2) argument
3598 #define P2P_TRACE_DEBUG3(m,p1,p2,p3) argument
3599 #define P2P_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3600 #define P2P_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3601 #define P2P_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3605 #define CHO_TRACE_ERROR0(m) argument
3606 #define CHO_TRACE_ERROR1(m,p1) argument
3607 #define CHO_TRACE_ERROR2(m,p1,p2) argument
3608 #define CHO_TRACE_ERROR3(m,p1,p2,p3) argument
3609 #define CHO_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3610 #define CHO_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3611 #define CHO_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3613 #define CHO_TRACE_WARNING0(m) argument
3614 #define CHO_TRACE_WARNING1(m,p1) argument
3615 #define CHO_TRACE_WARNING2(m,p1,p2) argument
3616 #define CHO_TRACE_WARNING3(m,p1,p2,p3) argument
3617 #define CHO_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3618 #define CHO_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3619 #define CHO_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3621 #define CHO_TRACE_API0(m) argument
3622 #define CHO_TRACE_API1(m,p1) argument
3623 #define CHO_TRACE_API2(m,p1,p2) argument
3624 #define CHO_TRACE_API3(m,p1,p2,p3) argument
3625 #define CHO_TRACE_API4(m,p1,p2,p3,p4) argument
3626 #define CHO_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3627 #define CHO_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3629 #define CHO_TRACE_EVENT0(m) argument
3630 #define CHO_TRACE_EVENT1(m,p1) argument
3631 #define CHO_TRACE_EVENT2(m,p1,p2) argument
3632 #define CHO_TRACE_EVENT3(m,p1,p2,p3) argument
3633 #define CHO_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3634 #define CHO_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3635 #define CHO_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3637 #define CHO_TRACE_DEBUG0(m) argument
3638 #define CHO_TRACE_DEBUG1(m,p1) argument
3639 #define CHO_TRACE_DEBUG2(m,p1,p2) argument
3640 #define CHO_TRACE_DEBUG3(m,p1,p2,p3) argument
3641 #define CHO_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3642 #define CHO_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3643 #define CHO_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3647 #define SNEP_TRACE_ERROR0(m) argument
3648 #define SNEP_TRACE_ERROR1(m,p1) argument
3649 #define SNEP_TRACE_ERROR2(m,p1,p2) argument
3650 #define SNEP_TRACE_ERROR3(m,p1,p2,p3) argument
3651 #define SNEP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3652 #define SNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3653 #define SNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3655 #define SNEP_TRACE_WARNING0(m) argument
3656 #define SNEP_TRACE_WARNING1(m,p1) argument
3657 #define SNEP_TRACE_WARNING2(m,p1,p2) argument
3658 #define SNEP_TRACE_WARNING3(m,p1,p2,p3) argument
3659 #define SNEP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3660 #define SNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3661 #define SNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3663 #define SNEP_TRACE_API0(m) argument
3664 #define SNEP_TRACE_API1(m,p1) argument
3665 #define SNEP_TRACE_API2(m,p1,p2) argument
3666 #define SNEP_TRACE_API3(m,p1,p2,p3) argument
3667 #define SNEP_TRACE_API4(m,p1,p2,p3,p4) argument
3668 #define SNEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3669 #define SNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3671 #define SNEP_TRACE_EVENT0(m) argument
3672 #define SNEP_TRACE_EVENT1(m,p1) argument
3673 #define SNEP_TRACE_EVENT2(m,p1,p2) argument
3674 #define SNEP_TRACE_EVENT3(m,p1,p2,p3) argument
3675 #define SNEP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3676 #define SNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3677 #define SNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3679 #define SNEP_TRACE_DEBUG0(m) argument
3680 #define SNEP_TRACE_DEBUG1(m,p1) argument
3681 #define SNEP_TRACE_DEBUG2(m,p1,p2) argument
3682 #define SNEP_TRACE_DEBUG3(m,p1,p2,p3) argument
3683 #define SNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3684 #define SNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3685 #define SNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3689 #define HIDH_TRACE_ERROR0(m) argument
3690 #define HIDH_TRACE_ERROR1(m,p1) argument
3691 #define HIDH_TRACE_ERROR2(m,p1,p2) argument
3692 #define HIDH_TRACE_ERROR3(m,p1,p2,p3) argument
3693 #define HIDH_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3694 #define HIDH_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3695 #define HIDH_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3697 #define HIDH_TRACE_WARNING0(m) argument
3698 #define HIDH_TRACE_WARNING1(m,p1) argument
3699 #define HIDH_TRACE_WARNING2(m,p1,p2) argument
3700 #define HIDH_TRACE_WARNING3(m,p1,p2,p3) argument
3701 #define HIDH_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3702 #define HIDH_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3703 #define HIDH_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3705 #define HIDH_TRACE_API0(m) argument
3706 #define HIDH_TRACE_API1(m,p1) argument
3707 #define HIDH_TRACE_API2(m,p1,p2) argument
3708 #define HIDH_TRACE_API3(m,p1,p2,p3) argument
3709 #define HIDH_TRACE_API4(m,p1,p2,p3,p4) argument
3710 #define HIDH_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3711 #define HIDH_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3713 #define HIDH_TRACE_EVENT0(m) argument
3714 #define HIDH_TRACE_EVENT1(m,p1) argument
3715 #define HIDH_TRACE_EVENT2(m,p1,p2) argument
3716 #define HIDH_TRACE_EVENT3(m,p1,p2,p3) argument
3717 #define HIDH_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3718 #define HIDH_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3719 #define HIDH_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3721 #define HIDH_TRACE_DEBUG0(m) argument
3722 #define HIDH_TRACE_DEBUG1(m,p1) argument
3723 #define HIDH_TRACE_DEBUG2(m,p1,p2) argument
3724 #define HIDH_TRACE_DEBUG3(m,p1,p2,p3) argument
3725 #define HIDH_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3726 #define HIDH_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3727 #define HIDH_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3730 #define HIDD_TRACE_ERROR0(m) argument
3731 #define HIDD_TRACE_ERROR1(m,p1) argument
3732 #define HIDD_TRACE_ERROR2(m,p1,p2) argument
3733 #define HIDD_TRACE_ERROR3(m,p1,p2,p3) argument
3734 #define HIDD_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3735 #define HIDD_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3736 #define HIDD_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3738 #define HIDD_TRACE_WARNING0(m) argument
3739 #define HIDD_TRACE_WARNING1(m,p1) argument
3740 #define HIDD_TRACE_WARNING2(m,p1,p2) argument
3741 #define HIDD_TRACE_WARNING3(m,p1,p2,p3) argument
3742 #define HIDD_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3743 #define HIDD_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3744 #define HIDD_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3746 #define HIDD_TRACE_API0(m) argument
3747 #define HIDD_TRACE_API1(m,p1) argument
3748 #define HIDD_TRACE_API2(m,p1,p2) argument
3749 #define HIDD_TRACE_API3(m,p1,p2,p3) argument
3750 #define HIDD_TRACE_API4(m,p1,p2,p3,p4) argument
3751 #define HIDD_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3752 #define HIDD_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3754 #define HIDD_TRACE_EVENT0(m) argument
3755 #define HIDD_TRACE_EVENT1(m,p1) argument
3756 #define HIDD_TRACE_EVENT2(m,p1,p2) argument
3757 #define HIDD_TRACE_EVENT3(m,p1,p2,p3) argument
3758 #define HIDD_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3759 #define HIDD_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3760 #define HIDD_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3762 #define HIDD_TRACE_DEBUG0(m) argument
3763 #define HIDD_TRACE_DEBUG1(m,p1) argument
3764 #define HIDD_TRACE_DEBUG2(m,p1,p2) argument
3765 #define HIDD_TRACE_DEBUG3(m,p1,p2,p3) argument
3766 #define HIDD_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3767 #define HIDD_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3768 #define HIDD_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3772 #define DUN_TRACE_ERROR0(m) argument
3773 #define DUN_TRACE_ERROR1(m,p1) argument
3774 #define DUN_TRACE_ERROR2(m,p1,p2) argument
3775 #define DUN_TRACE_ERROR3(m,p1,p2,p3) argument
3776 #define DUN_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3777 #define DUN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3778 #define DUN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3780 #define DUN_TRACE_WARNING0(m) argument
3781 #define DUN_TRACE_WARNING1(m,p1) argument
3782 #define DUN_TRACE_WARNING2(m,p1,p2) argument
3783 #define DUN_TRACE_WARNING3(m,p1,p2,p3) argument
3784 #define DUN_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3785 #define DUN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3786 #define DUN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3788 #define DUN_TRACE_API0(m) argument
3789 #define DUN_TRACE_API1(m,p1) argument
3790 #define DUN_TRACE_API2(m,p1,p2) argument
3791 #define DUN_TRACE_API3(m,p1,p2,p3) argument
3792 #define DUN_TRACE_API4(m,p1,p2,p3,p4) argument
3793 #define DUN_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3794 #define DUN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3796 #define DUN_TRACE_EVENT0(m) argument
3797 #define DUN_TRACE_EVENT1(m,p1) argument
3798 #define DUN_TRACE_EVENT2(m,p1,p2) argument
3799 #define DUN_TRACE_EVENT3(m,p1,p2,p3) argument
3800 #define DUN_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3801 #define DUN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3802 #define DUN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3804 #define DUN_TRACE_DEBUG0(m) argument
3805 #define DUN_TRACE_DEBUG1(m,p1) argument
3806 #define DUN_TRACE_DEBUG2(m,p1,p2) argument
3807 #define DUN_TRACE_DEBUG3(m,p1,p2,p3) argument
3808 #define DUN_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3809 #define DUN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3810 #define DUN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3814 #define HCRP_TRACE_ERROR0(m) argument
3815 #define HCRP_TRACE_ERROR1(m,p1) argument
3816 #define HCRP_TRACE_ERROR2(m,p1,p2) argument
3817 #define HCRP_TRACE_ERROR3(m,p1,p2,p3) argument
3818 #define HCRP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3819 #define HCRP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3820 #define HCRP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3822 #define HCRP_TRACE_WARNING0(m) argument
3823 #define HCRP_TRACE_WARNING1(m,p1) argument
3824 #define HCRP_TRACE_WARNING2(m,p1,p2) argument
3825 #define HCRP_TRACE_WARNING3(m,p1,p2,p3) argument
3826 #define HCRP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3827 #define HCRP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3828 #define HCRP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3830 #define HCRP_TRACE_API0(m) argument
3831 #define HCRP_TRACE_API1(m,p1) argument
3832 #define HCRP_TRACE_API2(m,p1,p2) argument
3833 #define HCRP_TRACE_API3(m,p1,p2,p3) argument
3834 #define HCRP_TRACE_API4(m,p1,p2,p3,p4) argument
3835 #define HCRP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3836 #define HCRP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3838 #define HCRP_TRACE_EVENT0(m) argument
3839 #define HCRP_TRACE_EVENT1(m,p1) argument
3840 #define HCRP_TRACE_EVENT2(m,p1,p2) argument
3841 #define HCRP_TRACE_EVENT3(m,p1,p2,p3) argument
3842 #define HCRP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3843 #define HCRP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3844 #define HCRP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3846 #define HCRP_TRACE_DEBUG0(m) argument
3847 #define HCRP_TRACE_DEBUG1(m,p1) argument
3848 #define HCRP_TRACE_DEBUG2(m,p1,p2) argument
3849 #define HCRP_TRACE_DEBUG3(m,p1,p2,p3) argument
3850 #define HCRP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3851 #define HCRP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3852 #define HCRP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3857 #define HCRPM_TRACE_ERROR0(m) argument
3858 #define HCRPM_TRACE_ERROR1(m,p1) argument
3859 #define HCRPM_TRACE_ERROR2(m,p1,p2) argument
3860 #define HCRPM_TRACE_ERROR3(m,p1,p2,p3) argument
3861 #define HCRPM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3862 #define HCRPM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3863 #define HCRPM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3865 #define HCRPM_TRACE_WARNING0(m) argument
3866 #define HCRPM_TRACE_WARNING1(m,p1) argument
3867 #define HCRPM_TRACE_WARNING2(m,p1,p2) argument
3868 #define HCRPM_TRACE_WARNING3(m,p1,p2,p3) argument
3869 #define HCRPM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3870 #define HCRPM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3871 #define HCRPM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3873 #define HCRPM_TRACE_API0(m) argument
3874 #define HCRPM_TRACE_API1(m,p1) argument
3875 #define HCRPM_TRACE_API2(m,p1,p2) argument
3876 #define HCRPM_TRACE_API3(m,p1,p2,p3) argument
3877 #define HCRPM_TRACE_API4(m,p1,p2,p3,p4) argument
3878 #define HCRPM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3879 #define HCRPM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3881 #define HCRPM_TRACE_EVENT0(m) argument
3882 #define HCRPM_TRACE_EVENT1(m,p1) argument
3883 #define HCRPM_TRACE_EVENT2(m,p1,p2) argument
3884 #define HCRPM_TRACE_EVENT3(m,p1,p2,p3) argument
3885 #define HCRPM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3886 #define HCRPM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3887 #define HCRPM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3889 #define HCRPM_TRACE_DEBUG0(m) argument
3890 #define HCRPM_TRACE_DEBUG1(m,p1) argument
3891 #define HCRPM_TRACE_DEBUG2(m,p1,p2) argument
3892 #define HCRPM_TRACE_DEBUG3(m,p1,p2,p3) argument
3893 #define HCRPM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3894 #define HCRPM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3895 #define HCRPM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3899 #define RPC_TRACE_ERROR0(m) argument
3900 #define RPC_TRACE_ERROR1(m,p1) argument
3901 #define RPC_TRACE_ERROR2(m,p1,p2) argument
3902 #define RPC_TRACE_ERROR3(m,p1,p2,p3) argument
3903 #define RPC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3904 #define RPC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3905 #define RPC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3907 #define RPC_TRACE_WARNING0(m) argument
3908 #define RPC_TRACE_WARNING1(m,p1) argument
3909 #define RPC_TRACE_WARNING2(m,p1,p2) argument
3910 #define RPC_TRACE_WARNING3(m,p1,p2,p3) argument
3911 #define RPC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3912 #define RPC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3913 #define RPC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3915 #define RPC_TRACE_API0(m) argument
3916 #define RPC_TRACE_API1(m,p1) argument
3917 #define RPC_TRACE_API2(m,p1,p2) argument
3918 #define RPC_TRACE_API3(m,p1,p2,p3) argument
3919 #define RPC_TRACE_API4(m,p1,p2,p3,p4) argument
3920 #define RPC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3921 #define RPC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3923 #define RPC_TRACE_EVENT0(m) argument
3924 #define RPC_TRACE_EVENT1(m,p1) argument
3925 #define RPC_TRACE_EVENT2(m,p1,p2) argument
3926 #define RPC_TRACE_EVENT3(m,p1,p2,p3) argument
3927 #define RPC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3928 #define RPC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3929 #define RPC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3931 #define RPC_TRACE_DEBUG0(m) argument
3932 #define RPC_TRACE_DEBUG1(m,p1) argument
3933 #define RPC_TRACE_DEBUG2(m,p1,p2) argument
3934 #define RPC_TRACE_DEBUG3(m,p1,p2,p3) argument
3935 #define RPC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3936 #define RPC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3937 #define RPC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3941 #define BNEP_TRACE_ERROR0(m) argument
3942 #define BNEP_TRACE_ERROR1(m,p1) argument
3943 #define BNEP_TRACE_ERROR2(m,p1,p2) argument
3944 #define BNEP_TRACE_ERROR3(m,p1,p2,p3) argument
3945 #define BNEP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3946 #define BNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3947 #define BNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3949 #define BNEP_TRACE_WARNING0(m) argument
3950 #define BNEP_TRACE_WARNING1(m,p1) argument
3951 #define BNEP_TRACE_WARNING2(m,p1,p2) argument
3952 #define BNEP_TRACE_WARNING3(m,p1,p2,p3) argument
3953 #define BNEP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3954 #define BNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3955 #define BNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3957 #define BNEP_TRACE_API0(m) argument
3958 #define BNEP_TRACE_API1(m,p1) argument
3959 #define BNEP_TRACE_API2(m,p1,p2) argument
3960 #define BNEP_TRACE_API3(m,p1,p2,p3) argument
3961 #define BNEP_TRACE_API4(m,p1,p2,p3,p4) argument
3962 #define BNEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3963 #define BNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3965 #define BNEP_TRACE_EVENT0(m) argument
3966 #define BNEP_TRACE_EVENT1(m,p1) argument
3967 #define BNEP_TRACE_EVENT2(m,p1,p2) argument
3968 #define BNEP_TRACE_EVENT3(m,p1,p2,p3) argument
3969 #define BNEP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3970 #define BNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3971 #define BNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3973 #define BNEP_TRACE_DEBUG0(m) argument
3974 #define BNEP_TRACE_DEBUG1(m,p1) argument
3975 #define BNEP_TRACE_DEBUG2(m,p1,p2) argument
3976 #define BNEP_TRACE_DEBUG3(m,p1,p2,p3) argument
3977 #define BNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3978 #define BNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3979 #define BNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3983 #define MSKB_TRACE_0(m) argument
3984 #define MSKB_TRACE_1(m,p1) argument
3985 #define MSKB_TRACE_2(m,p1,p2) argument
3986 #define MSKB_TRACE_3(m,p1,p2,p3) argument
3987 #define MSKB_TRACE_4(m,p1,p2,p3,p4) argument
3988 #define MSKB_TRACE_5(m,p1,p2,p3,p4,p5) argument
3989 #define MSKB_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
3991 #define MSKB_DEBUG_0(m) argument
3992 #define MSKB_DEBUG_1(m,p1) argument
3993 #define MSKB_DEBUG_2(m,p1,p2) argument
3994 #define MSKB_DEBUG_3(m,p1,p2,p3) argument
3995 #define MSKB_DEBUG_4(m,p1,p2,p3,p4) argument
3996 #define MSKB_DEBUG_5(m,p1,p2,p3,p4,p5) argument
3997 #define MSKB_DEBUG_6(m,p1,p2,p3,p4,p5,p6) argument
3999 #define MSKB_ERROR_0(m) argument
4000 #define MSKB_ERROR_1(m,p1) argument
4001 #define MSKB_ERROR_2(m,p1,p2) argument
4002 #define MSKB_ERROR_3(m,p1,p2,p3) argument
4003 #define MSKB_ERROR_4(m,p1,p2,p3,p4) argument
4004 #define MSKB_ERROR_5(m,p1,p2,p3,p4,p5) argument
4005 #define MSKB_ERROR_6(m,p1,p2,p3,p4,p5,p6) argument
4009 #define PAN_TRACE_ERROR0(m) argument
4010 #define PAN_TRACE_ERROR1(m,p1) argument
4011 #define PAN_TRACE_ERROR2(m,p1,p2) argument
4012 #define PAN_TRACE_ERROR3(m,p1,p2,p3) argument
4013 #define PAN_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4014 #define PAN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4015 #define PAN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4017 #define PAN_TRACE_WARNING0(m) argument
4018 #define PAN_TRACE_WARNING1(m,p1) argument
4019 #define PAN_TRACE_WARNING2(m,p1,p2) argument
4020 #define PAN_TRACE_WARNING3(m,p1,p2,p3) argument
4021 #define PAN_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4022 #define PAN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4023 #define PAN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4025 #define PAN_TRACE_API0(m) argument
4026 #define PAN_TRACE_API1(m,p1) argument
4027 #define PAN_TRACE_API2(m,p1,p2) argument
4028 #define PAN_TRACE_API3(m,p1,p2,p3) argument
4029 #define PAN_TRACE_API4(m,p1,p2,p3,p4) argument
4030 #define PAN_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4031 #define PAN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4033 #define PAN_TRACE_EVENT0(m) argument
4034 #define PAN_TRACE_EVENT1(m,p1) argument
4035 #define PAN_TRACE_EVENT2(m,p1,p2) argument
4036 #define PAN_TRACE_EVENT3(m,p1,p2,p3) argument
4037 #define PAN_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4038 #define PAN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4039 #define PAN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4041 #define PAN_TRACE_DEBUG0(m) argument
4042 #define PAN_TRACE_DEBUG1(m,p1) argument
4043 #define PAN_TRACE_DEBUG2(m,p1,p2) argument
4044 #define PAN_TRACE_DEBUG3(m,p1,p2,p3) argument
4045 #define PAN_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4046 #define PAN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4047 #define PAN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4051 #define SAP_TRACE_ERROR0(m) argument
4052 #define SAP_TRACE_ERROR1(m,p1) argument
4053 #define SAP_TRACE_ERROR2(m,p1,p2) argument
4054 #define SAP_TRACE_ERROR3(m,p1,p2,p3) argument
4055 #define SAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4056 #define SAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4057 #define SAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4059 #define SAP_TRACE_WARNING0(m) argument
4060 #define SAP_TRACE_WARNING1(m,p1) argument
4061 #define SAP_TRACE_WARNING2(m,p1,p2) argument
4062 #define SAP_TRACE_WARNING3(m,p1,p2,p3) argument
4063 #define SAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4064 #define SAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4065 #define SAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4067 #define SAP_TRACE_API0(m) argument
4068 #define SAP_TRACE_API1(m,p1) argument
4069 #define SAP_TRACE_API2(m,p1,p2) argument
4070 #define SAP_TRACE_API3(m,p1,p2,p3) argument
4071 #define SAP_TRACE_API4(m,p1,p2,p3,p4) argument
4072 #define SAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4073 #define SAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4075 #define SAP_TRACE_EVENT0(m) argument
4076 #define SAP_TRACE_EVENT1(m,p1) argument
4077 #define SAP_TRACE_EVENT2(m,p1,p2) argument
4078 #define SAP_TRACE_EVENT3(m,p1,p2,p3) argument
4079 #define SAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4080 #define SAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4081 #define SAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4083 #define SAP_TRACE_DEBUG0(m) argument
4084 #define SAP_TRACE_DEBUG1(m,p1) argument
4085 #define SAP_TRACE_DEBUG2(m,p1,p2) argument
4086 #define SAP_TRACE_DEBUG3(m,p1,p2,p3) argument
4087 #define SAP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4088 #define SAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4089 #define SAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4093 #define OPP_TRACE_ERROR0(m) argument
4094 #define OPP_TRACE_ERROR1(m,p1) argument
4095 #define OPP_TRACE_ERROR2(m,p1,p2) argument
4096 #define OPP_TRACE_ERROR3(m,p1,p2,p3) argument
4097 #define OPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4098 #define OPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4099 #define OPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4101 #define OPP_TRACE_WARNING0(m) argument
4102 #define OPP_TRACE_WARNING1(m,p1) argument
4103 #define OPP_TRACE_WARNING2(m,p1,p2) argument
4104 #define OPP_TRACE_WARNING3(m,p1,p2,p3) argument
4105 #define OPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4106 #define OPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4107 #define OPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4109 #define OPP_TRACE_EVENT0(m) argument
4110 #define OPP_TRACE_EVENT1(m,p1) argument
4111 #define OPP_TRACE_EVENT2(m,p1,p2) argument
4112 #define OPP_TRACE_EVENT3(m,p1,p2,p3) argument
4113 #define OPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4114 #define OPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4115 #define OPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4117 #define OPP_TRACE_DEBUG0(m) argument
4118 #define OPP_TRACE_DEBUG1(m,p1) argument
4119 #define OPP_TRACE_DEBUG2(m,p1,p2) argument
4120 #define OPP_TRACE_DEBUG3(m,p1,p2,p3) argument
4121 #define OPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4122 #define OPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4123 #define OPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4125 #define OPP_TRACE_API0(m) argument
4126 #define OPP_TRACE_API1(m,p1) argument
4127 #define OPP_TRACE_API2(m,p1,p2) argument
4128 #define OPP_TRACE_API3(m,p1,p2,p3) argument
4129 #define OPP_TRACE_API4(m,p1,p2,p3,p4) argument
4130 #define OPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4131 #define OPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4135 #define FTP_TRACE_ERROR0(m) argument
4136 #define FTP_TRACE_ERROR1(m,p1) argument
4137 #define FTP_TRACE_ERROR2(m,p1,p2) argument
4138 #define FTP_TRACE_ERROR3(m,p1,p2,p3) argument
4139 #define FTP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4140 #define FTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4141 #define FTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4143 #define FTP_TRACE_WARNING0(m) argument
4144 #define FTP_TRACE_WARNING1(m,p1) argument
4145 #define FTP_TRACE_WARNING2(m,p1,p2) argument
4146 #define FTP_TRACE_WARNING3(m,p1,p2,p3) argument
4147 #define FTP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4148 #define FTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4149 #define FTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4151 #define FTP_TRACE_EVENT0(m) argument
4152 #define FTP_TRACE_EVENT1(m,p1) argument
4153 #define FTP_TRACE_EVENT2(m,p1,p2) argument
4154 #define FTP_TRACE_EVENT3(m,p1,p2,p3) argument
4155 #define FTP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4156 #define FTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4157 #define FTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4159 #define FTP_TRACE_DEBUG0(m) argument
4160 #define FTP_TRACE_DEBUG1(m,p1) argument
4161 #define FTP_TRACE_DEBUG2(m,p1,p2) argument
4162 #define FTP_TRACE_DEBUG3(m,p1,p2,p3) argument
4163 #define FTP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4164 #define FTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4165 #define FTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4167 #define FTP_TRACE_API0(m) argument
4168 #define FTP_TRACE_API1(m,p1) argument
4169 #define FTP_TRACE_API2(m,p1,p2) argument
4170 #define FTP_TRACE_API3(m,p1,p2,p3) argument
4171 #define FTP_TRACE_API4(m,p1,p2,p3,p4) argument
4172 #define FTP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4173 #define FTP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4178 #define A2D_TRACE_ERROR0(m) argument
4179 #define A2D_TRACE_ERROR1(m,p1) argument
4180 #define A2D_TRACE_ERROR2(m,p1,p2) argument
4181 #define A2D_TRACE_ERROR3(m,p1,p2,p3) argument
4182 #define A2D_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4183 #define A2D_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4184 #define A2D_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4186 #define A2D_TRACE_WARNING0(m) argument
4187 #define A2D_TRACE_WARNING1(m,p1) argument
4188 #define A2D_TRACE_WARNING2(m,p1,p2) argument
4189 #define A2D_TRACE_WARNING3(m,p1,p2,p3) argument
4190 #define A2D_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4191 #define A2D_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4192 #define A2D_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4194 #define A2D_TRACE_EVENT0(m) argument
4195 #define A2D_TRACE_EVENT1(m,p1) argument
4196 #define A2D_TRACE_EVENT2(m,p1,p2) argument
4197 #define A2D_TRACE_EVENT3(m,p1,p2,p3) argument
4198 #define A2D_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4199 #define A2D_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4200 #define A2D_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4202 #define A2D_TRACE_DEBUG0(m) argument
4203 #define A2D_TRACE_DEBUG1(m,p1) argument
4204 #define A2D_TRACE_DEBUG2(m,p1,p2) argument
4205 #define A2D_TRACE_DEBUG3(m,p1,p2,p3) argument
4206 #define A2D_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4207 #define A2D_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4208 #define A2D_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4210 #define A2D_TRACE_API0(m) argument
4211 #define A2D_TRACE_API1(m,p1) argument
4212 #define A2D_TRACE_API2(m,p1,p2) argument
4213 #define A2D_TRACE_API3(m,p1,p2,p3) argument
4214 #define A2D_TRACE_API4(m,p1,p2,p3,p4) argument
4215 #define A2D_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4216 #define A2D_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4220 #define VDP_TRACE_ERROR0(m) argument
4221 #define VDP_TRACE_ERROR1(m,p1) argument
4222 #define VDP_TRACE_ERROR2(m,p1,p2) argument
4223 #define VDP_TRACE_ERROR3(m,p1,p2,p3) argument
4224 #define VDP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4225 #define VDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4226 #define VDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4228 #define VDP_TRACE_WARNING0(m) argument
4229 #define VDP_TRACE_WARNING1(m,p1) argument
4230 #define VDP_TRACE_WARNING2(m,p1,p2) argument
4231 #define VDP_TRACE_WARNING3(m,p1,p2,p3) argument
4232 #define VDP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4233 #define VDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4234 #define VDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4236 #define VDP_TRACE_EVENT0(m) argument
4237 #define VDP_TRACE_EVENT1(m,p1) argument
4238 #define VDP_TRACE_EVENT2(m,p1,p2) argument
4239 #define VDP_TRACE_EVENT3(m,p1,p2,p3) argument
4240 #define VDP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4241 #define VDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4242 #define VDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4244 #define VDP_TRACE_DEBUG0(m) argument
4245 #define VDP_TRACE_DEBUG1(m,p1) argument
4246 #define VDP_TRACE_DEBUG2(m,p1,p2) argument
4247 #define VDP_TRACE_DEBUG3(m,p1,p2,p3) argument
4248 #define VDP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4249 #define VDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4250 #define VDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4252 #define VDP_TRACE_API0(m) argument
4253 #define VDP_TRACE_API1(m,p1) argument
4254 #define VDP_TRACE_API2(m,p1,p2) argument
4255 #define VDP_TRACE_API3(m,p1,p2,p3) argument
4256 #define VDP_TRACE_API4(m,p1,p2,p3,p4) argument
4257 #define VDP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4258 #define VDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4263 #define LMP_TRACE_ERROR0(m) argument
4264 #define LMP_TRACE_ERROR1(m,p1) argument
4265 #define LMP_TRACE_ERROR2(m,p1,p2) argument
4266 #define LMP_TRACE_ERROR3(m,p1,p2,p3) argument
4267 #define LMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4268 #define LMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4269 #define LMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4271 #define LMP_TRACE_WARNING0(m) argument
4272 #define LMP_TRACE_WARNING1(m,p1) argument
4273 #define LMP_TRACE_WARNING2(m,p1,p2) argument
4274 #define LMP_TRACE_WARNING3(m,p1,p2,p3) argument
4275 #define LMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4276 #define LMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4277 #define LMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4279 #define LMP_TRACE_EVENT0(m) argument
4280 #define LMP_TRACE_EVENT1(m,p1) argument
4281 #define LMP_TRACE_EVENT2(m,p1,p2) argument
4282 #define LMP_TRACE_EVENT3(m,p1,p2,p3) argument
4283 #define LMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4284 #define LMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4285 #define LMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4287 #define LMP_TRACE_DEBUG0(m) argument
4288 #define LMP_TRACE_DEBUG1(m,p1) argument
4289 #define LMP_TRACE_DEBUG2(m,p1,p2) argument
4290 #define LMP_TRACE_DEBUG3(m,p1,p2,p3) argument
4291 #define LMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4292 #define LMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4293 #define LMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4297 #define LC_TRACE_ERROR0(m) argument
4298 #define LC_TRACE_ERROR1(m,p1) argument
4299 #define LC_TRACE_ERROR2(m,p1,p2) argument
4300 #define LC_TRACE_ERROR3(m,p1,p2,p3) argument
4301 #define LC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4302 #define LC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4303 #define LC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4305 #define LC_TRACE_WARNING0(m) argument
4306 #define LC_TRACE_WARNING1(m,p1) argument
4307 #define LC_TRACE_WARNING2(m,p1,p2) argument
4308 #define LC_TRACE_WARNING3(m,p1,p2,p3) argument
4309 #define LC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4310 #define LC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4311 #define LC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4313 #define LC_TRACE_EVENT0(m) argument
4314 #define LC_TRACE_EVENT1(m,p1) argument
4315 #define LC_TRACE_EVENT2(m,p1,p2) argument
4316 #define LC_TRACE_EVENT3(m,p1,p2,p3) argument
4317 #define LC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4318 #define LC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4319 #define LC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4321 #define LC_TRACE_DEBUG0(m) argument
4322 #define LC_TRACE_DEBUG1(m,p1) argument
4323 #define LC_TRACE_DEBUG2(m,p1,p2) argument
4324 #define LC_TRACE_DEBUG3(m,p1,p2,p3) argument
4325 #define LC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4326 #define LC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4327 #define LC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4329 #define SDA_TRACE_ERROR0(m) argument
4330 #define SDA_TRACE_ERROR1(m,p1) argument
4331 #define SDA_TRACE_ERROR2(m,p1,p2) argument
4332 #define SDA_TRACE_ERROR3(m,p1,p2,p3) argument
4333 #define SDA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4334 #define SDA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4335 #define SDA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4337 #define SDA_TRACE_WARNING0(m) argument
4338 #define SDA_TRACE_WARNING1(m,p1) argument
4339 #define SDA_TRACE_WARNING2(m,p1,p2) argument
4340 #define SDA_TRACE_WARNING3(m,p1,p2,p3) argument
4341 #define SDA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4342 #define SDA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4343 #define SDA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4345 #define SDA_TRACE_EVENT0(m) argument
4346 #define SDA_TRACE_EVENT1(m,p1) argument
4347 #define SDA_TRACE_EVENT2(m,p1,p2) argument
4348 #define SDA_TRACE_EVENT3(m,p1,p2,p3) argument
4349 #define SDA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4350 #define SDA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4351 #define SDA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4353 #define SDA_TRACE_DEBUG0(m) argument
4354 #define SDA_TRACE_DEBUG1(m,p1) argument
4355 #define SDA_TRACE_DEBUG2(m,p1,p2) argument
4356 #define SDA_TRACE_DEBUG3(m,p1,p2,p3) argument
4357 #define SDA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4358 #define SDA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4359 #define SDA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4363 #define AVDT_TRACE_ERROR0(m) argument
4364 #define AVDT_TRACE_ERROR1(m,p1) argument
4365 #define AVDT_TRACE_ERROR2(m,p1,p2) argument
4366 #define AVDT_TRACE_ERROR3(m,p1,p2,p3) argument
4367 #define AVDT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4368 #define AVDT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4369 #define AVDT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4371 #define AVDT_TRACE_WARNING0(m) argument
4372 #define AVDT_TRACE_WARNING1(m,p1) argument
4373 #define AVDT_TRACE_WARNING2(m,p1,p2) argument
4374 #define AVDT_TRACE_WARNING3(m,p1,p2,p3) argument
4375 #define AVDT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4376 #define AVDT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4377 #define AVDT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4379 #define AVDT_TRACE_EVENT0(m) argument
4380 #define AVDT_TRACE_EVENT1(m,p1) argument
4381 #define AVDT_TRACE_EVENT2(m,p1,p2) argument
4382 #define AVDT_TRACE_EVENT3(m,p1,p2,p3) argument
4383 #define AVDT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4384 #define AVDT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4385 #define AVDT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4387 #define AVDT_TRACE_DEBUG0(m) argument
4388 #define AVDT_TRACE_DEBUG1(m,p1) argument
4389 #define AVDT_TRACE_DEBUG2(m,p1,p2) argument
4390 #define AVDT_TRACE_DEBUG3(m,p1,p2,p3) argument
4391 #define AVDT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4392 #define AVDT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4393 #define AVDT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4395 #define AVDT_TRACE_API0(m) argument
4396 #define AVDT_TRACE_API1(m,p1) argument
4397 #define AVDT_TRACE_API2(m,p1,p2) argument
4398 #define AVDT_TRACE_API3(m,p1,p2,p3) argument
4399 #define AVDT_TRACE_API4(m,p1,p2,p3,p4) argument
4400 #define AVDT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4401 #define AVDT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4405 #define AVCT_TRACE_ERROR0(m) argument
4406 #define AVCT_TRACE_ERROR1(m,p1) argument
4407 #define AVCT_TRACE_ERROR2(m,p1,p2) argument
4408 #define AVCT_TRACE_ERROR3(m,p1,p2,p3) argument
4409 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4410 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4411 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4413 #define AVCT_TRACE_WARNING0(m) argument
4414 #define AVCT_TRACE_WARNING1(m,p1) argument
4415 #define AVCT_TRACE_WARNING2(m,p1,p2) argument
4416 #define AVCT_TRACE_WARNING3(m,p1,p2,p3) argument
4417 #define AVCT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4418 #define AVCT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4419 #define AVCT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4421 #define AVCT_TRACE_EVENT0(m) argument
4422 #define AVCT_TRACE_EVENT1(m,p1) argument
4423 #define AVCT_TRACE_EVENT2(m,p1,p2) argument
4424 #define AVCT_TRACE_EVENT3(m,p1,p2,p3) argument
4425 #define AVCT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4426 #define AVCT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4427 #define AVCT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4429 #define AVCT_TRACE_DEBUG0(m) argument
4430 #define AVCT_TRACE_DEBUG1(m,p1) argument
4431 #define AVCT_TRACE_DEBUG2(m,p1,p2) argument
4432 #define AVCT_TRACE_DEBUG3(m,p1,p2,p3) argument
4433 #define AVCT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4434 #define AVCT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4435 #define AVCT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4437 #define AVCT_TRACE_API0(m) argument
4438 #define AVCT_TRACE_API1(m,p1) argument
4439 #define AVCT_TRACE_API2(m,p1,p2) argument
4440 #define AVCT_TRACE_API3(m,p1,p2,p3) argument
4441 #define AVCT_TRACE_API4(m,p1,p2,p3,p4) argument
4442 #define AVCT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4443 #define AVCT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4448 #define AVRC_TRACE_ERROR0(m) argument
4449 #define AVRC_TRACE_ERROR1(m,p1) argument
4450 #define AVRC_TRACE_ERROR2(m,p1,p2) argument
4451 #define AVRC_TRACE_ERROR3(m,p1,p2,p3) argument
4452 #define AVRC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4453 #define AVRC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4454 #define AVRC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4456 #define AVRC_TRACE_WARNING0(m) argument
4457 #define AVRC_TRACE_WARNING1(m,p1) argument
4458 #define AVRC_TRACE_WARNING2(m,p1,p2) argument
4459 #define AVRC_TRACE_WARNING3(m,p1,p2,p3) argument
4460 #define AVRC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4461 #define AVRC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4462 #define AVRC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4464 #define AVRC_TRACE_EVENT0(m) argument
4465 #define AVRC_TRACE_EVENT1(m,p1) argument
4466 #define AVRC_TRACE_EVENT2(m,p1,p2) argument
4467 #define AVRC_TRACE_EVENT3(m,p1,p2,p3) argument
4468 #define AVRC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4469 #define AVRC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4470 #define AVRC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4472 #define AVRC_TRACE_DEBUG0(m) argument
4473 #define AVRC_TRACE_DEBUG1(m,p1) argument
4474 #define AVRC_TRACE_DEBUG2(m,p1,p2) argument
4475 #define AVRC_TRACE_DEBUG3(m,p1,p2,p3) argument
4476 #define AVRC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4477 #define AVRC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4478 #define AVRC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4480 #define AVRC_TRACE_API0(m) argument
4481 #define AVRC_TRACE_API1(m,p1) argument
4482 #define AVRC_TRACE_API2(m,p1,p2) argument
4483 #define AVRC_TRACE_API3(m,p1,p2,p3) argument
4484 #define AVRC_TRACE_API4(m,p1,p2,p3,p4) argument
4485 #define AVRC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4486 #define AVRC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4490 #define MCA_TRACE_ERROR0(m) argument
4491 #define MCA_TRACE_ERROR1(m,p1) argument
4492 #define MCA_TRACE_ERROR2(m,p1,p2) argument
4493 #define MCA_TRACE_ERROR3(m,p1,p2,p3) argument
4494 #define MCA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4495 #define MCA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4496 #define MCA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4498 #define MCA_TRACE_WARNING0(m) argument
4499 #define MCA_TRACE_WARNING1(m,p1) argument
4500 #define MCA_TRACE_WARNING2(m,p1,p2) argument
4501 #define MCA_TRACE_WARNING3(m,p1,p2,p3) argument
4502 #define MCA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4503 #define MCA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4504 #define MCA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4506 #define MCA_TRACE_EVENT0(m) argument
4507 #define MCA_TRACE_EVENT1(m,p1) argument
4508 #define MCA_TRACE_EVENT2(m,p1,p2) argument
4509 #define MCA_TRACE_EVENT3(m,p1,p2,p3) argument
4510 #define MCA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4511 #define MCA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4512 #define MCA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4514 #define MCA_TRACE_DEBUG0(m) argument
4515 #define MCA_TRACE_DEBUG1(m,p1) argument
4516 #define MCA_TRACE_DEBUG2(m,p1,p2) argument
4517 #define MCA_TRACE_DEBUG3(m,p1,p2,p3) argument
4518 #define MCA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4519 #define MCA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4520 #define MCA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4522 #define MCA_TRACE_API0(m) argument
4523 #define MCA_TRACE_API1(m,p1) argument
4524 #define MCA_TRACE_API2(m,p1,p2) argument
4525 #define MCA_TRACE_API3(m,p1,p2,p3) argument
4526 #define MCA_TRACE_API4(m,p1,p2,p3,p4) argument
4527 #define MCA_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4528 #define MCA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4532 #define AMP_TRACE_ERROR0(m) argument
4533 #define AMP_TRACE_ERROR1(m,p1) argument
4534 #define AMP_TRACE_ERROR2(m,p1,p2) argument
4535 #define AMP_TRACE_ERROR3(m,p1,p2,p3) argument
4536 #define AMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4537 #define AMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4538 #define AMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4540 #define AMP_TRACE_WARNING0(m) argument
4541 #define AMP_TRACE_WARNING1(m,p1) argument
4542 #define AMP_TRACE_WARNING2(m,p1,p2) argument
4543 #define AMP_TRACE_WARNING3(m,p1,p2,p3) argument
4544 #define AMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4545 #define AMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4546 #define AMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4548 #define AMP_TRACE_API0(m) argument
4549 #define AMP_TRACE_API1(m,p1) argument
4550 #define AMP_TRACE_API2(m,p1,p2) argument
4551 #define AMP_TRACE_API3(m,p1,p2,p3) argument
4552 #define AMP_TRACE_API4(m,p1,p2,p3,p4) argument
4553 #define AMP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4554 #define AMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4556 #define AMP_TRACE_EVENT0(m) argument
4557 #define AMP_TRACE_EVENT1(m,p1) argument
4558 #define AMP_TRACE_EVENT2(m,p1,p2) argument
4559 #define AMP_TRACE_EVENT3(m,p1,p2,p3) argument
4560 #define AMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4561 #define AMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4562 #define AMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4564 #define AMP_TRACE_DEBUG0(m) argument
4565 #define AMP_TRACE_DEBUG1(m,p1) argument
4566 #define AMP_TRACE_DEBUG2(m,p1,p2) argument
4567 #define AMP_TRACE_DEBUG3(m,p1,p2,p3) argument
4568 #define AMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4569 #define AMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4570 #define AMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4574 #define GATT_TRACE_ERROR0(m) argument
4575 #define GATT_TRACE_ERROR1(m,p1) argument
4576 #define GATT_TRACE_ERROR2(m,p1,p2) argument
4577 #define GATT_TRACE_ERROR3(m,p1,p2,p3) argument
4578 #define GATT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4579 #define GATT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4580 #define GATT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4582 #define GATT_TRACE_WARNING0(m) argument
4583 #define GATT_TRACE_WARNING1(m,p1) argument
4584 #define GATT_TRACE_WARNING2(m,p1,p2) argument
4585 #define GATT_TRACE_WARNING3(m,p1,p2,p3) argument
4586 #define GATT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4587 #define GATT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4588 #define GATT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4590 #define GATT_TRACE_API0(m) argument
4591 #define GATT_TRACE_API1(m,p1) argument
4592 #define GATT_TRACE_API2(m,p1,p2) argument
4593 #define GATT_TRACE_API3(m,p1,p2,p3) argument
4594 #define GATT_TRACE_API4(m,p1,p2,p3,p4) argument
4595 #define GATT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4596 #define GATT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4598 #define GATT_TRACE_EVENT0(m) argument
4599 #define GATT_TRACE_EVENT1(m,p1) argument
4600 #define GATT_TRACE_EVENT2(m,p1,p2) argument
4601 #define GATT_TRACE_EVENT3(m,p1,p2,p3) argument
4602 #define GATT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4603 #define GATT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4604 #define GATT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4606 #define GATT_TRACE_DEBUG0(m) argument
4607 #define GATT_TRACE_DEBUG1(m,p1) argument
4608 #define GATT_TRACE_DEBUG2(m,p1,p2) argument
4609 #define GATT_TRACE_DEBUG3(m,p1,p2,p3) argument
4610 #define GATT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4611 #define GATT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4612 #define GATT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4616 #define SMP_TRACE_ERROR0(m) argument
4617 #define SMP_TRACE_ERROR1(m,p1) argument
4618 #define SMP_TRACE_ERROR2(m,p1,p2) argument
4619 #define SMP_TRACE_ERROR3(m,p1,p2,p3) argument
4620 #define SMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4621 #define SMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4622 #define SMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4624 #define SMP_TRACE_WARNING0(m) argument
4625 #define SMP_TRACE_WARNING1(m,p1) argument
4626 #define SMP_TRACE_WARNING2(m,p1,p2) argument
4627 #define SMP_TRACE_WARNING3(m,p1,p2,p3) argument
4628 #define SMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4629 #define SMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4630 #define SMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4632 #define SMP_TRACE_API0(m) argument
4633 #define SMP_TRACE_API1(m,p1) argument
4634 #define SMP_TRACE_API2(m,p1,p2) argument
4635 #define SMP_TRACE_API3(m,p1,p2,p3) argument
4636 #define SMP_TRACE_API4(m,p1,p2,p3,p4) argument
4637 #define SMP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4638 #define SMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4640 #define SMP_TRACE_EVENT0(m) argument
4641 #define SMP_TRACE_EVENT1(m,p1) argument
4642 #define SMP_TRACE_EVENT2(m,p1,p2) argument
4643 #define SMP_TRACE_EVENT3(m,p1,p2,p3) argument
4644 #define SMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4645 #define SMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4646 #define SMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4648 #define SMP_TRACE_DEBUG0(m) argument
4649 #define SMP_TRACE_DEBUG1(m,p1) argument
4650 #define SMP_TRACE_DEBUG2(m,p1,p2) argument
4651 #define SMP_TRACE_DEBUG3(m,p1,p2,p3) argument
4652 #define SMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4653 #define SMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4654 #define SMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4661 #define APPL_TRACE_ERROR0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4662 #define APPL_TRACE_ERROR1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4664 #define APPL_TRACE_ERROR2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4666 #define APPL_TRACE_ERROR3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4668 #define APPL_TRACE_ERROR4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4670 #define APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4672 #define APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4675 #define APPL_TRACE_WARNING0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4676 #define APPL_TRACE_WARNING1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4678 #define APPL_TRACE_WARNING2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4680 #define APPL_TRACE_WARNING3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4682 #define APPL_TRACE_WARNING4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4684 #define APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4686 #define APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) L… argument
4689 #define APPL_TRACE_API0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4690 #define APPL_TRACE_API1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4692 #define APPL_TRACE_API2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4694 #define APPL_TRACE_API3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4696 #define APPL_TRACE_API4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4698 #define APPL_TRACE_API5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4700 #define APPL_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4703 #define APPL_TRACE_EVENT0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4704 #define APPL_TRACE_EVENT1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4706 #define APPL_TRACE_EVENT2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4708 #define APPL_TRACE_EVENT3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4710 #define APPL_TRACE_EVENT4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4712 #define APPL_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4714 #define APPL_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4717 #define APPL_TRACE_DEBUG0(m) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4718 #define APPL_TRACE_DEBUG1(m,p1) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4720 #define APPL_TRACE_DEBUG2(m,p1,p2) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4722 #define APPL_TRACE_DEBUG3(m,p1,p2,p3) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4724 #define APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4726 #define APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4728 #define APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4733 #define APPL_TRACE_ERROR0(m) argument
4734 #define APPL_TRACE_ERROR1(m,p1) argument
4735 #define APPL_TRACE_ERROR2(m,p1,p2) argument
4736 #define APPL_TRACE_ERROR3(m,p1,p2,p3) argument
4737 #define APPL_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4738 #define APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4739 #define APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4741 #define APPL_TRACE_WARNING0(m) argument
4742 #define APPL_TRACE_WARNING1(m,p1) argument
4743 #define APPL_TRACE_WARNING2(m,p1,p2) argument
4744 #define APPL_TRACE_WARNING3(m,p1,p2,p3) argument
4745 #define APPL_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4746 #define APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4747 #define APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4749 #define APPL_TRACE_API0(m) argument
4750 #define APPL_TRACE_API1(m,p1) argument
4751 #define APPL_TRACE_API2(m,p1,p2) argument
4752 #define APPL_TRACE_API3(m,p1,p2,p3) argument
4753 #define APPL_TRACE_API4(m,p1,p2,p3,p4) argument
4754 #define APPL_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4755 #define APPL_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4757 #define APPL_TRACE_EVENT0(m) argument
4758 #define APPL_TRACE_EVENT1(m,p1) argument
4759 #define APPL_TRACE_EVENT2(m,p1,p2) argument
4760 #define APPL_TRACE_EVENT3(m,p1,p2,p3) argument
4761 #define APPL_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4762 #define APPL_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4763 #define APPL_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4765 #define APPL_TRACE_DEBUG0(m) argument
4766 #define APPL_TRACE_DEBUG1(m,p1) argument
4767 #define APPL_TRACE_DEBUG2(m,p1,p2) argument
4768 #define APPL_TRACE_DEBUG3(m,p1,p2,p3) argument
4769 #define APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4770 #define APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4771 #define APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4777 #define SAP_TRACE_0(m) MMI_Echo(m) argument
4778 #define SAP_TRACE_1(m,p1) MMI_Echo(m,p1) argument
4779 #define SAP_TRACE_2(m,p1,p2) MMI_Echo(m,p1,p2) argument
4780 #define SAP_TRACE_3(m,p1,p2,p3) MMI_Echo(m,p1,p2,p3) argument
4781 #define SAP_TRACE_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
4782 #define SAP_TRACE_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
4783 #define SAP_TRACE_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
4785 #define SAP_TRACE_0(m) argument
4786 #define SAP_TRACE_1(m,p1) argument
4787 #define SAP_TRACE_2(m,p1,p2) argument
4788 #define SAP_TRACE_3(m,p1,p2,p3) argument
4789 #define SAP_TRACE_4(m,p1,p2,p3,p4) argument
4790 #define SAP_TRACE_5(m,p1,p2,p3,p4,p5) argument
4791 #define SAP_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
4797 #define DRV_TRACE_WARNING0(m) APPL_TRACE_WARNING0(m) argument
4798 #define DRV_TRACE_WARNING1(m,p1) APPL_TRACE_WARNING1(m,p1) argument
4799 #define DRV_TRACE_WARNING2(m,p1,p2) APPL_TRACE_WARNING2(m,p1,p2) argument
4800 #define DRV_TRACE_WARNING3(m,p1,p2,p3) APPL_TRACE_WARNING3(m,p1,p2,p3) argument
4801 #define DRV_TRACE_WARNING4(m,p1,p2,p3,p4) APPL_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4802 #define DRV_TRACE_WARNING5(m,p1,p2,p3,p4,p5) APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4803 #define DRV_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4807 #define DRV_TRACE_WARNING0(m) argument
4808 #define DRV_TRACE_WARNING1(m,p1) argument
4809 #define DRV_TRACE_WARNING2(m,p1,p2) argument
4810 #define DRV_TRACE_WARNING3(m,p1,p2,p3) argument
4811 #define DRV_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4812 #define DRV_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4813 #define DRV_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4816 #define DRV_TRACE_ERROR0(m) APPL_TRACE_ERROR0(m) argument
4817 #define DRV_TRACE_ERROR1(m,p1) APPL_TRACE_ERROR1(m,p1) argument
4818 #define DRV_TRACE_ERROR2(m,p1,p2) APPL_TRACE_ERROR2(m,p1,p2) argument
4819 #define DRV_TRACE_ERROR3(m,p1,p2,p3) APPL_TRACE_ERROR3(m,p1,p2,p3) argument
4820 #define DRV_TRACE_ERROR4(m,p1,p2,p3,p4) APPL_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4821 #define DRV_TRACE_ERROR5(m,p1,p2,p3,p4,p5) APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4822 #define DRV_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4826 #define DRV_TRACE_DEBUG0(m) APPL_TRACE_DEBUG0(m) argument
4827 #define DRV_TRACE_DEBUG1(m,p1) APPL_TRACE_DEBUG1(m,p1) argument
4828 #define DRV_TRACE_DEBUG2(m,p1,p2) APPL_TRACE_DEBUG2(m,p1,p2) argument
4829 #define DRV_TRACE_DEBUG3(m,p1,p2,p3) APPL_TRACE_DEBUG3(m,p1,p2,p3) argument
4830 #define DRV_TRACE_DEBUG4(m,p1,p2,p3,p4) APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4831 #define DRV_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4832 #define DRV_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument