zephyr/samples/bluetooth/peripheral_hids
Alex Porosanu 55eb4a11cd samples: bluetooth: add missing VEGABoard overlays
The default DTS of VEGABoard does not enable the necessary nodes
for the SW LL to function; as such an overlay is needed for
each sample that is intended to be run on the VEGABoard. Some
of the samples miss this overlay so this patch adds them.

Signed-off-by: Alex Porosanu <alexandru.porosanu@nxp.com>
2020-02-08 10:23:49 +02:00
..
src Bluetooth: samples: Add newline when using printk 2019-10-07 20:50:14 +03:00
CMakeLists.txt
README.rst
prj.conf samples: migrating to NVS backend with settings 2019-10-11 14:55:24 +02:00
rv32m1_vega_ri5cy.overlay samples: bluetooth: add missing VEGABoard overlays 2020-02-08 10:23:49 +02:00
sample.yaml

README.rst

.. _peripheral_hids:

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

Overview
********

Similar to the :ref:`Peripheral <ble_peripheral>` sample, except that this
application specifically exposes the HID GATT Service. The report map used is
for a generic mouse.


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

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