Searched refs:max_retrans_size (Results 1 – 1 of 1) sorted by relevance
2301 UINT16 max_retrans_size; in l2c_fcr_process_peer_cfg_req() local2372 max_retrans_size = p_ccb->ertm_info.fcr_tx_buf_size - sizeof(BT_HDR) in l2c_fcr_process_peer_cfg_req()2383 if (p_cfg->fcr.mps > max_retrans_size) in l2c_fcr_process_peer_cfg_req()2385 … L2CAP_TRACE_DEBUG("CFG: Overriding MPS to %d (orig %d)", max_retrans_size, p_cfg->fcr.mps); in l2c_fcr_process_peer_cfg_req()2387 p_cfg->fcr.mps = max_retrans_size; in l2c_fcr_process_peer_cfg_req()