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