• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/18-Mar-2025-406292

CMakeLists.txtD18-Mar-2025298 139

KconfigD18-Mar-2025319 1511

README.rstD18-Mar-2025688 2618

prj.confD18-Mar-2025225 155

sample.yamlD18-Mar-2025270 1312

README.rst

1.. zephyr:code-sample:: ble_central_multilink
2   :name: Central Multilink
3   :relevant-api: bluetooth
4
5   Scan, connect and establish connection to up to 62 peripherals.
6
7Overview
8********
9
10Application demonstrating Bluetooth LE Central role functionality by scanning for other
11Bluetooth LE devices and establishing connection to up to 62 peripherals with a strong
12enough signal.
13
14Requirements
15************
16
17* BlueZ running on the host, or
18* A board with Bluetooth LE support
19
20Building and Running
21********************
22This sample can be found under :zephyr_file:`samples/bluetooth/central_multilink`
23in the Zephyr tree.
24
25See :zephyr:code-sample-category:`bluetooth` samples for details.
26