Bluetooth Host Stack Library
wiced_bt_gatt_data_t Struct Reference

Description

Response data for read operations.

Data Fields

uint16_t handle
 handle
 
uint16_t len
 length of response data or notification or indication data. More...
 
uint16_t offset
 offset
 
uint8_t * p_data
 attribute data. More...
 

Field Documentation

◆ len

uint16_t wiced_bt_gatt_data_t::len

length of response data or notification or indication data.

In case of multiple notifications, it is total length of notification tuples pointed by p_data

◆ p_data

uint8_t* wiced_bt_gatt_data_t::p_data

attribute data.

In case of multiple notifications, it is array of handle length and notification data tuples