S122 SoftDevice v8.1.1
Event structure for BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP . More...
#include <ble_gattc.h>
Data Fields |
|
| uint16_t | count |
| uint16_t | value_len |
| uint8_t | handle_value [1] |
Detailed Description
Event structure for BLE_GATTC_EVT_CHAR_VAL_BY_UUID_READ_RSP .
Field Documentation
| uint16_t ble_gattc_evt_char_val_by_uuid_read_rsp_t::count |
Handle-Value Pair Count.
| uint8_t ble_gattc_evt_char_val_by_uuid_read_rsp_t::handle_value[1] |
Handle-Value(s) list. To iterate through the list use sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter .
- Note
- This is a variable length array. The size of 1 indicated is only a placeholder for compilation. See sd_ble_evt_get for more information on how to use event structures with variable length array members.
| uint16_t ble_gattc_evt_char_val_by_uuid_read_rsp_t::value_len |
Length of the value in Handle-Value(s) list.