Searched refs:max_retrans_size (Results 1 – 1 of 1) sorted by relevance
2013 UINT16 max_retrans_size; in l2c_fcr_process_peer_cfg_req() local2078 max_retrans_size = p_ccb->ertm_info.fcr_tx_buf_size - sizeof(BT_HDR) in l2c_fcr_process_peer_cfg_req()2088 if (p_cfg->fcr.mps > max_retrans_size) { in l2c_fcr_process_peer_cfg_req()2089 … L2CAP_TRACE_DEBUG("CFG: Overriding MPS to %d (orig %d)", max_retrans_size, p_cfg->fcr.mps); in l2c_fcr_process_peer_cfg_req()2091 p_cfg->fcr.mps = max_retrans_size; in l2c_fcr_process_peer_cfg_req()