Skip to content

Commit

Permalink
Bluetooth: host: Document default behavior of le_param_req with no cb
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
joerchan authored and nashif committed Apr 19, 2021
1 parent 320f7c3 commit a7daeeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/bluetooth/conn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down

0 comments on commit a7daeeb

Please sign in to comment.