zephyr/samples/bluetooth/central_multilink
Emil Gydesen 3b6a15a24d samples: Bluetooth: Rename BLE to Bluetooth (LE) where applicable
The BLE acronym is not an official description of Bluetooth
LE, and the Bluetooth SIG only ever refers to it as Bluetooth
Low Energy or Bluetooth LE, so Zephyr should as well.

This commit does not change any board or vendor specific
samples, and the term BLE may still be used in those.
It will be up to the vendors to update it if they want,
since many of them are using the term BLE in their
products.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2025-02-12 12:24:18 +01:00
..
src samples: bluetooth: Fix scan stop error in central_multilink sample 2025-01-29 07:08:15 +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 samples: Bluetooth: Rename BLE to Bluetooth (LE) where applicable 2025-02-12 12:24:18 +01: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
Bluetooth LE 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.