Bluetooth: Add documentation to exported functions in lib
authorYuran Pereira <yuran.pereira@hotmail.com>
Tue, 21 Nov 2023 16:36:36 +0000 (22:06 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 22 Dec 2023 17:54:55 +0000 (12:54 -0500)
commitba9e401493148b82b0a74b89ee416851ede11a77
treebac1d36e4a4937a2ce3bc1bbee5fa3fdaca57dae
parent4e0a1d8b06751d9ea8357e1f29f6b31465856665
Bluetooth: Add documentation to exported functions in lib

Most functions in `net/bluetooth/lib.c` lack propper
documentation.

This patch adds documentation to all exported functions
in `net/bluetooth/lib.c`.
Unnecessary or redundant comments are also removed to
ensure the file looks clean.

Signed-off-by: Yuran Pereira <yuran.pereira@hotmail.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
net/bluetooth/lib.c