MT2523 API Reference
LinkIt SDK v4
|
This structure defines the data type of the callback parameter for the event (BT_GATTC_READ_CHARC or # BT_GATTC_READ_LONG_CHARC) which indicates read 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_rsp_t * | att_rsp |
A pointer to the structure for the read response. More... | |
This structure defines the data type of the callback parameter for the event (BT_GATTC_READ_CHARC or # BT_GATTC_READ_LONG_CHARC) which indicates read response.
bt_att_read_rsp_t* att_rsp |
A pointer to the structure for the read response.
bt_handle_t connection_handle |
Connection handle.
uint16_t length |
The length of total response.