nRF5 IoT SDK  v0.9.0
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
ble_6lowpan_data_rx_t Struct Reference

Event parameters associated with the BLE_6LO_EVT_INTERFACE_DATA_RX event. More...

#include <ble_6lowpan.h>

Data Fields

uint8_t * p_packet
 
uint16_t packet_len
 
iot_context_id_t rx_contexts
 

Detailed Description

Event parameters associated with the BLE_6LO_EVT_INTERFACE_DATA_RX event.

Field Documentation

uint8_t* ble_6lowpan_data_rx_t::p_packet

Uncompressed IPv6 packet received. This memory is available to the application until it is freed by the application using mem_free.

uint16_t ble_6lowpan_data_rx_t::packet_len

Length of IPv6 packet.

iot_context_id_t ble_6lowpan_data_rx_t::rx_contexts

RX contexts used in stateful decompression. IPV6_CONTEXT_IDENTIFIER_NONE if not used.