Lines Matching refs:p_cfg
502 tL2CAP_LE_CFG_INFO* p_cfg, uint16_t sec_level) { in L2CA_ConnectLECocReq() argument
504 return bluetooth::shim::L2CA_ConnectLECocReq(psm, p_bd_addr, p_cfg); in L2CA_ConnectLECocReq()
552 if (p_cfg) { in L2CA_ConnectLECocReq()
553 p_ccb->local_conn_cfg = *p_cfg; in L2CA_ConnectLECocReq()
554 p_ccb->remote_credit_count = p_cfg->credits; in L2CA_ConnectLECocReq()
635 uint16_t result, tL2CAP_LE_CFG_INFO* p_cfg) { in L2CA_ConnectCreditBasedRsp() argument
638 p_bd_addr, id, accepted_lcids, result, p_cfg); in L2CA_ConnectCreditBasedRsp()
664 if (p_cfg) { in L2CA_ConnectCreditBasedRsp()
665 temp_p_ccb->local_conn_cfg = *p_cfg; in L2CA_ConnectCreditBasedRsp()
666 temp_p_ccb->remote_credit_count = p_cfg->credits; in L2CA_ConnectCreditBasedRsp()
707 tL2CAP_LE_CFG_INFO* p_cfg) { in L2CA_ConnectCreditBasedReq() argument
709 return bluetooth::shim::L2CA_ConnectCreditBasedReq(psm, p_bd_addr, p_cfg); in L2CA_ConnectCreditBasedReq()
723 if (!p_cfg) { in L2CA_ConnectCreditBasedReq()
765 p_ccb->local_conn_cfg = *p_cfg; in L2CA_ConnectCreditBasedReq()
766 p_ccb->remote_credit_count = p_cfg->credits; in L2CA_ConnectCreditBasedReq()
810 tL2CAP_LE_CFG_INFO* p_cfg) { in L2CA_ReconfigCreditBasedConnsReq() argument
812 return bluetooth::shim::L2CA_ReconfigCreditBasedConnsReq(bda, lcids, p_cfg); in L2CA_ReconfigCreditBasedConnsReq()
832 if ((p_ccb->local_conn_cfg.mtu > p_cfg->mtu) || in L2CA_ReconfigCreditBasedConnsReq()
833 (p_ccb->local_conn_cfg.mps > p_cfg->mps)) { in L2CA_ReconfigCreditBasedConnsReq()
839 if (p_cfg->mtu > L2CAP_MTU_SIZE) { in L2CA_ReconfigCreditBasedConnsReq()
840 L2CAP_TRACE_WARNING("L2CAP - adjust MTU: %u too large", p_cfg->mtu); in L2CA_ReconfigCreditBasedConnsReq()
841 p_cfg->mtu = L2CAP_MTU_SIZE; in L2CA_ReconfigCreditBasedConnsReq()
863 p_ccb->p_lcb->pending_ecoc_reconfig_cfg = *p_cfg; in L2CA_ReconfigCreditBasedConnsReq()
868 l2c_csm_execute(p_ccb, L2CEVT_L2CA_CREDIT_BASED_RECONFIG_REQ, p_cfg); in L2CA_ReconfigCreditBasedConnsReq()