#include <wiced_bt_gatt.h>
Data Fields | |
| uint16_t | conn_id |
| wiced_bt_gatt_optype_t | op |
| wiced_bt_gatt_operation_complete_rsp_t | response_data |
| wiced_bt_gatt_status_t | status |
Response to read/write/disc/config operations (used by GATT_OPERATION_CPLT_EVT notification)
| uint16_t wiced_bt_gatt_operation_complete_t::conn_id |
ID of the connection
| wiced_bt_gatt_optype_t wiced_bt_gatt_operation_complete_t::op |
Type of operation completed (see wiced_bt_gatt_optype_t )
| wiced_bt_gatt_operation_complete_rsp_t wiced_bt_gatt_operation_complete_t::response_data |
Response data (dependent on optype)
| wiced_bt_gatt_status_t wiced_bt_gatt_operation_complete_t::status |
Status of operation