AIROC™ BTSDK v4.4 - Documentation | ||||
Response structure for read multiple . More...
Data Fields | |
wiced_bt_gatt_opcode_t | opcode |
Response Opcode, can be GATT_RSP_READ_MULTI or GATT_RSP_READ_MULTI_VAR_LENGTH. | |
wiced_bt_gatt_read_multiple_req_t | req |
The request parameters used by client in the wiced_bt_gatt_client_send_read_multiple API. | |
uint8_t * | p_multi_rsp |
The response received from the peer. More... | |
uint16_t | rsp_len |
Length of the data pointed to by p_multi_rsp . | |
Response structure for read multiple .
uint8_t* p_multi_rsp |
The response received from the peer.
The response is valid only for GATT_RSP_READ_MULTI. The peer response received for GATT_RSP_READ_MULTI_VAR_LENGTH is split and sent to the app using the GATTC_OPTYPE_READ_HANDLE event.