Peripheral GATT Write
Overview
Similar to the Peripheral sample, except that this application uses GATT Write Without Response.
Requirements
BlueZ running on the host, or
A board with Bluetooth LE support
Building and Running
Build and flash the sample as follows, replacing <board> with your target board:
west build -b <board> samples/bluetooth/peripheral_gatt_write
west flash
See Bluetooth samples for details.