zephyr/samples/bluetooth/peripheral_csc
Joakim Andersson f49bb10ca5 Bluetooth: Samples: Switch to synchronous bt_init before main loop
Switch to using the synchronous bt_init call before starting the main
loop in the peripheral samples. This is to avoid sending notifications
before bluetooth has been properly initialized.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
2019-12-09 16:11:19 +01:00
..
src Bluetooth: Samples: Switch to synchronous bt_init before main loop 2019-12-09 16:11:19 +01:00
CMakeLists.txt
README.rst
prj.conf
rv32m1_vega_ri5cy.overlay samples: bluetooth: add overlays for RV32M1 SoC for BLW SW LL 2019-11-08 15:38:57 +01:00
sample.yaml

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 :zephyr_file:`samples/bluetooth/peripheral_csc` in the
Zephyr tree.

See :ref:`bluetooth samples section <bluetooth-samples>` for details.