Searched refs:peer_mode (Results 1 – 1 of 1) sorted by relevance
2138 uint8_t peer_mode = p_ccb->our_cfg.fcr.mode; in l2c_fcr_renegotiate_chan() local2148 peer_mode = (p_cfg->fcr_present) ? p_cfg->fcr.mode : L2CAP_FCR_BASIC_MODE; in l2c_fcr_renegotiate_chan()2150 if (p_ccb->our_cfg.fcr.mode != peer_mode) { in l2c_fcr_renegotiate_chan()2164 if ((peer_mode == L2CAP_FCR_ERTM_MODE) && in l2c_fcr_renegotiate_chan()2209 if (p_ccb->our_cfg.fcr.mode != peer_mode) { in l2c_fcr_renegotiate_chan()2211 p_ccb->our_cfg.fcr.mode, peer_mode); in l2c_fcr_renegotiate_chan()