Bluetooth Host Stack Library
wiced_bt_gatt_operation_complete_t Struct Reference

Description

Response to read/write/disc/config operations (used by GATT_OPERATION_CPLT_EVT notification)

Data Fields

uint16_t conn_id
 ID of the connection.
 
wiced_bt_gatt_optype_t op
 Type of operation completed (see wiced_bt_gatt_optype_t )
 
wiced_bt_gatt_status_t status
 Status of operation.
 
uint8_t pending_events
 Number of pending events, used to initiate next read.
 
wiced_bt_gatt_operation_complete_rsp_t response_data
 Response data (dependent on optype)