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. *