1.. _peripheral_ots:
2
3Bluetooth: Peripheral OTS
4#########################
5
6Overview
7********
8
9Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
10application specifically exposes the OTS (Object Transfer) GATT Service.
11
12
13Requirements
14************
15
16* BlueZ running on the host, or
17* A board with BLE support
18
19Building and Running
20********************
21This sample can be found under :zephyr_file:`samples/bluetooth/peripheral_ots` in the
22Zephyr tree.
23
24See :ref:`bluetooth samples section <bluetooth-samples>` for details.
25