Searched refs:is_rx (Results 1 – 3 of 3) sorted by relevance
/external/libnfc-nci/src/include/ |
D | trace_api.h | 61 BT_API extern void DispLLCP (BT_HDR *p_buf, BOOLEAN is_rx); 62 …ern 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 …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); [all …]
|
/external/libnfc-nci/halimpl/bcm2079x/include/ |
D | android_logmsg.h | 53 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx); 54 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx); 55 void DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx); 56 void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx); 57 void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx); 58 void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond);
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | android_logmsg.cpp | 288 …oid DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) {} in DispSNEP() argument 289 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {} in DispCHO() argument 290 void DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx) {} in DispT3TagMessage() argument 291 void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {} in DispRWT4Tags() argument 292 void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {} in DispCET4Tags() argument 293 void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond) {} in DispRWI93Tag() argument
|