Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/nrf-bm/release_notes/release_notes_changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ Bluetooth LE samples

* The disconnect button handler to only disconnect on button press, and not on button release.
* The allow list disabling button to only trigger on button press, and not on button release.
* An issue with the endianness of the target peripheral address when displaying the address on a :c:macro:`BLE_SCAN_EVT_CONNECTED` event and when supplying scan filter address with the :kconfig:option:`CONFIG_SAMPLE_TARGET_PERIPHERAL_ADDR` Kconfig option.

* :ref:`ble_nus_central_sample` sample:

* Updated to use button 1 to disconnect from target peripheral to align with other central samples.

NFC samples
-----------
Expand Down
10 changes: 5 additions & 5 deletions samples/bluetooth/ble_hrs_central/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,25 +35,25 @@ This sample scans for devices that advertise with the :ref:`lib_ble_service_hrs`
When a device is connected, the sample starts the service discovery procedure.
If this succeeds, the sample subscribes to the Heart Rate Measurement characteristic to receive heart rate notifications and the Battery Level characteristic to receive battery level notifications.

.. _ble_hrs_central_sample_testing:

User interface
**************

Button 0:
Press to disable allow list.
Press to disable allow list.

Button 1:
Press to disconnect from the connected peer device.
Press to disconnect from the connected peer device.

Keep the button pressed while resetting the board to delete bonding information for all peers stored on the device.
Keep the button pressed while resetting the board to delete bonding information for all peers stored on the device.

LED 0:
Lit when the device is initialized.

LED 1:
Lit when a device is connected.

.. _ble_hrs_central_sample_testing:

Building and running
********************

Expand Down
Loading
Loading