/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
|
/external/bluetooth/bluedroid/stack/l2cap/ |
D | l2c_fcr.c | 99 BOOLEAN is_rx, UINT16 ctrl_word); 2298 BOOLEAN is_rx, UINT16 ctrl_word) in l2c_corrupt_the_fcr_packet() argument 2318 p_cfg->type, p_cfg->freq, p_cfg->is_rx, p_cfg->count); in l2c_corrupt_the_fcr_packet() 2329 || (p_cfg->is_rx != is_rx) in l2c_corrupt_the_fcr_packet() 2367 if (is_rx) in l2c_corrupt_the_fcr_packet() 2383 if (!is_rx || p_ccb->bypass_fcs == L2CAP_BYPASS_FCS) in l2c_corrupt_the_fcr_packet() 2425 UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT8 freq, UINT16 count) in L2CA_SetupErtmTest() argument 2483 cid, type, is_rx, freq, count); in L2CA_SetupErtmTest() 2488 p_test_cb->cfg.is_rx = is_rx; in L2CA_SetupErtmTest() 2494 cid, type, is_rx, freq, count); in L2CA_SetupErtmTest()
|
D | l2c_int.h | 165 BOOLEAN is_rx; /* TRUE if incoming packets */ member
|
/external/bluetooth/bluedroid/stack/include/ |
D | l2c_api.h | 1077 L2C_API extern UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT8 freq, UINT16…
|