From a7daeebf0ea4cb8c893c7eecd0587eda2fb2dfe5 Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Fri, 16 Apr 2021 18:53:27 +0200 Subject: [PATCH] Bluetooth: host: Document default behavior of le_param_req with no cb Document the default behavior of LE connection parameters request when the application has not defined a callback. Signed-off-by: Joakim Andersson --- include/bluetooth/conn.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/bluetooth/conn.h b/include/bluetooth/conn.h index 09b9a2fb3b1..18344d0a275 100644 --- a/include/bluetooth/conn.h +++ b/include/bluetooth/conn.h @@ -819,6 +819,9 @@ struct bt_conn_cb { * parameters as returned by previous callbacks, i.e. they are not * necessarily the same ones as the remote originally sent. * + * If the application does not have this callback then the default + * is to accept the parameters. + * * @param conn Connection object. * @param param Proposed connection parameters. *