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:
parent
320f7c3808
commit
a7daeebf0e
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue