zephyr/samples/bluetooth/peripheral_ots
Abe Kohandel f1e75dea50 bluetooth: ots: notify application prior to object name change
This change augments the application object name change notification to
occur prior to the actual name change done by the OTS layer.

Notifying prior to the actual name change makes it possible to inform the
application of the current name of the object as well as the new name.

Signed-off-by: Abe Kohandel <abe.kohandel@gmail.com>
2022-04-08 09:31:31 +02:00
..
src bluetooth: ots: notify application prior to object name change 2022-04-08 09:31:31 +02:00
CMakeLists.txt
README.rst
prj.conf
sample.yaml

README.rst

.. _peripheral_ots:

Bluetooth: Peripheral OTS
#########################

Overview
********

Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
application specifically exposes the OTS (Object Transfer) GATT Service.


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_ots` in the
Zephyr tree.

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