![]() |
MT7697 API Reference
LinkIt SDK v4
|
ATT write request structure. More...
#include <bt_att.h>
Data Fields | |
| uint8_t | opcode |
| BT_ATT_OPCODE_WRITE_REQUEST. More... | |
| uint16_t | attribute_handle |
| The handle of the attribute to be written. More... | |
| uint8_t | attribute_value [1] |
| The value of the attribute to be written. More... | |
ATT write request structure.
| uint16_t attribute_handle |
The handle of the attribute to be written.
| uint8_t attribute_value[1] |
The value of the attribute to be written.
| uint8_t opcode |