zephyr/samples/bluetooth/peripheral_sc_only
Luiz Augusto von Dentz 2e2f122d51 Bluetooth: samples: Make use of BT_LE_ADV_OPT_USE_NAME
Use BT_LE_ADV_OPT_USE_NAME whenver possible since it does properly
track updates.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2018-07-23 14:45:58 +03:00
..
src Bluetooth: samples: Make use of BT_LE_ADV_OPT_USE_NAME 2018-07-23 14:45:58 +03:00
CMakeLists.txt
README.rst
prj.conf
sample.yaml

README.rst

.. _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 :file:`samples/bluetooth/peripheral_sc_only`
in the Zephyr tree.

See :ref:`bluetooth setup section <bluetooth_setup>` for details.