Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Benjamin Cabé 1db9b009a7 doc: samples: Adopt code-sample-category across tree 10 months ago
..
boards
src
CMakeLists.txt
README.rst doc: samples: Adopt code-sample-category across tree 10 months ago
prj.conf
prj_extended.conf
sample.yaml samples: bluetooth: exclude cyw920829m2evk_02 from build 1 year ago

README.rst

.. zephyr:code-sample:: bluetooth_observer
:name: Observer
:relevant-api: bt_gap bluetooth

Scan for Bluetooth devices nearby and print their information.

Overview
********

A simple application demonstrating Bluetooth Low Energy Observer role
functionality. The application will periodically scan for devices nearby.
If any found, prints the address of the device, the RSSI value, the Advertising
type, and the Advertising data length to the console.

If the used Bluetooth Low Energy Controller supports Extended Scanning, you may
enable :kconfig:option:`CONFIG_BT_EXT_ADV` in the project configuration file. Refer to the
project configuration file for further details.

Requirements
************

* A board with Bluetooth Low Energy support

Building and Running
********************

This sample can be found under :zephyr_file:`samples/bluetooth/observer` in the
Zephyr tree.

See :zephyr:code-sample-category:`Bluetooth samples section <bluetooth>` for details.