![]() |
MT7697 API Reference
LinkIt SDK v4
|
This structure defines the data type of the callback parameter for the event (BT_GATTC_READ_MULTI_CHARC_VALUES) which indicates read multiple response. More...
#include <bt_gattc.h>
Data Fields | |
| uint16_t | length |
| The length of total response. More... | |
| bt_handle_t | connection_handle |
| Connection handle. More... | |
| bt_att_read_multiple_rsp_t * | att_rsp |
| A pointer to the structure for the read multiple response. More... | |
This structure defines the data type of the callback parameter for the event (BT_GATTC_READ_MULTI_CHARC_VALUES) which indicates read multiple response.
| bt_att_read_multiple_rsp_t* att_rsp |
A pointer to the structure for the read multiple response.
| bt_handle_t connection_handle |
Connection handle.
| uint16_t length |
The length of total response.