zephyr/samples/bluetooth/peripheral
Luiz Augusto von Dentz 5f3595e47c Bluetooth: GATT: Fix using variable size storage for CCC
This removes the necessity of registering the storage for CCC and make
it part of the declaration itself.

Fixes #18547

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2019-08-22 15:14:39 +03:00
..
src Bluetooth: GATT: Fix using variable size storage for CCC 2019-08-22 15:14:39 +03:00
CMakeLists.txt Bluetooth: services: Move Current Time service sample 2019-07-11 13:21:14 +03:00
README.rst
prj.conf Bluetooth: services: Move Heart rate service 2019-07-11 13:21:14 +03:00
sample.yaml samples: add test identifier 2019-03-29 17:44:11 -04:00

README.rst

.. _ble_peripheral:

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

Overview
********

Application demonstrating the BLE Peripheral role. It has several well-known and
vendor-specific GATT services that it exposes.


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` in the
Zephyr tree.

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