README.rst
1.. zephyr:code-sample:: ble_central
2 :name: Central
3 :relevant-api: bluetooth
4
5 Implement basic Bluetooth LE Central role functionality (scanning and connecting).
6
7Overview
8********
9
10Application demonstrating very basic Bluetooth LE Central role functionality by scanning
11for other Bluetooth LE devices and establishing a connection to the first one with a
12strong enough 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` in the
23Zephyr tree.
24
25See :zephyr:code-sample-category:`bluetooth` samples for details.
26