Bluetooth Host Stack Library
wiced_bt_gatt_buffer_transmitted_t Struct Reference

Description

Structure to return the application buffer and application buffer context given to the stack in various APIs The application is expected to use this event to free allocated memory used for sending client requests or responding to client requests.

On client this is the buffer sent to the stack in

Data Fields

uint8_t * p_app_data
 Application data buffer.
 
wiced_bt_gatt_app_context_t p_app_ctxt
 Application context for p_app_data.