bluetooth: conn: remove trailing dot
It was causing Doxygen issues (End of list marker found without any preceding list items). Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
35e8e6fa03
commit
908865ef4b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue