L2CAP_CONF_MAX_CONF_RSP
if (chan->num_conf_rsp < L2CAP_CONF_MAX_CONF_RSP)
if (chan->num_conf_rsp <= L2CAP_CONF_MAX_CONF_RSP) {