nRF51 SDK
|
Data Fields | |
uint16_t | handle |
uint8_t | type |
uint16_t | offset |
uint16_t * | p_len |
uint8_t * | p_data |
uint16_t handle |
Characteristic Value Handle.
uint8_t type |
Indication or Notification, see GATT Handle Value operations.
uint16_t offset |
Offset within the attribute value.
uint16_t* p_len |
Length in bytes to be written, length in bytes written after successful return.
uint8_t* p_data |
Actual data content, use NULL to use the current attribute value.