zephyr/samples/bluetooth/peripheral_identity
Vinayak Kariappa Chettimada 5f06511e91 samples: Bluetooth: Update central multilink and peripheral identity
Update central multilink sample to use continuous scanning
to speed up connection setup.

Update peripheral identity sample to be configurable for
bsim testing as multiple devices with configurable count
of supported connections.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2024-12-17 15:22:18 +01:00
..
src samples: Bluetooth: Update central multilink and peripheral identity 2024-12-17 15:22:18 +01:00
CMakeLists.txt
Kconfig
prj.conf Bluetooth: Host: Deprecate BT_BUF_ACL_RX_COUNT symbol 2024-11-27 10:30:59 +01:00
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
sample.yaml hwmv2: Introduce Hardware model version 2 and convert devices 2024-03-02 16:56:33 -05:00

.. zephyr:code-sample:: ble_peripheral_identity
   :name: Peripheral Identity
   :relevant-api: bluetooth

   Use multiple identities to allow connections from multiple central devices.

Overview
********

This sample demonstrates use of multiple identity and the ability to be
connected to from multiple central devices.

Requirements
************

* BlueZ running on the host, or
* A board with Bluetooth LE support

Building and Running
********************

This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_identity`
in the Zephyr tree.

See :zephyr:code-sample-category:`bluetooth` samples for details.