nRF5 SDK v15.0.0
Data Fields
ble_hvx_t Struct Reference

ble_hvx_t represents one notification/indication. More...

#include <ble_hvx_buffering.h>

Data Fields

uint16_t conn_handle
 
uint8_t data [BLE_GATT_ATT_MTU_DEFAULT]
 
uint16_t data_len
 
ble_gatts_hvx_params_t params
 

Detailed Description

ble_hvx_t represents one notification/indication.

Field Documentation

uint16_t ble_hvx_t::conn_handle

The associated connection handle.

uint8_t ble_hvx_t::data[BLE_GATT_ATT_MTU_DEFAULT]

The hvx data.

ble_gatts_hvx_params_t ble_hvx_t::params

Parameters of the hvx.


The documentation for this struct was generated from the following file:

Documentation feedback | Developer Zone | Subscribe | Updated