README.rst
1.. _bluetooth_central_gatt_write:
2
3Bluetooth: Central / GATT Write
4###############################
5
6Overview
7********
8
9Similar to the :ref:`Central <bluetooth_central>` sample, except that this
10application use GATT Write Without Response.
11
12Requirements
13************
14
15* BlueZ running on the host, or
16* A board with BLE support
17
18Building and Running
19********************
20
21This sample can be found under :zephyr_file:`samples/bluetooth/central_gatt_write`
22in the Zephyr tree.
23
24See :ref:`bluetooth samples section <bluetooth-samples>` for details.
25