Home | History | Annotate | Download | only in include

Lines Matching refs:is_rx

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);
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);