Searched defs:is_rx (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_fcr.c99 BOOLEAN is_rx, UINT16 ctrl_word);
2298 BOOLEAN is_rx, UINT16 ctrl_word)
2317 L2CAP_TRACE_DEBUG ("testcfg: type: %d, freq: %d (NRM-0, RDM-1), is_rx: %d, count: %d",
2318 p_cfg->type, p_cfg->freq, p_cfg->is_rx, p_cfg->count);
2329 || (p_cfg->is_rx != is_rx)
2367 if (is_rx)
2383 if (!is_rx || p_ccb->bypass_fcs == L2CAP_BYPASS_FCS)
2415 ** is_rx - TRUE to corrupt Rx packet, FALSE for Tx packet)
2425 UINT16 L2CA_SetupErtmTest (UINT16 cid, UINT8 type, BOOLEAN is_rx, UINT argument
2297 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.h165 BOOLEAN is_rx; /* TRUE if incoming packets */ member in struct:__anon1657
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dandroid_logmsg.cpp288 void DispSNEP (UINT8 local_sap, UINT8 remote_sap, BT_HDR *p_buf, BOOLEAN is_first, BOOLEAN is_rx) {} argument
289 void DispCHO (UINT8 *pMsg, UINT32 MsgLen, BOOLEAN is_rx) {} argument
290 void DispT3TagMessage(BT_HDR *p_msg, BOOLEAN is_rx) {} argument
291 void DispRWT4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {} argument
292 void DispCET4Tags (BT_HDR *p_buf, BOOLEAN is_rx) {} argument
293 void DispRWI93Tag (BT_HDR *p_buf, BOOLEAN is_rx, UINT8 command_to_respond) {} argument

Completed in 334 milliseconds