zephyr/samples/bluetooth/peripheral_ots
Abe Kohandel dcaac1e7af bluetooth: ots: Make OTS Object Reads use POSIX parameter types
It is desirable to have the read and write like functions follow the
POSIX read and write parameter types.

Signed-off-by: Abe Kohandel <abe.kohandel@gmail.com>
2021-08-03 13:16:51 +02:00
..
src bluetooth: ots: Make OTS Object Reads use POSIX parameter types 2021-08-03 13:16:51 +02:00
CMakeLists.txt
prj.conf bluetooth: ots: Add object write procedure 2021-07-31 23:16:11 -04:00
README.rst
sample.yaml

.. _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.