1.. zephyr:code-sample:: ble_peripheral 2 :name: Peripheral 3 :relevant-api: bt_gatt bluetooth 4 5 Implement basic Bluetooth LE Peripheral role functionality (advertising and exposing GATT services). 6 7Overview 8******** 9 10Application demonstrating the Bluetooth LE Peripheral role. It has several well-known and 11vendor-specific GATT services that it exposes. 12 13 14Requirements 15************ 16 17* BlueZ running on the host, or 18* A board with Bluetooth LE support 19 20Building and Running 21******************** 22 23This sample can be found under :zephyr_file:`samples/bluetooth/peripheral` in the 24Zephyr tree. 25 26See :zephyr:code-sample-category:`bluetooth` samples for details. 27