zephyr/samples/bluetooth/central_gatt_write
Vinayak Kariappa Chettimada 21cb301447 samples: Bluetooth: GATT write commands with connection PHY Update
Update the Central and Peripheral GATT write command sample
to measure throughput across all supported connection PHYs.

Cover the sample in BabbleSIM CI testing to validate the 2M
PHY throughput after all supported PHYs have been changed
once.

Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
2025-02-05 08:16:30 +01:00
..
src samples: Bluetooth: GATT write commands with connection PHY Update 2025-02-05 08:16:30 +01:00
CMakeLists.txt
prj.conf
README.rst doc: samples: Adopt code-sample-category across tree 2024-09-23 12:00:00 +02:00
sample.yaml

.. zephyr:code-sample:: ble_central_gatt_write
   :name: Central / GATT Write
   :relevant-api: bluetooth

   Scan for a Bluetooth LE device, connect to it and write a value to a characteristic.

Overview
********

Similar to the :zephyr:code-sample:`ble_central` sample, except that this
application use GATT Write Without Response.

Requirements
************

* BlueZ running on the host, or
* A board with Bluetooth LE support

Building and Running
********************

This sample can be found under :zephyr_file:`samples/bluetooth/central_gatt_write`
in the Zephyr tree.

See :zephyr:code-sample-category:`bluetooth` samples for details.