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