• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

src/03-Apr-2024-379269

CMakeLists.txtD03-Apr-2024305 117

README.rstD03-Apr-2024544 2516

prj.confD03-Apr-2024244 1410

sample.yamlD03-Apr-2024263 1312

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