1.. _ble_peripheral: 2 3Bluetooth: Peripheral 4##################### 5 6Overview 7******** 8 9Application demonstrating the BLE Peripheral role. It has several well-known and 10vendor-specific GATT services that it exposes. 11 12 13Requirements 14************ 15 16* BlueZ running on the host, or 17* A board with BLE support 18 19Building and Running 20******************** 21 22This sample can be found under :zephyr_file:`samples/bluetooth/peripheral` in the 23Zephyr tree. 24 25See :ref:`bluetooth samples section <bluetooth-samples>` for details. 26