nRF5 IoT SDK
v0.9.0
|
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 |
IPSP event and associated parameter type.
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.