|
dragoon
4383
|
GATT HVx parameters. More...
#include <ble_gatts.h>
Data Fields | |
| uint16_t | handle |
| uint8_t | type |
| uint16_t | offset |
| uint16_t * | p_len |
| uint8_t const * | p_data |
GATT HVx parameters.
Definition at line 285 of file ble_gatts.h.
| uint16_t ble_gatts_hvx_params_t::handle |
Characteristic Value Handle.
Definition at line 287 of file ble_gatts.h.
| uint16_t ble_gatts_hvx_params_t::offset |
Offset within the attribute value.
Definition at line 289 of file ble_gatts.h.
| uint8_t const* ble_gatts_hvx_params_t::p_data |
Actual data content, use NULL to use the current attribute value.
Definition at line 291 of file ble_gatts.h.
| uint16_t* ble_gatts_hvx_params_t::p_len |
Length in bytes to be written, length in bytes written after successful return.
Definition at line 290 of file ble_gatts.h.
| uint8_t ble_gatts_hvx_params_t::type |
Indication or Notification, see GATT Handle Value operations.
Definition at line 288 of file ble_gatts.h.