|
dragoon
4383
|
GATT read by UUID handle value pair. More...
#include <ble_gattc.h>
Data Fields | |
| uint16_t | handle |
| uint8_t * | p_value |
GATT read by UUID handle value pair.
Definition at line 249 of file ble_gattc.h.
| uint16_t ble_gattc_handle_value_t::handle |
Attribute Handle.
Definition at line 251 of file ble_gattc.h.
Referenced by sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter().
| uint8_t* ble_gattc_handle_value_t::p_value |
Pointer to the Attribute Value, length is available in ble_gattc_evt_char_val_by_uuid_read_rsp_t::value_len.
Definition at line 252 of file ble_gattc.h.
Referenced by sd_ble_gattc_evt_char_val_by_uuid_read_rsp_iter().