Home | History | Annotate | Download | only in l2cap

Lines Matching refs:is_rx

99                                            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, UINT8 freq, UINT16 count)
2482 L2CAP_TRACE_ERROR ("L2CA_SetupErtmTest (START): cid 0x%04x, type %d, is_rx %d, freq %d, count %d",
2483 cid, type, is_rx, freq, count);
2488 p_test_cb->cfg.is_rx = is_rx;
2493 L2CAP_TRACE_ERROR ("L2CA_SetupErtmTest (ignoring): cid 0x%04x, type %d, is_rx %d, freq %d, count %d",
2494 cid, type, is_rx, freq, count);