zephyr/samples/bluetooth/peripheral_csc
Luiz Augusto von Dentz 68de9d5d66 Bluetooth: Use Characteristic attribute whenever possible
With updates to bt_gatt_notify and bt_gatt_indicate it is now possible
to pass the Characteristic attribute instead of its value which makes
the code able to verify if attribute properties are set correctly.

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2018-06-11 14:41:19 -04:00
..
src Bluetooth: Use Characteristic attribute whenever possible 2018-06-11 14:41:19 -04:00
CMakeLists.txt cmake: Use -serial bt-server when CONFIG_BT 2017-11-08 20:00:22 -05:00
README.rst doc: update bluetooth samples with pointers 2017-01-26 20:02:35 +00:00
prj.conf drivers: Rename `random` to `entropy` 2017-11-01 08:26:29 -04:00
sample.yaml samples: bluetooth and net samples need test setup 2017-12-28 20:24:29 -05:00

README.rst

.. _peripheral_csc:

Bluetooth: Peripheral CSC
#########################

Overview
********

Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
application specifically exposes the CSC (Cycling Speed and Cadence) GATT
Service.


Requirements
************

* BlueZ running on the host, or
* A board with BLE support

Building and Running
********************

This sample can be found under :file:`samples/bluetooth/peripheral_csc` in the
Zephyr tree.

See :ref:`bluetooth setup section <bluetooth_setup>` for details.