AIROC™ BTSDK v4.7 - Documentation | ||||
Attribute value, used for GATT write operations, and read response callbacks. More...
Data Fields | |
uint16_t | handle |
Attribute handle. | |
uint16_t | offset |
Attribute value offset, ignored if not needed for a command. | |
uint16_t | len |
Length of attribute value. | |
wiced_bt_gatt_auth_req_t | auth_req |
Authentication requirement (see wiced_bt_gatt_auth_req_t ) | |
uint8_t | value [1] |
The attribute value (actual length is specified by 'len') | |
Attribute value, used for GATT write operations, and read response callbacks.