Skip to content

Commit

Permalink
bluetooth: conn: remove trailing dot
Browse files Browse the repository at this point in the history
It was causing Doxygen issues (End of list marker found without any
preceding list items).

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
  • Loading branch information
gmarull authored and carlescufi committed Jul 13, 2023
1 parent 35e8e6f commit 908865e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zephyr/bluetooth/conn.h
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,7 @@ int bt_conn_le_create_synced(const struct bt_le_ext_adv *adv,
const struct bt_conn_le_create_synced_param *synced_param,
const struct bt_le_conn_param *conn_param, struct bt_conn **conn);

/** @brief Automatically connect to remote devices in the filter accept list..
/** @brief Automatically connect to remote devices in the filter accept list.
*
* This uses the Auto Connection Establishment procedure.
* The procedure will continue until a single connection is established or the
Expand Down

0 comments on commit 908865e

Please sign in to comment.