You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change adds known issue for missing error code forwarding of
`bt_hogp_rep_read`.
Jira: NCSDK-30288
Signed-off-by: Marek Pieta <[email protected]>
Signed-off-by: Pekka Niskanen <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/known_issues.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1823,6 +1823,9 @@ The issues in this section are related to the :ref:`nrf_desktop` application.
1823
1823
.. note::
1824
1824
nRF Desktop is also affected by the Bluetooth LE issue :ref:`NCSDK-19865 <ncsdk_19865>`.
1825
1825
1826
+
nRF Desktop is also affected by :ref:`hogp_readme` library's issue :ref:`NCSDK-30288 <ncsdk_30288>`.
1827
+
The issue may cause accessing data under ``NULL`` pointer in case of Bluetooth disconnection while forwarding a configuration channel operation in the :ref:`nrf_desktop_hid_forward`.
1828
+
1826
1829
.. rst-class:: v2-8-0 v2-7-0
1827
1830
1828
1831
NCSDK-27983: No Bluetooth advertising after a software reset
@@ -3042,6 +3045,15 @@ CIA-351: Connectivity issues with :ref:`lib_azure_iot_hub`
NCSDK-30288: The :c:func:`bt_hogp_rep_read` function of :ref:`hogp_readme` library does not forward ATT error code through the user callback
3053
+
The library passes value of ``0`` to the user instead of the error code.
3054
+
3055
+
**Workaround:** Manually cherry-pick and apply the commit with the fix from the ``main`` branch (commit hash: ``0d227d82bbdf56a3c066021fa6c323a00107fe6f``).
3056
+
3045
3057
.. rst-class:: v2-4-3 v2-4-2 v2-4-1 v2-4-0
3046
3058
3047
3059
NCSDK-23315: The :ref:`bt_le_adv_prov_readme` has an incorrect range and default value for the :kconfig:option:`CONFIG_BT_ADV_PROV_FAST_PAIR_ADV_BUF_SIZE` Kconfig option
0 commit comments