Home | History | Annotate | Download | only in include

Lines Matching refs:BOOLEAN

36 BT_API extern void DispAMPFrame (BT_HDR *p_buf, BOOLEAN is_recv, BD_ADDR bd_addr);
37 BT_API extern void DispRFCOMMFrame (BT_HDR *p_buf, BOOLEAN is_recv);
38 BT_API extern void DispL2CCmd(BT_HDR *p_buf, BOOLEAN is_recv);
39 BT_API extern void DispSdp (BT_HDR *p_msg, BOOLEAN is_rcv, BOOLEAN is_segment);
40 BT_API extern void DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
41 BT_API extern void DispTcsMsg (BT_HDR *p_buf, BOOLEAN is_recv);
43 BT_API extern void DispHciAclData (BT_HDR *p_buf, BOOLEAN is_rcvd);
44 BT_API extern void DispHciScoData (BT_HDR *p_buf, BOOLEAN is_rcvd);
46 BT_API extern void DispBnep (BT_HDR *p_buf, BOOLEAN is_recv);
47 BT_API extern void DispAvdtMsg (BT_HDR *p_buf, BOOLEAN is_recv);
48 BT_API extern void DispAvct (BT_HDR *p_buf, BOOLEAN is_recv);
49 BT_API extern void DispMca (BT_HDR *p_buf, BOOLEAN is_recv);
50 BT_API extern void DispObxMsg (BT_HDR *p_buf, BOOLEAN is_recv);
52 BT_API extern void DispHidFrame (BT_HDR *p_buf, BOOLEAN is_recv, BOOLEAN is_control);
53 BT_API extern void DispRawFrame(UINT8 *p, UINT16 len, BOOLEAN is_rcv);
54 BT_API extern void DispSlipPacket(UINT8 *p, UINT16 len, BOOLEAN is_rcv, BOOLEAN oof_flow_ctrl);
55 BT_API extern void DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
56 BT_API extern void DispHcp (UINT8 *p, UINT16 len, BOOLEAN is_recv, BOOLEAN is_first_seg);
58 BT_API extern void DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
59 BT_API extern void DispSmpMsg (BT_HDR *p_buf, BOOLEAN is_recv);
60 BT_API extern void DispAttMsg (BT_HDR *p_buf, BOOLEAN is_recv);
61 BT_API extern void DispLLCP (BT_HDR *p_buf, BOOLEAN is_rx);
62 BT_API extern void DispSNEP (UINT8 local_sap, UINT8 remote_sap, UINT8 *p_data, UINT16 length, BOOLEAN is_rx);
63 BT_API extern void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
64 BT_API extern void DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx);
65 BT_API extern void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx);
66 BT_API extern void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx);
67 BT_API extern void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond);
69 BT_API extern void RPC_DispAMPFrame (BT_HDR *p_buf, BOOLEAN is_recv, BD_ADDR bd_addr);
70 BT_API extern void RPC_DispRFCOMMFrame (BT_HDR *p_buf, BOOLEAN is_recv);
71 BT_API extern void RPC_DispL2CCmd(BT_HDR *p_buf, BOOLEAN is_recv);
72 BT_API extern void RPC_DispSdp (BT_HDR *p_msg, BOOLEAN is_rcv, BOOLEAN is_segment);
73 BT_API extern void RPC_DispSdpFullList (UINT8 *p, UINT16 list_len, BOOLEAN is_rcv);
74 BT_API extern void RPC_DispTcsMsg (BT_HDR *p_buf, BOOLEAN is_recv);
76 BT_API extern void RPC_DispHciAclData (BT_HDR *p_buf, BOOLEAN is_rcvd);
77 BT_API extern void RPC_DispHciScoData (BT_HDR *p_buf, BOOLEAN is_rcvd);
80 BT_API extern void RPC_DispBnep (BT_HDR *p_buf, BOOLEAN is_recv);
81 BT_API extern void RPC_DispAvdtMsg (BT_HDR *p_buf, BOOLEAN is_recv);
82 BT_API extern void RPC_DispAvct (BT_HDR *p_buf, BOOLEAN is_recv);
83 BT_API extern void RPC_DispMca (BT_HDR *p_buf, BOOLEAN is_recv);
84 BT_API extern void RPC_DispObxMsg (BT_HDR *p_buf, BOOLEAN is_recv);
86 BT_API extern void RPC_DispHidFrame (BT_HDR *p_buf, BOOLEAN is_recv, BOOLEAN is_control);
87 BT_API extern void RPC_DispSmpMsg (BT_HDR *p_msg, BOOLEAN is_rcv);
88 BT_API extern void RPC_DispAttMsg (BT_HDR *p_msg, BOOLEAN is_rcv);
89 BT_API extern void RPC_DispNci (UINT8 *p, UINT16 len, BOOLEAN is_recv);
90 BT_API extern void RPC_DispHcp (UINT8 *p, UINT16 len, BOOLEAN is_recv, BOOLEAN is_first_seg);
92 BT_API extern void RPC_DispNDEFMsg (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_recv);
93 BT_API extern void RPC_DispLLCP (BT_HDR *p_buf, BOOLEAN is_rx);
94 BT_API extern void RPC_DispSNEP (UINT8 local_sap, UINT8 remote_sap, UINT8 *p_data, UINT16 length, BOOLEAN is_rx);
95 BT_API extern void RPC_DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx);
96 BT_API extern void RPC_DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx);
97 BT_API extern void RPC_DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx);
98 BT_API extern void RPC_DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx);
99 BT_API extern void RPC_DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond);