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

..--

boards/Today-21

src/Today-347265

CMakeLists.txtDToday197 95

README.rstDToday663 2617

prj.confDToday440 1614

sample.yamlDToday303 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