zephyr/samples/bluetooth/peripheral_sc_only
Kumar Gala d1b934d068 samples: bluetooth: peripheral_sc_only: Move dts overlays under boards
Move the dts overlay under a boards/ dir to make it match conf files.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-01 10:44:31 -04:00
..
boards samples: bluetooth: peripheral_sc_only: Move dts overlays under boards 2020-04-01 10:44:31 -04:00
src Bluetooth: samples: Add newline when using printk 2019-10-07 20:50:14 +03:00
CMakeLists.txt cmake: use find_package to locate Zephyr 2020-03-27 16:23:46 +01:00
prj.conf Bluetooth: samples/peripheral_sc_only: Improve logging 2018-09-24 10:48:40 +03:00
README.rst doc: Bluetooth: Documentation overhaul 2019-03-13 10:40:05 +01:00
sample.yaml samples: add test identifier 2019-03-29 17:44:11 -04:00

.. _peripheral_sc_only:

Bluetooth: Peripheral SC-only
#############################

Overview
********

Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
application enables the Secure Connections Only mode, i.e. will only
accept connections that are secured using security level 4 (FIPS).


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

* BlueZ running on the host, or
* A board with BLE support

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

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

See :ref:`bluetooth samples section <bluetooth-samples>` for details.