nRF51 SDK - S110 SoftDevice
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Packets decoder in the connectivity chip

Decoder for serialized packets from an Application Chip. More...

Functions

uint32_t ser_conn_received_pkt_process (ser_hal_transport_evt_rx_pkt_received_params_t *p_rx_pkt_params)
 A function for dispatching packets from an Application Chip to an appropriate decoder. More...
 

Detailed Description

Decoder for serialized packets from an Application Chip.

This file contains declaration of common function used for processing packets (packets dispatcher) received by the transport layer.

Function Documentation

uint32_t ser_conn_received_pkt_process ( ser_hal_transport_evt_rx_pkt_received_params_t p_rx_pkt_params)

A function for dispatching packets from an Application Chip to an appropriate decoder.

The function is called to process received packets from a transport layer. The function analyzes packet type and calls appropriate command decoder which among other things processes command and sends a response. Then a received packet is freed.

Parameters
[in]p_rx_pkt_paramsA pointer to a transport layer event of type ser_hal_transport_evt_rx_pkt_received_params_t.
Return values
NRF_SUCCESSOperation success.
NRF_ERROR_NULLOperation failure. NULL pointer supplied.
NRF_ERROR_INTERNALOperation failure. Internal error ocurred.