I am using one of the methods suggested in here as shown below:
@misc{Bluetoothcore,
title = {At the core of everything Bluetooth},
howpublished = { \url {https://www.bluetooth.com/specifications/bluetooth-core-specification}},
publisher = {Bluetooth},
note = "[Online; accessed 20-Jun-2019]"
}
and I am using these in the bibiographic section of my paper:
\bibliographystyle{elsarticle-harv}
\bibliography{bibfile}{}
but this is converted into an ugly format (empty space followed by ,) in my references as shown below

Appreciate any help correcting this. I can change the formatting style as well.
List of packages I am using:
\usepackage{url}
\usepackage{changepage}
%\usepackage{natbib}
\usepackage{times}
% \usepackage[hyphens]{url}
% \usepackage[hidelinks]{hyperref}
% \hypersetup{breaklinks=true}
% \urlstyle{same}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{longtable}
\usepackage[english]{babel}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{amsmath}
\usepackage{enumerate}
\usepackage{verbatim}
\usepackage[english]{babel}
\usepackage{graphicx}
%\usepackage[demo]{graphicx}
\usepackage{array}
\usepackage{mathtools}
\usepackage[toc,page]{appendix}
\usepackage[ruled]{algorithm2e}
\usepackage{float}
\usepackage{amsfonts}
\usepackage{amssymb}
%\usepackage[hyphens]{url}
%\usepackage[hidelinks]{hyperref}
%\hypersetup{breaklinks=true}
\usepackage{mathtools}
\usepackage{afterpage}
\graphicspath {{figures/}}
% \usepackage{algcompatible}
\usepackage[english]{babel}
\usepackage{graphicx}
%\usepackage[demo]{graphicx}
\usepackage{caption}
%\usepackage{subfigure}
\usepackage{subcaption}
\usepackage{array}
\usepackage{mathtools}
%\usepackage[ruled]{algorithm2e }
\usepackage{mathptmx}
\usepackage[11pt]{moresize}
\usepackage{anyfontsize}
\usepackage{t1enc}
\usepackage{algorithm2e,setspace}
\usepackage{mwe}
\usepackage{hyperref}
\usepackage{amsmath}
\usepackage{booktabs}
\usepackage{flexisym}
\usepackage{makecell}
\usepackage{enumitem}
\usepackage{booktabs}
\newcommand{\tabitem}{~~\llap{\textbullet}~~}
\usepackage{enumitem}
\usepackage{tabularx, makecell}%
\usepackage{booktabs}
\usepackage{enumitem}
\usepackage{etoolbox} %
\usepackage{amsmath} % Para las referencias a ecuaciones con \eqref
%\usepackage{epstopdf} % Para poder insertar figuras .eps al compilar con PDFLATEX
\usepackage{flushend}
\usepackage[figuresright]{rotating}
@misctype that are expected at those points but if you provide no informaion about the input it's hard to help – David Carlisle Feb 17 '22 at 17:57elsarticle-harvbibliography style produces authoryear-style citation call-outs. Hence there's a serious problem if you have an entry that's lacking anauthor(oreditor) field and/or ayearfield. For the entry at hand, have you considered adding the fieldauthor = {{Bluetooth SIG}}? – Mico Feb 17 '22 at 18:16