Infineon Logo AIROC BTSDK v4.2 - Documentation
 
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
wiced_bt_gatt_app_response_buffer_t Struct Reference

Structure to hold the response buffer and the application context for that buffer. More...

Data Fields

uint8_t * p_app_rsp_buffer
 Pointer to assign the buffer allocated by the app.
 
wiced_bt_gatt_app_context_t p_app_ctxt
 Application context for p_app_rsp_buffer.
 

Detailed Description

Structure to hold the response buffer and the application context for that buffer.

Application fills the structure members with a pointer to send a server response.

Note
The application may free the p_app_rsp_buffer pointer on receiving a GATT_APP_BUFFER_TRANSMITTED_EVT with wiced_bt_gatt_buffer_transmitted_t::p_app_data = p_app_rsp_buffer and wiced_bt_gatt_buffer_transmitted_t::p_app_ctxt = p_app_ctxt

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