![]() |
MT7697 API Reference
LinkIt SDK v4
|
This structure defines the data type of the callback parameter for the event (BT_GATTC_DISCOVER_CHARC_DESCRIPTOR) which indicates find information 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_find_info_rsp_t * | att_rsp |
| A pointer to the structure for the find information response. More... | |
This structure defines the data type of the callback parameter for the event (BT_GATTC_DISCOVER_CHARC_DESCRIPTOR) which indicates find information response.
| bt_att_find_info_rsp_t* att_rsp |
A pointer to the structure for the find information response.
| bt_handle_t connection_handle |
Connection handle.
| uint16_t length |
The length of total response.