1.. zephyr:code-sample:: ble_peripheral_esp 2 :name: ESP Peripheral 3 :relevant-api: bt_gatt bt_bas bluetooth 4 5 Expose environmental information using the Environmental Sensing Profile (ESP). 6 7Overview 8******** 9Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this 10application specifically exposes the ESP (Environmental Sensing Profile) GATT 11Service. 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_esp` in the 24Zephyr tree. 25 26See :zephyr:code-sample-category:`bluetooth` samples for details. 27