#include <gatt.h>
Data Fields | |
uint16 | handle |
Handle of the attribute to be written (must be first field). | |
uint16 | offset |
Offset of the first octet to be written. | |
uint8 | len |
Length of value. | |
uint8 * | pValue |
Part of the value of the attribute to be written (must be allocated). |
GATT Prepare Write Request format.