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 <joakim.andersson@nordicsemi.no>
This commit is contained in:
Joakim Andersson 2021-04-16 18:53:27 +02:00 committed by Anas Nashif
parent 320f7c3808
commit a7daeebf0e

View file

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