1.. zephyr:code-sample:: ble_central_gatt_write 2 :name: Central / GATT Write 3 :relevant-api: bluetooth 4 5 Scan for a Bluetooth LE device, connect to it and write a value to a characteristic. 6 7Overview 8******** 9 10Similar to the :zephyr:code-sample:`ble_central` sample, except that this 11application use GATT Write Without Response. 12 13Requirements 14************ 15 16* BlueZ running on the host, or 17* A board with Bluetooth LE support 18 19Building and Running 20******************** 21 22This sample can be found under :zephyr_file:`samples/bluetooth/central_gatt_write` 23in the Zephyr tree. 24 25See :zephyr:code-sample-category:`bluetooth` samples for details. 26