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