zephyr/samples/bluetooth/central_multilink
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 tests: Bluetooth: bsim: Add iterations to multiple conn to peripherals 2021-11-03 16:59:00 +01:00
prj.conf
README.rst
sample.yaml

.. _bluetooth_central_multilink:

Bluetooth: Central
##################

Overview
********

Application demonstrating BLE Central role functionality by scanning for other
BLE devices and establishing connection to upto 62 peripherals with a strong
enough signal.

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/central_multilink`
in the Zephyr tree.

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