nRF51 SDK
|
Data Fields | |
uint16_t | handle |
uint8_t * | p_value |
uint16_t handle |
Attribute Handle.
uint8_t* p_value |
Pointer to value, variable length (length available as value_len in ble_gattc_evt_read_by_uuid_rsp_t).
Please note that this pointer is absolute to the memory provided by the user when retrieving the event, so it will effectively point to a location inside the handle_value array.