AIROC™ BTSDK v4.4 - Documentation | ||||
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. More...
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 . | |
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
p_app_data
is the application p_app_write_buffer and p_app_ctxt
is the application free function/hint