zephyr/samples/bluetooth/peripheral_iso
Lingao Meng 8e1682d1ea samples: conn_cb replace to const zsector
It is more efficient and saves part of RAM
by replacing it with static one dynamically.

Signed-off-by: Lingao Meng <menglingao@xiaomi.com>
2021-08-11 13:42:28 +02:00
..
src samples: conn_cb replace to const zsector 2021-08-11 13:42:28 +02:00
CMakeLists.txt
README.rst
prj.conf Bluetooth: ISO: Split connected and broadcast ISO Kconfig 2021-06-22 08:21:00 -04: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

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.