mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-16 22:11:55 +00:00
This should clear up some of the confusion with random number generators and drivers that obtain entropy from the hardware. Also, many hardware number generators have limited bandwidth, so it's natural for their output to be only used for seeding a random number generator. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com> |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
prj.conf | ||
README.rst | ||
sample.yaml |
.. _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.