Bluetooth Host Stack Library
wiced_bt_gatt_read_multiple_rsp_t Struct Reference

Description

Response structure for read multiple .

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.
 

Field Documentation

◆ p_multi_rsp

uint8_t* wiced_bt_gatt_read_multiple_rsp_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.