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