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

..--

src/03-Aug-2024-357262

CMakeLists.txtD03-Aug-2024298 139

KconfigD03-Aug-2024319 1511

README.rstD03-Aug-2024567 2517

prj.confD03-Aug-2024255 166

sample.yamlD03-Aug-2024270 1312

README.rst

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