Home | History | Annotate | Download | only in l2cap

Lines Matching refs:p_fcr

2686 BOOLEAN l2cu_initialize_fixed_ccb (tL2C_LCB *p_lcb, UINT16 fixed_cid, tL2CAP_FCR_OPTS *p_fcr)
2711 if (p_fcr)
2714 p_ccb->our_cfg.fcr = p_ccb->peer_cfg.fcr = *p_fcr;
2721 p_ccb->fcrb.max_held_acks = p_fcr->tx_win_sz / 3;