5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
wiced_bt_gatt_value_t Struct Reference

#include <wiced_bt_gatt.h>

Data Fields

wiced_bt_gatt_auth_req_t auth_req
 
uint16_t handle
 
uint16_t len
 
uint16_t offset
 
uint8_t value [1]
 

Detailed Description

Attribute value, used for GATT write operations, and read response callbacks

Field Documentation

◆ auth_req

wiced_bt_gatt_auth_req_t wiced_bt_gatt_value_t::auth_req

Authentication requirement (see wiced_bt_gatt_auth_req_t )

◆ handle

uint16_t wiced_bt_gatt_value_t::handle

Attribute handle

◆ len

uint16_t wiced_bt_gatt_value_t::len

Length of attribute value

◆ offset

uint16_t wiced_bt_gatt_value_t::offset

Attribute value offset, ignored if not needed for a command

◆ value

uint8_t wiced_bt_gatt_value_t::value[1]

The attribute value (actual length is specified by 'len')


The documentation for this struct was generated from the following file: