doc: release-3.2: Document bt_conn_get_security and bt_conn_enc_key_size
Note on const modifier added to `conn` parameter. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
This commit is contained in:
parent
cc37266742
commit
da1982f301
|
@ -110,6 +110,7 @@ Bluetooth
|
|||
* Added :c:func:`bt_conn_auth_cb_overlay` to overlay authentication callbacks for a Bluetooth LE connection.
|
||||
* Removed ``CONFIG_BT_HCI_ECC_STACK_SIZE``.
|
||||
The Bluetooth long workqueue (:kconfig:option:`CONFIG_BT_LONG_WQ`) is used for processing ECC commands instead of the dedicated thread.
|
||||
* :c:func:`bt_conn_get_security` and `bt_conn_enc_key_size` now take a ``const struct bt_conn*`` argument.
|
||||
|
||||
* Mesh
|
||||
|
||||
|
|
Loading…
Reference in a new issue