doc: update bluetooth samples with pointers

Change-Id: I37b653d59f2297619fb92112a418cd2c1ff80cd4
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2017-01-26 11:23:42 -05:00 committed by Anas Nashif
parent d5bab09db6
commit 11e3d97c99
14 changed files with 42 additions and 1 deletions

View file

@ -18,4 +18,7 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/beacon` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -20,5 +20,7 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/central` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -19,4 +19,7 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/central_hr` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -20,6 +20,8 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/eddystone` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -17,5 +17,7 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/hci_uart` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -16,5 +16,7 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/hci_usb` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -16,6 +16,9 @@ requires L2CAP channels support.
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/ipsp` in the
Zephyr tree.
Testing with a Linux host
=========================

View file

@ -14,9 +14,12 @@ Requirements
************
* BlueZ running on the host, or
* A board with BLE support
* A board with BLE support
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/peripheral` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -20,4 +20,7 @@ Requirements
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.

View file

@ -18,5 +18,7 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/peripheral_dis` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -19,4 +19,12 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/peripheral_esp` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.
References
**********
* :ref:`env_sensing_sample`

View file

@ -20,4 +20,7 @@ Requirements
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.

View file

@ -20,4 +20,7 @@ Requirements
Building and Running
********************
This sample can be found under :file:`samples/bluetooth/peripheral_hr` in the
Zephyr tree.
See :ref:`bluetooth setup section <bluetooth_setup>` for details.

View file

@ -1,3 +1,5 @@
.. _env_sensing_sample:
Environmental Sensing Sample
############################