1.. zephyr:code-sample:: ble_peripheral_gatt_write
2   :name: Peripheral GATT Write
3   :relevant-api: bt_gatt bluetooth
4
5   Write a value to a characteristic using GATT Write Without Response.
6
7Overview
8********
9
10Similar to the :zephyr:code-sample:`ble_peripheral` sample, except that this
11application uses GATT Write Without Response.
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_gatt_write`
24in the Zephyr tree.
25
26See :zephyr:code-sample-category:`bluetooth` samples for details.
27