1.. _bluetooth-observer-sample: 2 3Bluetooth: Observer 4################### 5 6Overview 7******** 8 9A simple application demonstrating Bluetooth Low Energy Observer role 10functionality. The application will periodically scan for devices nearby. 11If any found, prints the address of the device, the RSSI value, the Advertising 12type, and the Advertising data length to the console. 13 14If the used Bluetooth Low Energy Controller supports Extended Scanning, you may 15enable `CONFIG_BT_EXT_ADV` in the project configuration file. Refer to the 16project configuration file for further details. 17 18Requirements 19************ 20 21* A board with Bluetooth Low Energy support 22 23Building and Running 24******************** 25 26This sample can be found under :zephyr_file:`samples/bluetooth/observer` in the 27Zephyr tree. 28 29See :ref:`Bluetooth samples section <bluetooth-samples>` for details. 30