Searched refs:is_rx (Results 1 - 6 of 6) sorted by relevance

/external/libnfc-nci/src/include/
H A Dtrace_api.h61 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);
[all...]
/external/libnfc-nci/src/adaptation/
H A Dlibmain.c506 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) {} argument
507 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {} argument
508 void DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx) {} argument
509 void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {} argument
510 void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {} argument
511 void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond) {} argument
/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c99 BOOLEAN is_rx, UINT16 ctrl_word);
2294 BOOLEAN is_rx, UINT16 ctrl_word)
2313 L2CAP_TRACE_DEBUG4 ("testcfg: type: %d, freq: %d (NRM-0, RDM-1), is_rx: %d, count: %d",
2314 p_cfg->type, p_cfg->freq, p_cfg->is_rx, p_cfg->count);
2325 || (p_cfg->is_rx != is_rx)
2363 if (is_rx)
2379 if (!is_rx || p_ccb->bypass_fcs == L2CAP_BYPASS_FCS)
2411 ** is_rx - TRUE to corrupt Rx packet, FALSE for Tx packet)
2421 UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT argument
2293 l2c_corrupt_the_fcr_packet(tL2C_CCB *p_ccb, BT_HDR *p_buf, BOOLEAN is_rx, UINT16 ctrl_word) argument
[all...]
H A Dl2c_int.h164 BOOLEAN is_rx; /* TRUE if incoming packets */ member in struct:__anon1388
/external/bluetooth/bluedroid/stack/include/
H A Dl2c_api.h1067 ** is_rx - TRUE to corrupt Rx packet, FALSE for Tx packet)
1077 L2C_API extern UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT8 freq, UINT16 count);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_media_task.c284 static void tput_mon(int is_rx, int len, int reset) argument
298 if (is_rx)

Completed in 211 milliseconds