nRF5 IoT SDK
v0.9.0
|
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 |
Event parameters associated with the BLE_6LO_EVT_INTERFACE_DATA_RX event.
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.