• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/04-Jan-2025-21

src/04-Jan-2025-347265

CMakeLists.txtD04-Jan-2025197 95

README.rstD04-Jan-2025663 2617

prj.confD04-Jan-2025440 1614

sample.yamlD04-Jan-2025303 1312

README.rst

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