mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-15 20:55:59 +00:00
Added a Bluetooth Peripheral sample that demonstrates how to use GATT Object Transfer Service. Signed-off-by: Kamil Piszczek <Kamil.Piszczek@nordicsemi.no> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
prj.conf | ||
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.