|
TI BLE Stack API Documentation
2.03.11
|
#include <att.h>
Public Attributes | |
| uint16 | handle |
| Handle of the attribute to be written (must be first field) | |
| uint16 | len |
| Length of value. | |
| uint8 * | pValue |
| Value of the attribute to be written (0 to ATT_MTU_SIZE-3) | |
| uint8 | sig |
| Authentication Signature status (not included (0), valid (1), invalid (2)) | |
| uint8 | cmd |
| Command Flag. | |
Write Request format.
1.8.12