zephyr/samples/bluetooth/peripheral_identity
Vinayak Kariappa Chettimada 7b9ef30b53 tests: Bluetooth: bsim: Increase to 250 simultaneous connections.
Increase to 250 simultaneous connections in the BabbleSim
test. Update connection interval to accommodate 250
non-overlapping connections and a scan window. And make the
use of is_disconnecting flag consistent between central and
peripheral sample.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2022-04-04 10:24:34 +02:00
..
src tests: Bluetooth: bsim: Increase to 250 simultaneous connections. 2022-04-04 10:24:34 +02:00
CMakeLists.txt
Kconfig
README.rst
prj.conf
sample.yaml

README.rst

.. _peripheral_identity:

Bluetooth: Peripheral Identity
##############################

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 BLE support

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

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

See :ref:`bluetooth samples section <bluetooth-samples>` for details.