![]() |
MT2523 API Reference
LinkIt SDK v4
|
This structure defines the data type of the callback parameter for the event (BT_GATTC_CHARC_VALUE_NOTIFICATION) which indicates handle value notification. 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_handle_value_notification_t * | att_rsp |
| A pointer to the structure for the handle value notification. More... | |
This structure defines the data type of the callback parameter for the event (BT_GATTC_CHARC_VALUE_NOTIFICATION) which indicates handle value notification.
| bt_att_handle_value_notification_t* att_rsp |
A pointer to the structure for the handle value notification.
| bt_handle_t connection_handle |
Connection handle.
| uint16_t length |
The length of total response.