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

IPSP event and associated parameter type. More...

#include <ble_ipsp.h>

Data Fields

ble_ipsp_evt_type_t evt_id
 
ble_l2cap_evt_t * evt_param
 
uint32_t evt_result
 

Detailed Description

IPSP event and associated parameter type.

Field Documentation

ble_ipsp_evt_type_t ble_ipsp_evt_t::evt_id

Identifier event type.

ble_l2cap_evt_t* ble_ipsp_evt_t::evt_param

Parameters associated with the event.

uint32_t ble_ipsp_evt_t::evt_result

Result of event. If the event result is SDK_ERR_RX_PKT_TRUNCATED for BLE_IPSP_EVT_CHANNEL_DATA_RX, this means that an incomplete SDU was received due to insufficient RX buffer size determined by BLE_IPSP_RX_BUFFER_SIZE.