Skip to content

Commit d1bc473

Browse files
ahasztagrlubos
authored andcommitted
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>
1 parent 2d14e69 commit d1bc473

3 files changed

Lines changed: 156 additions & 112 deletions

File tree

samples/bluetooth/central_hids/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ config NVS
1616
config SAMPLE_BT_CENTRAL_HIDS_CONTINUOUS_REPORT_RX
1717
bool "Continuous report receiving"
1818
default y
19-
depends on SAMPLE_BT_CENTRAL_HIDS_PERIPHERAL_COUNT = 1
2019
help
2120
Enable the continuous report receiving feature in the central HIDS sample.
2221
The sample will automatically enter continuous report receiving mode if it detects

samples/bluetooth/central_hids/README.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Continuous report receiving
5050

5151
The continuous report receiving feature is enabled by default.
5252
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).
5453

5554
If the connected device sends GATT notifications with HID input reports fast enough, the sample automatically enters the continuous report receiving mode.
5655

0 commit comments

Comments
 (0)