![]() |
S340 SoftDevice
v6.1.1
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
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.
uint16_t ble_gattc_handle_value_t::handle |
Attribute Handle.
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.