ble_ipsp_evt_t

nRF5 SDK v17.0.2

IPSP event and associated parameter type. More...

#include <ble_ipsp.h>

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.

  • components/ble/ble_services/ble_ipsp/ble_ipsp.h