#include <att.h>
Data Fields | |
uint16 | handle |
Handle of the attribute to be written (must be first field). | |
uint8 | len |
Length of value. | |
uint8 | value [ATT_MTU_SIZE-3] |
Value of the attribute to be written. | |
uint8 | sig |
Authentication Signature status (not included (0), valid (1), invalid (2)). | |
uint8 | cmd |
Command Flag. |
Write Request format.