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 11BLE 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