zephyr/samples/bluetooth/central_multilink
Vinayak Kariappa Chettimada 59f3c86802 samples: Bluetooth: central multilink get version info
Update central multilink sample to get version info to
verify actual data transmissions will succeed, and there is
no disconnect with reason connection fail to be established.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2024-12-17 15:22:18 +01:00
..
src samples: Bluetooth: central multilink get version info 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

.. zephyr:code-sample:: ble_central_multilink
   :name: Central Multilink
   :relevant-api: bluetooth

   Scan, connect and establish connection to up to 62 peripherals.

Overview
********

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

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

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