nRF5 SDK v17.1.0
Data Fields
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_ipsp_event_param_tp_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.

uint32_t ble_ipsp_evt_t::evt_result
                                                            Result of the event.


The event result is SDK_ERR_RX_PKT_TRUNCATED for BLE_IPSP_EVT_CHANNEL_DATA_RX,
implies that an incomplete SDU was received due to insufficient RX buffer size.
The size determined by BLE_IPSP_RX_BUFFER_SIZE.

ble_ipsp_event_param_t* ble_ipsp_evt_t::p_evt_param

Parameters associated with the event.


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

Documentation feedback | Developer Zone | Subscribe | Updated