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
samples: bluetooth: central_hids continuous rx + two periphs
central_hids sample: added support for continuous report receiving
when two peripherals are supported.
Signed-off-by: Artur Hadasz <artur.hadasz@nordicsemi.no>
Copy file name to clipboardExpand all lines: samples/bluetooth/central_hids/README.rst
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,6 @@ Continuous report receiving
50
50
51
51
The continuous report receiving feature is enabled by default.
52
52
You can toggle it off using the :option:`CONFIG_SAMPLE_BT_CENTRAL_HIDS_CONTINUOUS_REPORT_RX` Kconfig option.
53
-
Currently, it is only available if :kconfig:option:`CONFIG_SAMPLE_BT_CENTRAL_HIDS_PERIPHERAL_COUNT` is set to ``1`` (only one peripheral can be connected at a time).
54
53
55
54
If the connected device sends GATT notifications with HID input reports fast enough, the sample automatically enters the continuous report receiving mode.
0 commit comments