MT2523 API Reference
LinkIt SDK v4
|
ATT prepare write response structure. More...
#include <bt_att.h>
Data Fields | |
uint8_t | opcode |
BT_ATT_OPCODE_PREPARE_WRITE_RESPONSE. More... | |
uint16_t | attribute_handle |
The handle of the attribute to be written. More... | |
uint16_t | value_offset |
The offset of the first octet to be written. More... | |
uint8_t | part_attribute_value [1] |
The value of the attribute to be written. More... | |
ATT prepare write response structure.
uint16_t attribute_handle |
The handle of the attribute to be written.
uint8_t opcode |
uint8_t part_attribute_value[1] |
The value of the attribute to be written.
uint16_t value_offset |
The offset of the first octet to be written.