Lines Matching refs:p4

172                       UINT32 p3, UINT32 p4);
174 UINT32 p3, UINT32 p4, UINT32 p5);
176 UINT32 p3, UINT32 p4, UINT32 p5, UINT32 p6);
595 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) LogMsg_4(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
596 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4))
597 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) LogMsg_5(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
598 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
600 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) LogMsg_6(TRACE_CTRL_GENERAL | (l) | TRACE_ORG_S… argument
601 (UINT32)(p2),(UINT32)(p3),(UINT32)(p4), \
615 …ROR4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
616 …ROR5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
617 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
623 …NG4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
624 …NG5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
625 …NG6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
631 …ENT4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
632 …ENT5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
633 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
639 …BUG4(m,p1,p2,p3,p4) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
640 …BUG5(m,p1,p2,p3,p4,p5) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
641 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (btu_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
650 …ROR4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
651 …ROR5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
652 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
658 …NG4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
659 …NG5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
660 …NG6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
666 …_API4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
667 …_API5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
668 …_API6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
674 …ENT4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
675 …ENT5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
676 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
682 …BUG4(m,p1,p2,p3,p4) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
683 …BUG5(m,p1,p2,p3,p4,p5) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
684 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (btm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
693 …4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
694 …5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
695 …6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
701 …(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
702 …(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
703 …(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
709 …I4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LA… argument
710 …I5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LA… argument
711 …I6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LA… argument
717 …4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
718 …5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
719 …6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
725 …4(m,p1,p2,p3,p4) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
726 …5(m,p1,p2,p3,p4,p5) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
727 …6(m,p1,p2,p3,p4,p5,p6) {if (l2cb.l2cap_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
735 …OR4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
736 …OR5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
737 …OR6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
743 …G4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
744 …G5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
745 …G6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
751 …API4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
752 …API5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
753 …API6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
759 …NT4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
760 …NT5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
761 …NT6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
767 …UG4(m,p1,p2,p3,p4) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
768 …UG5(m,p1,p2,p3,p4,p5) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
769 …UG6(m,p1,p2,p3,p4,p5,p6) {if (llcp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
777 …ROR4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
778 …ROR5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
779 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
785 …NG4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
786 …NG5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
787 …NG6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
793 …_API4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
794 …_API5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
795 …_API6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
801 …ENT4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
802 …ENT5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
803 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
809 …BUG4(m,p1,p2,p3,p4) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
810 …BUG5(m,p1,p2,p3,p4,p5) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
811 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (sdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
819 …OR4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYER… argument
820 …OR5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYER… argument
821 …OR6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYER… argument
827 …G4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER_… argument
828 …G5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER_… argument
829 …G6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER_… argument
835 …API4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAYE… argument
836 …API5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAYE… argument
837 …API6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAYE… argument
843 …NT4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYER… argument
844 …NT5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYER… argument
845 …NT6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYER… argument
851 …UG4(m,p1,p2,p3,p4) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYER… argument
852 …UG5(m,p1,p2,p3,p4,p5) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYER… argument
853 …UG6(m,p1,p2,p3,p4,p5,p6) {if (rfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYER… argument
861 …ROR4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
862 …ROR5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
863 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
869 …NG4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
870 …NG5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
871 …NG6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
877 …ENT4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
878 …ENT5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
879 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
885 …_API4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
886 …_API5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
887 …_API6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
893 …BUG4(m,p1,p2,p3,p4) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
894 …BUG5(m,p1,p2,p3,p4,p5) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
895 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (spp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
902 …ROR4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
903 …ROR5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
904 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
910 …ENT4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
911 …ENT5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
912 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
918 …_API4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
919 …_API5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
920 …_API6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
926 …NG4(m,p1,p2,p3,p4) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
927 …NG5(m,p1,p2,p3,p4,p5) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
928 …NG6(m,p1,p2,p3,p4,p5,p6) {if (gap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
937 …OR4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
938 …OR5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
939 …OR6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
945 …G4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
946 …G5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
947 …G6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
953 …NT4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
954 …NT5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
955 …NT6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
961 …UG4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
962 …UG5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
963 …UG6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
969 …API4(m,p1,p2,p3,p4) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
970 …API5(m,p1,p2,p3,p4,p5) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
971 …API6(m,p1,p2,p3,p4,p5,p6) {if (obx_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
979 …OR4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
980 …OR5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
981 …OR6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
987 …G4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
988 …G5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
989 …G6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
995 …NT4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
996 …NT5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
997 …NT6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1003 …UG4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1004 …UG5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1005 …UG6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1011 …API4(m,p1,p2,p3,p4) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1012 …API5(m,p1,p2,p3,p4,p5) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1013 …API6(m,p1,p2,p3,p4,p5,p6) {if (goep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1021 …ROR4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
1022 …ROR5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
1023 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
1029 …NG4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
1030 …NG5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
1031 …NG6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
1037 …ENT4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
1038 …ENT5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
1039 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
1045 …BUG4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
1046 …BUG5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
1047 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
1053 …_API4(m,p1,p2,p3,p4) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LA… argument
1054 …_API5(m,p1,p2,p3,p4,p5) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LA… argument
1055 …_API6(m,p1,p2,p3,p4,p5,p6) {if (bpp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LA… argument
1063 …ROR4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
1064 …ROR5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
1065 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
1071 …NG4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
1072 …NG5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
1073 …NG6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
1079 …ENT4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
1080 …ENT5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
1081 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
1087 …BUG4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
1088 …BUG5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
1089 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
1095 …_API4(m,p1,p2,p3,p4) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LA… argument
1096 …_API5(m,p1,p2,p3,p4,p5) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LA… argument
1097 …_API6(m,p1,p2,p3,p4,p5,p6) {if (bip_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LA… argument
1105 …ROR4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1106 …ROR5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1107 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1113 …NG4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1114 …NG5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1115 …NG6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1121 …ENT4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1122 …ENT5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1123 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1129 …BUG4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1130 …BUG5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1131 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1137 …_API4(m,p1,p2,p3,p4) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1138 …_API5(m,p1,p2,p3,p4,p5) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1139 …_API6(m,p1,p2,p3,p4,p5,p6) {if (tcs_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1147 …ROR4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1148 …ROR5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1149 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1155 …NG4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1156 …NG5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1157 …NG6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1163 …ENT4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1164 …ENT5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1165 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1171 …BUG4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1172 …BUG5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1173 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1179 …_API4(m,p1,p2,p3,p4) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1180 …_API5(m,p1,p2,p3,p4,p5) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1181 …_API6(m,p1,p2,p3,p4,p5,p6) {if (icp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1188 …ROR4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1189 …ROR5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1190 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1196 …NG4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1197 …NG5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1198 …NG6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1204 …ENT4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1205 …ENT5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1206 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1212 …BUG4(m,p1,p2,p3,p4) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1213 …BUG5(m,p1,p2,p3,p4,p5) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1214 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (ctp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1222 …RROR4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1223 …RROR5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1224 …RROR6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1230 …ING4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1231 …ING5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1232 …ING6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1238 …E_API4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1239 …E_API5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1240 …E_API6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1246 …VENT4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1247 …VENT5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1248 …VENT6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1254 …EBUG4(m,p1,p2,p3,p4) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1255 …EBUG5(m,p1,p2,p3,p4,p5) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1256 …EBUG6(m,p1,p2,p3,p4,p5,p6) {if (hh_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1263 …RROR4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1264 …RROR5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1265 …RROR6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1271 …ING4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1272 …ING5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1273 …ING6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1279 …E_API4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1280 …E_API5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1281 …E_API6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1287 …VENT4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1288 …VENT5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1289 …VENT6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1295 …EBUG4(m,p1,p2,p3,p4) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1296 …EBUG5(m,p1,p2,p3,p4,p5) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1297 …EBUG6(m,p1,p2,p3,p4,p5,p6) {if (hd_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1304 …4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYER… argument
1305 …5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYER… argument
1306 …6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYER… argument
1312 …(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER_… argument
1313 …(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER_… argument
1314 …(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER_… argument
1320 …I4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAYE… argument
1321 …I5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAYE… argument
1322 …I6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAYE… argument
1328 …4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYER… argument
1329 …5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYER… argument
1330 …6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYER… argument
1336 …4(pcb,m,p1,p2,p3,p4) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYER… argument
1337 …5(pcb,m,p1,p2,p3,p4,p5) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYER… argument
1338 …6(pcb,m,p1,p2,p3,p4,p5,p6) {if (pcb->trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYER… argument
1346 …ROR4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1347 …ROR5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1348 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1354 …NG4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1355 …NG5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1356 …NG6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1362 …_API4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1363 …_API5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1364 …_API6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1370 …ENT4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1371 …ENT5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1372 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1378 …BUG4(m,p1,p2,p3,p4) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1379 …BUG5(m,p1,p2,p3,p4,p5) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1380 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (nfc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1386 …ROR4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
1387 …ROR5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
1388 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
1394 …NG4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
1395 …NG5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
1396 …NG6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
1402 …_API4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LA… argument
1403 …_API5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LA… argument
1404 …_API6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LA… argument
1410 …ENT4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
1411 …ENT5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
1412 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
1418 …BUG4(m,p1,p2,p3,p4) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
1419 …BUG5(m,p1,p2,p3,p4,p5) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
1420 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (ncit_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
1426 …RROR4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1427 …RROR5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1428 …RROR6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1434 …ING4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1435 …ING5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1436 …ING6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1442 …E_API4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1443 …E_API5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1444 …E_API6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1450 …VENT4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1451 …VENT5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1452 …VENT6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1458 …EBUG4(m,p1,p2,p3,p4) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1459 …EBUG5(m,p1,p2,p3,p4,p5) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1460 …EBUG6(m,p1,p2,p3,p4,p5,p6) {if (rw_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1466 …RROR4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1467 …RROR5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1468 …RROR6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1474 …ING4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1475 …ING5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1476 …ING6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1482 …E_API4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1483 …E_API5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1484 …E_API6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1490 …VENT4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1491 …VENT5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1492 …VENT6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1498 …EBUG4(m,p1,p2,p3,p4) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1499 …EBUG5(m,p1,p2,p3,p4,p5) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1500 …EBUG6(m,p1,p2,p3,p4,p5,p6) {if (ce_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1506 …OR4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1507 …OR5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1508 …OR6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1514 …G4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1515 …G5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1516 …G6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1522 …API4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1523 …API5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1524 …API6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1530 …NT4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1531 …NT5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1532 …NT6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1538 …UG4(m,p1,p2,p3,p4) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1539 …UG5(m,p1,p2,p3,p4,p5) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1540 …UG6(m,p1,p2,p3,p4,p5,p6) {if (ndef_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1548 …R4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LA… argument
1549 …R5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LA… argument
1550 …R6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LA… argument
1556 …4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAY… argument
1557 …5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAY… argument
1558 …6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAY… argument
1564 …PI4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_L… argument
1565 …PI5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_L… argument
1566 …PI6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_L… argument
1572 …T4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LA… argument
1573 …T5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LA… argument
1574 …T6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LA… argument
1580 …G4(m,p1,p2,p3,p4) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LA… argument
1581 …G5(m,p1,p2,p3,p4,p5) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LA… argument
1582 …G6(m,p1,p2,p3,p4,p5,p6) {if (nfa_sys_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LA… argument
1590 …R4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LA… argument
1591 …R5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LA… argument
1592 …R6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LA… argument
1598 …4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAY… argument
1599 …5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAY… argument
1600 …6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAY… argument
1606 …PI4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_L… argument
1607 …PI5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_L… argument
1608 …PI6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_L… argument
1614 …T4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LA… argument
1615 …T5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LA… argument
1616 …T6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LA… argument
1622 …G4(m,p1,p2,p3,p4) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LA… argument
1623 …G5(m,p1,p2,p3,p4,p5) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LA… argument
1624 …G6(m,p1,p2,p3,p4,p5,p6) {if (nfa_p2p_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LA… argument
1632 …R4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LA… argument
1633 …R5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LA… argument
1634 …R6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LA… argument
1640 …4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAY… argument
1641 …5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAY… argument
1642 …6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAY… argument
1648 …PI4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_L… argument
1649 …PI5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_L… argument
1650 …PI6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_L… argument
1656 …T4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LA… argument
1657 …T5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LA… argument
1658 …T6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LA… argument
1664 …G4(m,p1,p2,p3,p4) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LA… argument
1665 …G5(m,p1,p2,p3,p4,p5) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LA… argument
1666 …G6(m,p1,p2,p3,p4,p5,p6) {if (nfa_cho_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LA… argument
1674 …4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LA… argument
1675 …5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LA… argument
1676 …6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LA… argument
1682 …(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAY… argument
1683 …(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAY… argument
1684 …(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAY… argument
1690 …I4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_L… argument
1691 …I5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_L… argument
1692 …I6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_L… argument
1698 …4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LA… argument
1699 …5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LA… argument
1700 …6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LA… argument
1706 …4(m,p1,p2,p3,p4) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LA… argument
1707 …5(m,p1,p2,p3,p4,p5) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LA… argument
1708 …6(m,p1,p2,p3,p4,p5,p6) {if (nfa_snep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LA… argument
1714 #define MMI_TRACE_4(m,p1,p2,p3,p4) argument
1715 #define MMI_TRACE_5(m,p1,p2,p3,p4,p5) argument
1716 #define MMI_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
1722 #define MMI_DEBUG_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1723 #define MMI_DEBUG_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1724 #define MMI_DEBUG_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_DEBUG, m,p1… argument
1730 #define MMI_WARNING_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1731 #define MMI_WARNING_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1732 #define MMI_WARNING_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_WARNING, m,… argument
1738 #define MMI_ERROR_4(m,p1,p2,p3,p4) BT_TRACE_4(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1739 #define MMI_ERROR_5(m,p1,p2,p3,p4,p5) BT_TRACE_5(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1740 #define MMI_ERROR_6(m,p1,p2,p3,p4,p5,p6) BT_TRACE_6(TRACE_LAYER_HID, TRACE_TYPE_ERROR, m,p1… argument
1750 #define MSKB_TRACE_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1751 #define MSKB_TRACE_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1752 #define MSKB_TRACE_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1758 #define MSKB_DEBUG_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1759 #define MSKB_DEBUG_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1760 #define MSKB_DEBUG_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1766 #define MSKB_ERROR_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
1767 #define MSKB_ERROR_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
1768 #define MSKB_ERROR_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
1776 …ROR4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1777 …ROR5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1778 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1784 …NG4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1785 …NG5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1786 …NG6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1792 …_API4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1793 …_API5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1794 …_API6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1800 …ENT4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1801 …ENT5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1802 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1808 …BUG4(m,p1,p2,p3,p4) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1809 …BUG5(m,p1,p2,p3,p4,p5) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1810 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (dun_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1818 …OR4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1819 …OR5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1820 …OR6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1826 …G4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1827 …G5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1828 …G6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1834 …API4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1835 …API5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1836 …API6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1842 …NT4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1843 …NT5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
1844 …NT6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
1850 …UG4(m,p1,p2,p3,p4) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
1851 …UG5(m,p1,p2,p3,p4,p5) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
1852 …UG6(m,p1,p2,p3,p4,p5,p6) {if (hcrp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
1860 …OR4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
1861 …OR5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
1862 …OR6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
1868 …G4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
1869 …G5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
1870 …G6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
1876 …API4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LA… argument
1877 …API5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LA… argument
1878 …API6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LA… argument
1884 …NT4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
1885 …NT5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
1886 …NT6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
1892 …UG4(m,p1,p2,p3,p4) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
1893 …UG5(m,p1,p2,p3,p4,p5) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
1894 …UG6(m,p1,p2,p3,p4,p5,p6) {if (hcrpm_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
1905 #define RPC_TRACE_ERROR4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1906 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
1907 #define RPC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1908 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
1909 #define RPC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
1910 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
1919 #define RPC_TRACE_WARNING4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1920 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
1921 #define RPC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1922 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
1923 #define RPC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
1924 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
1933 #define RPC_TRACE_API4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1934 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
1935 #define RPC_TRACE_API5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1936 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
1937 #define RPC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
1938 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
1947 #define RPC_TRACE_EVENT4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1948 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
1949 #define RPC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1950 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
1951 #define RPC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
1952 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
1961 #define RPC_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1962 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
1963 #define RPC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1964 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
1965 #define RPC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (rpc_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
1966 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
1974 …OR4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
1975 …OR5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
1976 …OR6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
1982 …G4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
1983 …G5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
1984 …G6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
1990 …API4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
1991 …API5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
1992 …API6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
1998 …NT4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
1999 …NT5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
2000 …NT6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
2006 …UG4(m,p1,p2,p3,p4) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
2007 …UG5(m,p1,p2,p3,p4,p5) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
2008 …UG6(m,p1,p2,p3,p4,p5,p6) {if (bnep_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
2016 …ROR4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
2017 …ROR5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
2018 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
2024 …NG4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
2025 …NG5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
2026 …NG6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
2032 …_API4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
2033 …_API5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
2034 …_API6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
2040 …ENT4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
2041 …ENT5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
2042 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
2048 …BUG4(m,p1,p2,p3,p4) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
2049 …BUG5(m,p1,p2,p3,p4,p5) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
2050 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (pan_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
2058 …ROR4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
2059 …ROR5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
2060 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
2066 …NG4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
2067 …NG5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
2068 …NG6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
2074 …_API4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
2075 …_API5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
2076 …_API6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
2082 …ENT4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
2083 …ENT5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
2084 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
2090 …BUG4(m,p1,p2,p3,p4) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
2091 …BUG5(m,p1,p2,p3,p4,p5) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
2092 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (sap_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
2100 …ROR4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
2101 …ROR5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
2102 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
2108 …NG4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
2109 …NG5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
2110 …NG6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
2116 …ENT4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
2117 …ENT5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
2118 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
2124 …BUG4(m,p1,p2,p3,p4) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
2125 …BUG5(m,p1,p2,p3,p4,p5) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
2126 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (opp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
2134 …ROR4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
2135 …ROR5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
2136 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
2142 …NG4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
2143 …NG5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
2144 …NG6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
2150 …ENT4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
2151 …ENT5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
2152 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
2158 …BUG4(m,p1,p2,p3,p4) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
2159 …BUG5(m,p1,p2,p3,p4,p5) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
2160 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (ftp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
2168 …ROR4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
2169 …ROR5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
2170 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
2176 …NG4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
2177 …NG5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
2178 …NG6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
2184 …ENT4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
2185 …ENT5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
2186 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
2192 …BUG4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
2193 …BUG5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
2194 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
2200 …_API4(m,p1,p2,p3,p4) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LA… argument
2201 …_API5(m,p1,p2,p3,p4,p5) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LA… argument
2202 …_API6(m,p1,p2,p3,p4,p5,p6) {if (a2d_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LA… argument
2210 …ROR4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
2211 …ROR5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
2212 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
2218 …NG4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
2219 …NG5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
2220 …NG6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
2226 …ENT4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
2227 …ENT5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
2228 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
2234 …BUG4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
2235 …BUG5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
2236 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
2242 …_API4(m,p1,p2,p3,p4) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LA… argument
2243 …_API5(m,p1,p2,p3,p4,p5) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LA… argument
2244 …_API6(m,p1,p2,p3,p4,p5,p6) {if (vdp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LA… argument
2253 …ERROR4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYER… argument
2254 …ERROR5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYER… argument
2255 …ERROR6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYER… argument
2261 …NING4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER_… argument
2262 …NING5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER_… argument
2263 …NING6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER_… argument
2269 …EVENT4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYER… argument
2270 …EVENT5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYER… argument
2271 …EVENT6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYER… argument
2277 …DEBUG4(m,p1,p2,p3,p4) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYER… argument
2278 …DEBUG5(m,p1,p2,p3,p4,p5) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYER… argument
2279 …DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (lmp_trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYER… argument
2287 …R4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR]) BT_TRACE_4(TRACE_… argument
2288 …R5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR]) BT_TRACE_5(TRACE_… argument
2289 …R6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_ERROR]) BT_TRACE_6(TRACE_… argument
2295 …4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNING]) BT_TRACE_4(TRACE_L… argument
2296 …5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNING]) BT_TRACE_5(TRACE_L… argument
2297 …6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_WARNING]) BT_TRACE_6(TRACE_L… argument
2303 …T4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT]) BT_TRACE_4(TRACE_… argument
2304 …T5(m,p1,p2,p3,p4,p5) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT]) BT_TRACE_5(TRACE_… argument
2305 …T6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_EVENT]) BT_TRACE_6(TRACE_… argument
2311 …G4(m,p1,p2,p3,p4) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG]) BT_TRACE_5(TRACE_… argument
2312 …G6(m,p1,p2,p3,p4,p5,p6) {if (lc_trace_level & trace_map[BT_TRACE_LEVEL_DEBUG]) BT_TRACE_6(TRACE_… argument
2320 …SDA_TRACE_ERROR4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_ERROR… argument
2321 …SDA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_ERROR… argument
2322 …SDA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_ERROR… argument
2328 …A_TRACE_WARNING4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_WARNING… argument
2329 …A_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_WARNING… argument
2330 …A_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_WARNING… argument
2336 …SDA_TRACE_EVENT4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_EVENT… argument
2337 …SDA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_EVENT… argument
2338 …SDA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_EVENT… argument
2344 …SDA_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_DEBUG… argument
2345 …SDA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_DEBUG… argument
2346 …SDA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (sda_config_cb.sda_trace_level >= BT_TRACE_LEVEL_DEBUG… argument
2354 …ROR4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
2355 …ROR5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
2356 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
2362 …NG4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
2363 …NG5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
2364 …NG6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
2370 …ENT4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
2371 …ENT5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
2372 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
2378 …BUG4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
2379 …BUG5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
2380 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
2386 …E_API4(m,p1,p2,p3,p4) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
2387 …E_API5(m,p1,p2,p3,p4,p5) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
2388 …E_API6(m,p1,p2,p3,p4,p5,p6) {if (avdt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
2396 …ROR4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
2397 …ROR5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
2398 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
2404 …NG4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
2405 …NG5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
2406 …NG6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
2412 …ENT4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
2413 …ENT5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
2414 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
2420 …BUG4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
2421 …BUG5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
2422 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
2428 …E_API4(m,p1,p2,p3,p4) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
2429 …E_API5(m,p1,p2,p3,p4,p5) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
2430 …E_API6(m,p1,p2,p3,p4,p5,p6) {if (avct_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
2439 …ROR4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LA… argument
2440 …ROR5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LA… argument
2441 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LA… argument
2447 …NG4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAY… argument
2448 …NG5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAY… argument
2449 …NG6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAY… argument
2455 …ENT4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LA… argument
2456 …ENT5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LA… argument
2457 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LA… argument
2463 …BUG4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LA… argument
2464 …BUG5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LA… argument
2465 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LA… argument
2471 …_API4(m,p1,p2,p3,p4) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_L… argument
2472 …_API5(m,p1,p2,p3,p4,p5) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_L… argument
2473 …_API6(m,p1,p2,p3,p4,p5,p6) {if (avrc_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_L… argument
2481 …ROR4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
2482 …ROR5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
2483 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
2489 …NG4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
2490 …NG5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
2491 …NG6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
2497 …ENT4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
2498 …ENT5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
2499 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
2505 …BUG4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
2506 …BUG5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
2507 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
2513 …E_API4(m,p1,p2,p3,p4) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAYE… argument
2514 …E_API5(m,p1,p2,p3,p4,p5) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAYE… argument
2515 …E_API6(m,p1,p2,p3,p4,p5,p6) {if (mca_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAYE… argument
2523 …ROR4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
2524 …ROR5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
2525 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
2531 …NG4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
2532 …NG5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
2533 …NG6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
2539 …_API4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
2540 …_API5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
2541 …_API6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
2547 …ENT4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
2548 …ENT5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
2549 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
2555 …BUG4(m,p1,p2,p3,p4) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
2556 …BUG5(m,p1,p2,p3,p4,p5) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
2557 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (amp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
2565 …ROR4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAY… argument
2566 …ROR5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAY… argument
2567 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAY… argument
2573 …NG4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYE… argument
2574 …NG5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYE… argument
2575 …NG6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYE… argument
2581 …_API4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LA… argument
2582 …_API5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LA… argument
2583 …_API6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LA… argument
2589 …ENT4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAY… argument
2590 …ENT5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAY… argument
2591 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAY… argument
2597 …BUG4(m,p1,p2,p3,p4) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAY… argument
2598 …BUG5(m,p1,p2,p3,p4,p5) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAY… argument
2599 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (gatt_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAY… argument
2607 …ROR4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_4(TRACE_LAYE… argument
2608 …ROR5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_5(TRACE_LAYE… argument
2609 …ROR6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_ERROR) BT_TRACE_6(TRACE_LAYE… argument
2615 …NG4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_4(TRACE_LAYER… argument
2616 …NG5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_5(TRACE_LAYER… argument
2617 …NG6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_WARNING) BT_TRACE_6(TRACE_LAYER… argument
2623 …_API4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_4(TRACE_LAY… argument
2624 …_API5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_5(TRACE_LAY… argument
2625 …_API6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_API) BT_TRACE_6(TRACE_LAY… argument
2631 …ENT4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_4(TRACE_LAYE… argument
2632 …ENT5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_5(TRACE_LAYE… argument
2633 …ENT6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_EVENT) BT_TRACE_6(TRACE_LAYE… argument
2639 …BUG4(m,p1,p2,p3,p4) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_4(TRACE_LAYE… argument
2640 …BUG5(m,p1,p2,p3,p4,p5) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_5(TRACE_LAYE… argument
2641 …BUG6(m,p1,p2,p3,p4,p5,p6) {if (smp_cb.trace_level >= BT_TRACE_LEVEL_DEBUG) BT_TRACE_6(TRACE_LAYE… argument
2650 #define BT_TRACE_4(l,t,m,p1,p2,p3,p4) argument
2651 #define BT_TRACE_5(l,t,m,p1,p2,p3,p4,p5) argument
2652 #define BT_TRACE_6(l,t,m,p1,p2,p3,p4,p5,p6) argument
2665 #define HCI_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2666 #define HCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2667 #define HCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2673 #define HCI_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2674 #define HCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2675 #define HCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2681 #define HCI_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2682 #define HCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2683 #define HCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2689 #define HCI_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2690 #define HCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2691 #define HCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2700 #define BTM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2701 #define BTM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2702 #define BTM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2708 #define BTM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2709 #define BTM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2710 #define BTM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2716 #define BTM_TRACE_API4(m,p1,p2,p3,p4) argument
2717 #define BTM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2718 #define BTM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2724 #define BTM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2725 #define BTM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2726 #define BTM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2732 #define BTM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2733 #define BTM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2734 #define BTM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2743 #define L2CAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2744 #define L2CAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2745 #define L2CAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2751 #define L2CAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2752 #define L2CAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2753 #define L2CAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2759 #define L2CAP_TRACE_API4(m,p1,p2,p3,p4) argument
2760 #define L2CAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2761 #define L2CAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2767 #define L2CAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2768 #define L2CAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2769 #define L2CAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2775 #define L2CAP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2776 #define L2CAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2777 #define L2CAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2785 #define LLCP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2786 #define LLCP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2787 #define LLCP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2793 #define LLCP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2794 #define LLCP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2795 #define LLCP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2801 #define LLCP_TRACE_API4(m,p1,p2,p3,p4) argument
2802 #define LLCP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2803 #define LLCP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2809 #define LLCP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2810 #define LLCP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2811 #define LLCP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2817 #define LLCP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2818 #define LLCP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2819 #define LLCP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2827 #define SDP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2828 #define SDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2829 #define SDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2835 #define SDP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2836 #define SDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2837 #define SDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2843 #define SDP_TRACE_API4(m,p1,p2,p3,p4) argument
2844 #define SDP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2845 #define SDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2851 #define SDP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2852 #define SDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2853 #define SDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2859 #define SDP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2860 #define SDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2861 #define SDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2869 #define RFCOMM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2870 #define RFCOMM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2871 #define RFCOMM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2877 #define RFCOMM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2878 #define RFCOMM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2879 #define RFCOMM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2885 #define RFCOMM_TRACE_API4(m,p1,p2,p3,p4) argument
2886 #define RFCOMM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2887 #define RFCOMM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2893 #define RFCOMM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2894 #define RFCOMM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2895 #define RFCOMM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2901 #define RFCOMM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2902 #define RFCOMM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2903 #define RFCOMM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2911 #define SPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2912 #define SPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2913 #define SPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2919 #define SPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2920 #define SPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2921 #define SPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2927 #define SPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2928 #define SPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2929 #define SPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2935 #define SPP_TRACE_API4(m,p1,p2,p3,p4) argument
2936 #define SPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2937 #define SPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2943 #define SPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
2944 #define SPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
2945 #define SPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
2953 #define GAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2954 #define GAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2955 #define GAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2961 #define GAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
2962 #define GAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
2963 #define GAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
2969 #define GAP_TRACE_API4(m,p1,p2,p3,p4) argument
2970 #define GAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
2971 #define GAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
2977 #define GAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2978 #define GAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2979 #define GAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
2988 #define OBX_TRACE_ERROR4(m,p1,p2,p3,p4) argument
2989 #define OBX_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
2990 #define OBX_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
2996 #define OBX_TRACE_WARNING4(m,p1,p2,p3,p4) argument
2997 #define OBX_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
2998 #define OBX_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3004 #define OBX_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3005 #define OBX_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3006 #define OBX_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3012 #define OBX_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3013 #define OBX_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3014 #define OBX_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3020 #define OBX_TRACE_API4(m,p1,p2,p3,p4) argument
3021 #define OBX_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3022 #define OBX_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3030 #define GOEP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3031 #define GOEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3032 #define GOEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3038 #define GOEP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3039 #define GOEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3040 #define GOEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3046 #define GOEP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3047 #define GOEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3048 #define GOEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3054 #define GOEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3055 #define GOEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3061 #define GOEP_TRACE_API4(m,p1,p2,p3,p4) argument
3062 #define GOEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3063 #define GOEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3071 #define BPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3072 #define BPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3073 #define BPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3079 #define BPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3080 #define BPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3081 #define BPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3087 #define BPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3088 #define BPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3089 #define BPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3095 #define BPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3096 #define BPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3097 #define BPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3103 #define BPP_TRACE_API4(m,p1,p2,p3,p4) argument
3104 #define BPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3105 #define BPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3113 #define BIP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3114 #define BIP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3115 #define BIP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3121 #define BIP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3122 #define BIP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3123 #define BIP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3129 #define BIP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3130 #define BIP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3131 #define BIP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3137 #define BIP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3138 #define BIP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3139 #define BIP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3145 #define BIP_TRACE_API4(m,p1,p2,p3,p4) argument
3146 #define BIP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3147 #define BIP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3155 #define TCS_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3156 #define TCS_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3157 #define TCS_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3163 #define TCS_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3164 #define TCS_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3165 #define TCS_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3171 #define TCS_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3172 #define TCS_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3173 #define TCS_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3179 #define TCS_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3180 #define TCS_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3181 #define TCS_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3187 #define TCS_TRACE_API4(m,p1,p2,p3,p4) argument
3188 #define TCS_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3189 #define TCS_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3197 #define ICP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3198 #define ICP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3199 #define ICP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3205 #define ICP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3206 #define ICP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3207 #define ICP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3213 #define ICP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3214 #define ICP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3215 #define ICP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3221 #define ICP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3222 #define ICP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3223 #define ICP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3229 #define ICP_TRACE_API4(m,p1,p2,p3,p4) argument
3230 #define ICP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3231 #define ICP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3239 #define CTP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3240 #define CTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3241 #define CTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3247 #define CTP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3248 #define CTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3249 #define CTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3255 #define CTP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3256 #define CTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3257 #define CTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3263 #define CTP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3264 #define CTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3265 #define CTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3271 #define CTP_TRACE_API4(m,p1,p2,p3,p4) argument
3272 #define CTP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3273 #define CTP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3281 #define HSP2_TRACE_ERROR4(pcb,m,p1,p2,p3,p4) argument
3282 #define HSP2_TRACE_ERROR5(pcb,m,p1,p2,p3,p4,p5) argument
3283 #define HSP2_TRACE_ERROR6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3289 #define HSP2_TRACE_WARNING4(pcb,m,p1,p2,p3,p4) argument
3290 #define HSP2_TRACE_WARNING5(pcb,m,p1,p2,p3,p4,p5) argument
3291 #define HSP2_TRACE_WARNING6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3297 #define HSP2_TRACE_API4(pcb,m,p1,p2,p3,p4) argument
3298 #define HSP2_TRACE_API5(pcb,m,p1,p2,p3,p4,p5) argument
3299 #define HSP2_TRACE_API6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3305 #define HSP2_TRACE_EVENT4(pcb,m,p1,p2,p3,p4) argument
3306 #define HSP2_TRACE_EVENT5(pcb,m,p1,p2,p3,p4,p5) argument
3307 #define HSP2_TRACE_EVENT6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3313 #define HSP2_TRACE_DEBUG4(pcb,m,p1,p2,p3,p4) argument
3314 #define HSP2_TRACE_DEBUG5(pcb,m,p1,p2,p3,p4,p5) argument
3315 #define HSP2_TRACE_DEBUG6(pcb,m,p1,p2,p3,p4,p5,p6) argument
3323 #define NFC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3324 #define NFC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3325 #define NFC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3331 #define NFC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3332 #define NFC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3333 #define NFC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3339 #define NFC_TRACE_API4(m,p1,p2,p3,p4) argument
3340 #define NFC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3341 #define NFC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3347 #define NFC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3348 #define NFC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3349 #define NFC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3355 #define NFC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3356 #define NFC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3357 #define NFC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3363 #define NCI_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3364 #define NCI_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3365 #define NCI_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3371 #define NCI_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3372 #define NCI_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3373 #define NCI_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3379 #define NCI_TRACE_API4(m,p1,p2,p3,p4) argument
3380 #define NCI_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3381 #define NCI_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3387 #define NCI_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3388 #define NCI_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3389 #define NCI_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3395 #define NCI_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3396 #define NCI_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3397 #define NCI_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3403 #define RW_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3404 #define RW_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3405 #define RW_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3411 #define RW_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3412 #define RW_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3413 #define RW_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) } argument
3419 #define RW_TRACE_API4(m,p1,p2,p3,p4) argument
3420 #define RW_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3421 #define RW_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3427 #define RW_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3428 #define RW_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3429 #define RW_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3435 #define RW_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3436 #define RW_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3437 #define RW_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3443 #define CE_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3444 #define CE_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3445 #define CE_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3451 #define CE_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3452 #define CE_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3453 #define CE_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3459 #define CE_TRACE_API4(m,p1,p2,p3,p4) argument
3460 #define CE_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3461 #define CE_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3467 #define CE_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3468 #define CE_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3469 #define CE_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3475 #define CE_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3476 #define CE_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3477 #define CE_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3483 #define NDEF_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3484 #define NDEF_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3485 #define NDEF_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3491 #define NDEF_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3492 #define NDEF_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3493 #define NDEF_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3499 #define NDEF_TRACE_API4(m,p1,p2,p3,p4) argument
3500 #define NDEF_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3501 #define NDEF_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3507 #define NDEF_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3508 #define NDEF_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3509 #define NDEF_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3515 #define NDEF_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3516 #define NDEF_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3517 #define NDEF_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3525 #define NFA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3526 #define NFA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3527 #define NFA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3533 #define NFA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3534 #define NFA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3535 #define NFA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3541 #define NFA_TRACE_API4(m,p1,p2,p3,p4) argument
3542 #define NFA_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3543 #define NFA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3549 #define NFA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3550 #define NFA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3551 #define NFA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3557 #define NFA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3558 #define NFA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3559 #define NFA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3567 #define P2P_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3568 #define P2P_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3569 #define P2P_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3575 #define P2P_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3576 #define P2P_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3577 #define P2P_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3583 #define P2P_TRACE_API4(m,p1,p2,p3,p4) argument
3584 #define P2P_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3585 #define P2P_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3591 #define P2P_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3592 #define P2P_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3593 #define P2P_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3599 #define P2P_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3600 #define P2P_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3601 #define P2P_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3609 #define CHO_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3610 #define CHO_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3611 #define CHO_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3617 #define CHO_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3618 #define CHO_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3619 #define CHO_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3625 #define CHO_TRACE_API4(m,p1,p2,p3,p4) argument
3626 #define CHO_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3627 #define CHO_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3633 #define CHO_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3634 #define CHO_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3635 #define CHO_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3641 #define CHO_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3642 #define CHO_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3643 #define CHO_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3651 #define SNEP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3652 #define SNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3653 #define SNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3659 #define SNEP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3660 #define SNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3661 #define SNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3667 #define SNEP_TRACE_API4(m,p1,p2,p3,p4) argument
3668 #define SNEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3669 #define SNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3675 #define SNEP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3676 #define SNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3677 #define SNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3683 #define SNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3684 #define SNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3685 #define SNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3693 #define HIDH_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3694 #define HIDH_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3695 #define HIDH_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3701 #define HIDH_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3702 #define HIDH_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3703 #define HIDH_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3709 #define HIDH_TRACE_API4(m,p1,p2,p3,p4) argument
3710 #define HIDH_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3711 #define HIDH_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3717 #define HIDH_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3718 #define HIDH_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3719 #define HIDH_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3725 #define HIDH_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3726 #define HIDH_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3727 #define HIDH_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3734 #define HIDD_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3735 #define HIDD_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3736 #define HIDD_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3742 #define HIDD_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3743 #define HIDD_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3744 #define HIDD_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3750 #define HIDD_TRACE_API4(m,p1,p2,p3,p4) argument
3751 #define HIDD_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3752 #define HIDD_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3758 #define HIDD_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3759 #define HIDD_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3760 #define HIDD_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3766 #define HIDD_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3767 #define HIDD_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3768 #define HIDD_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3776 #define DUN_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3777 #define DUN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3778 #define DUN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3784 #define DUN_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3785 #define DUN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3786 #define DUN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3792 #define DUN_TRACE_API4(m,p1,p2,p3,p4) argument
3793 #define DUN_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3794 #define DUN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3800 #define DUN_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3801 #define DUN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3802 #define DUN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3808 #define DUN_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3809 #define DUN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3810 #define DUN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3818 #define HCRP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3819 #define HCRP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3820 #define HCRP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3826 #define HCRP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3827 #define HCRP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3828 #define HCRP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3834 #define HCRP_TRACE_API4(m,p1,p2,p3,p4) argument
3835 #define HCRP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3836 #define HCRP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3842 #define HCRP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3843 #define HCRP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3844 #define HCRP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3850 #define HCRP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3851 #define HCRP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3852 #define HCRP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3861 #define HCRPM_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3862 #define HCRPM_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3863 #define HCRPM_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3869 #define HCRPM_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3870 #define HCRPM_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3871 #define HCRPM_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3877 #define HCRPM_TRACE_API4(m,p1,p2,p3,p4) argument
3878 #define HCRPM_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3879 #define HCRPM_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3885 #define HCRPM_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3886 #define HCRPM_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3887 #define HCRPM_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3893 #define HCRPM_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3894 #define HCRPM_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3895 #define HCRPM_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3903 #define RPC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3904 #define RPC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3905 #define RPC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3911 #define RPC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3912 #define RPC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3913 #define RPC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3919 #define RPC_TRACE_API4(m,p1,p2,p3,p4) argument
3920 #define RPC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3921 #define RPC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3927 #define RPC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3928 #define RPC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3929 #define RPC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3935 #define RPC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3936 #define RPC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3937 #define RPC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3945 #define BNEP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
3946 #define BNEP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
3947 #define BNEP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
3953 #define BNEP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
3954 #define BNEP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
3955 #define BNEP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
3961 #define BNEP_TRACE_API4(m,p1,p2,p3,p4) argument
3962 #define BNEP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
3963 #define BNEP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
3969 #define BNEP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
3970 #define BNEP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
3971 #define BNEP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
3977 #define BNEP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
3978 #define BNEP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
3979 #define BNEP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
3987 #define MSKB_TRACE_4(m,p1,p2,p3,p4) argument
3988 #define MSKB_TRACE_5(m,p1,p2,p3,p4,p5) argument
3989 #define MSKB_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
3995 #define MSKB_DEBUG_4(m,p1,p2,p3,p4) argument
3996 #define MSKB_DEBUG_5(m,p1,p2,p3,p4,p5) argument
3997 #define MSKB_DEBUG_6(m,p1,p2,p3,p4,p5,p6) argument
4003 #define MSKB_ERROR_4(m,p1,p2,p3,p4) argument
4004 #define MSKB_ERROR_5(m,p1,p2,p3,p4,p5) argument
4005 #define MSKB_ERROR_6(m,p1,p2,p3,p4,p5,p6) argument
4013 #define PAN_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4014 #define PAN_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4015 #define PAN_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4021 #define PAN_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4022 #define PAN_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4023 #define PAN_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4029 #define PAN_TRACE_API4(m,p1,p2,p3,p4) argument
4030 #define PAN_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4031 #define PAN_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4037 #define PAN_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4038 #define PAN_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4039 #define PAN_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4045 #define PAN_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4046 #define PAN_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4047 #define PAN_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4055 #define SAP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4056 #define SAP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4057 #define SAP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4063 #define SAP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4064 #define SAP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4065 #define SAP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4071 #define SAP_TRACE_API4(m,p1,p2,p3,p4) argument
4072 #define SAP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4073 #define SAP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4079 #define SAP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4080 #define SAP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4081 #define SAP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4087 #define SAP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4088 #define SAP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4089 #define SAP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4097 #define OPP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4098 #define OPP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4099 #define OPP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4105 #define OPP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4106 #define OPP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4107 #define OPP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4113 #define OPP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4114 #define OPP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4115 #define OPP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4121 #define OPP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4122 #define OPP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4123 #define OPP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4129 #define OPP_TRACE_API4(m,p1,p2,p3,p4) argument
4130 #define OPP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4131 #define OPP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4139 #define FTP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4140 #define FTP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4141 #define FTP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4147 #define FTP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4148 #define FTP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4149 #define FTP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4155 #define FTP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4156 #define FTP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4157 #define FTP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4163 #define FTP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4164 #define FTP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4165 #define FTP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4171 #define FTP_TRACE_API4(m,p1,p2,p3,p4) argument
4172 #define FTP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4173 #define FTP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4182 #define A2D_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4183 #define A2D_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4184 #define A2D_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4190 #define A2D_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4191 #define A2D_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4192 #define A2D_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4198 #define A2D_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4199 #define A2D_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4200 #define A2D_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4206 #define A2D_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4207 #define A2D_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4208 #define A2D_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4214 #define A2D_TRACE_API4(m,p1,p2,p3,p4) argument
4215 #define A2D_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4216 #define A2D_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4224 #define VDP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4225 #define VDP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4226 #define VDP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4232 #define VDP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4233 #define VDP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4234 #define VDP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4240 #define VDP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4241 #define VDP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4242 #define VDP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4248 #define VDP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4249 #define VDP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4250 #define VDP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4256 #define VDP_TRACE_API4(m,p1,p2,p3,p4) argument
4257 #define VDP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4258 #define VDP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4267 #define LMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4268 #define LMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4269 #define LMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4275 #define LMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4276 #define LMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4277 #define LMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4283 #define LMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4284 #define LMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4285 #define LMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4291 #define LMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4292 #define LMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4293 #define LMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4301 #define LC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4302 #define LC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4303 #define LC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4309 #define LC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4310 #define LC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4311 #define LC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4317 #define LC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4318 #define LC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4319 #define LC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4325 #define LC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4326 #define LC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4327 #define LC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4333 #define SDA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4334 #define SDA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4335 #define SDA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4341 #define SDA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4342 #define SDA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4343 #define SDA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4349 #define SDA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4350 #define SDA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4351 #define SDA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4357 #define SDA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4358 #define SDA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4359 #define SDA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4367 #define AVDT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4368 #define AVDT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4369 #define AVDT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4375 #define AVDT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4376 #define AVDT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4377 #define AVDT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4383 #define AVDT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4384 #define AVDT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4385 #define AVDT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4391 #define AVDT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4392 #define AVDT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4393 #define AVDT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4399 #define AVDT_TRACE_API4(m,p1,p2,p3,p4) argument
4400 #define AVDT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4401 #define AVDT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4409 #define AVCT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4410 #define AVCT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4411 #define AVCT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4417 #define AVCT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4418 #define AVCT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4419 #define AVCT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4425 #define AVCT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4426 #define AVCT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4427 #define AVCT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4433 #define AVCT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4434 #define AVCT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4435 #define AVCT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4441 #define AVCT_TRACE_API4(m,p1,p2,p3,p4) argument
4442 #define AVCT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4443 #define AVCT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4452 #define AVRC_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4453 #define AVRC_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4454 #define AVRC_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4460 #define AVRC_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4461 #define AVRC_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4462 #define AVRC_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4468 #define AVRC_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4469 #define AVRC_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4470 #define AVRC_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4476 #define AVRC_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4477 #define AVRC_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4478 #define AVRC_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4484 #define AVRC_TRACE_API4(m,p1,p2,p3,p4) argument
4485 #define AVRC_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4486 #define AVRC_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4494 #define MCA_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4495 #define MCA_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4496 #define MCA_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4502 #define MCA_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4503 #define MCA_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4504 #define MCA_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4510 #define MCA_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4511 #define MCA_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4512 #define MCA_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4518 #define MCA_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4519 #define MCA_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4520 #define MCA_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4526 #define MCA_TRACE_API4(m,p1,p2,p3,p4) argument
4527 #define MCA_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4528 #define MCA_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4536 #define AMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4537 #define AMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4538 #define AMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4544 #define AMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4545 #define AMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4546 #define AMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4552 #define AMP_TRACE_API4(m,p1,p2,p3,p4) argument
4553 #define AMP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4554 #define AMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4560 #define AMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4561 #define AMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4562 #define AMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4568 #define AMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4569 #define AMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4570 #define AMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4578 #define GATT_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4579 #define GATT_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4580 #define GATT_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4586 #define GATT_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4587 #define GATT_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4588 #define GATT_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4594 #define GATT_TRACE_API4(m,p1,p2,p3,p4) argument
4595 #define GATT_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4596 #define GATT_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4602 #define GATT_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4603 #define GATT_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4604 #define GATT_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4610 #define GATT_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4611 #define GATT_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4612 #define GATT_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4620 #define SMP_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4621 #define SMP_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4622 #define SMP_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4628 #define SMP_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4629 #define SMP_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4630 #define SMP_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4636 #define SMP_TRACE_API4(m,p1,p2,p3,p4) argument
4637 #define SMP_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4638 #define SMP_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4644 #define SMP_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4645 #define SMP_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4646 #define SMP_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4652 #define SMP_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4653 #define SMP_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4654 #define SMP_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4668 #define APPL_TRACE_ERROR4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4669 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
4670 #define APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4671 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
4672 #define APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_ERROR) LogM… argument
4673 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
4682 #define APPL_TRACE_WARNING4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4683 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
4684 #define APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) Lo… argument
4685 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
4686 #define APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_WARNING) L… argument
4687 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
4696 #define APPL_TRACE_API4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4697 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
4698 #define APPL_TRACE_API5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4699 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
4700 #define APPL_TRACE_API6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_API) LogMsg… argument
4701 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
4710 #define APPL_TRACE_EVENT4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4711 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
4712 #define APPL_TRACE_EVENT5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4713 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
4714 #define APPL_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_EVENT) LogM… argument
4715 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
4724 #define APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4725 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4));}
4726 #define APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4727 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5));}
4728 #define APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) {if (appl_trace_level >= BT_TRACE_LEVEL_DEBUG) LogM… argument
4729 … (m), (UINT32)(p1), (UINT32)(p2), (UINT32)(p3), (UINT32)(p4), (UINT32)(p5), (UINT32)(p6));}
4737 #define APPL_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4738 #define APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4739 #define APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4745 #define APPL_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4746 #define APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4747 #define APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4753 #define APPL_TRACE_API4(m,p1,p2,p3,p4) argument
4754 #define APPL_TRACE_API5(m,p1,p2,p3,p4,p5) argument
4755 #define APPL_TRACE_API6(m,p1,p2,p3,p4,p5,p6) argument
4761 #define APPL_TRACE_EVENT4(m,p1,p2,p3,p4) argument
4762 #define APPL_TRACE_EVENT5(m,p1,p2,p3,p4,p5) argument
4763 #define APPL_TRACE_EVENT6(m,p1,p2,p3,p4,p5,p6) argument
4769 #define APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4770 #define APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4771 #define APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument
4781 #define SAP_TRACE_4(m,p1,p2,p3,p4) MMI_Echo(m,p1,p2,p3,p4) argument
4782 #define SAP_TRACE_5(m,p1,p2,p3,p4,p5) MMI_Echo(m,p1,p2,p3,p4,p5) argument
4783 #define SAP_TRACE_6(m,p1,p2,p3,p4,p5,p6) MMI_Echo(m,p1,p2,p3,p4,p5,p6) argument
4789 #define SAP_TRACE_4(m,p1,p2,p3,p4) argument
4790 #define SAP_TRACE_5(m,p1,p2,p3,p4,p5) argument
4791 #define SAP_TRACE_6(m,p1,p2,p3,p4,p5,p6) argument
4801 #define DRV_TRACE_WARNING4(m,p1,p2,p3,p4) APPL_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4802 #define DRV_TRACE_WARNING5(m,p1,p2,p3,p4,p5) APPL_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4803 #define DRV_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4811 #define DRV_TRACE_WARNING4(m,p1,p2,p3,p4) argument
4812 #define DRV_TRACE_WARNING5(m,p1,p2,p3,p4,p5) argument
4813 #define DRV_TRACE_WARNING6(m,p1,p2,p3,p4,p5,p6) argument
4820 #define DRV_TRACE_ERROR4(m,p1,p2,p3,p4) APPL_TRACE_ERROR4(m,p1,p2,p3,p4) argument
4821 #define DRV_TRACE_ERROR5(m,p1,p2,p3,p4,p5) APPL_TRACE_ERROR5(m,p1,p2,p3,p4,p5) argument
4822 #define DRV_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_ERROR6(m,p1,p2,p3,p4,p5,p6) argument
4830 #define DRV_TRACE_DEBUG4(m,p1,p2,p3,p4) APPL_TRACE_DEBUG4(m,p1,p2,p3,p4) argument
4831 #define DRV_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) APPL_TRACE_DEBUG5(m,p1,p2,p3,p4,p5) argument
4832 #define DRV_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) APPL_TRACE_DEBUG6(m,p1,p2,p3,p4,p5,p6) argument