zephyr/samples/bluetooth/peripheral_iso
Emil Gydesen 57e1056bef Bluetooth: ISO: Guard sec_level with CONFIG_BT_SMP
The ISO security implementation works by verifying
against the acl (bt_conn) sec_level field. The
bt_conn sec_level field is only available
if CONFIG_BT_SMP is enabled, so this commit
adds guards for all ISO security checks as well.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-06-05 14:12:50 +02:00
..
src Bluetooth: ISO: Guard sec_level with CONFIG_BT_SMP 2022-06-05 14:12:50 +02:00
CMakeLists.txt
README.rst
prj.conf Bluetooth: ISO: Add Kconfig for ISO central/peripheral 2022-05-13 12:44:47 -07:00
sample.yaml

README.rst

.. _peripheral_iso:

Bluetooth: Peripheral ISO
#########################

Overview
********

Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this application enables
support for connected isochronous (ISO) channels.


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

* BlueZ running on the host, or
* A board with Bluetooth Low Energy 5.2 support
* A Bluetooth Controller and board that supports setting
  CONFIG_BT_CTLR_PERIPHERAL_ISO=y

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

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

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