zephyr/samples/bluetooth/peripheral_hids
Johan Hedberg 9516d63836 Bluetooth: Remove support for NBLE
NBLE has been deprecated for a few releases now and can be removed.

Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2017-05-25 09:03:16 -07:00
..
src Bluetooth: samples: Fix passkey display 2017-05-05 11:25:57 +03:00
Makefile
prj.conf Bluetooth: samples: Use Kconfig DEVICE_NAME variable when possible 2017-01-28 08:43:41 +02:00
README.rst doc: update bluetooth samples with pointers 2017-01-26 20:02:35 +00:00
testcase.ini Bluetooth: Remove support for NBLE 2017-05-25 09:03:16 -07:00

.. _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 :file:`samples/bluetooth/peripheral_hids` in the
Zephyr tree.

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