Cypress PSoC 6 Bluetooth Low Energy Middleware Library 3.60
cy_stc_ble_gatts_att_gen_val_len_t Struct Reference

Description

Attribute value type used in GATT database.

Data Fields

uint16_t actualLength
 Length of attGenericVal in bytes.
 
void * attGenericVal
 Buffer to store generic characteristic value based on length or complete UUID value if the attribute is of type 128-bit or 32-bit UUID. More...
 

Field Documentation

◆ attGenericVal

void* cy_stc_ble_gatts_att_gen_val_len_t::attGenericVal

Buffer to store generic characteristic value based on length or complete UUID value if the attribute is of type 128-bit or 32-bit UUID.