|
TI BLE Stack API Documentation
2.03.01.00
|
#include <gatt.h>
Public Attributes | |
| uint8 | reliable |
| Whether reliable writes requested (always TRUE for Reliable Writes) | |
| attPrepareWriteReq_t * | pReqs |
| Array of Prepare Write Requests (must be allocated) | |
| uint8 | numReqs |
| Number of Prepare Write Requests. | |
| uint8 | index |
| Index of last Prepare Write Request sent. | |
| uint8 | flags |
GATT Reliable Writes Request format. Do not change the order of the members.
| uint8 gattReliableWritesReq_t::flags |
0x00 - cancel all prepared writes. 0x01 - immediately write all pending prepared values.
1.8.12