Home | History | Annotate | Download | only in l2cap

Lines Matching refs:fcr

278             if (p_ccb->peer_cfg.fcr.mode != L2CAP_FCR_BASIC_MODE)
295 if (p_ccb->peer_cfg.fcr.mode == L2CAP_FCR_BASIC_MODE)
533 STREAM_TO_UINT8 (cfg_info.fcr.mode, p);
534 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p);
535 STREAM_TO_UINT8 (cfg_info.fcr.max_transmit, p);
536 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p);
537 STREAM_TO_UINT16 (cfg_info.fcr.mon_tout, p);
538 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);
635 STREAM_TO_UINT8 (cfg_info.fcr.mode, p);
636 STREAM_TO_UINT8 (cfg_info.fcr.tx_win_sz, p);
637 STREAM_TO_UINT8 (cfg_info.fcr.max_transmit, p);
638 STREAM_TO_UINT16 (cfg_info.fcr.rtrans_tout, p);
639 STREAM_TO_UINT16 (cfg_info.fcr.mon_tout, p);
640 STREAM_TO_UINT16 (cfg_info.fcr.mps, p);