![]() |
nRF5 SDK
v15.3.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S312 SoftDevice API | S332 SoftDevice API | S340 SoftDevice API |
IPSP event and associated parameter type. More...
#include <ble_ipsp.h>
Data Fields | |
ble_ipsp_evt_type_t | evt_id |
ble_ipsp_event_param_t * | p_evt_param |
uint32_t | evt_result |
IPSP event and associated parameter type.
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.