changed low freq. clock source to IRC

Dependents:   BLE_ANCS_SDAPI_IRC

Fork of nRF51822 by Nordic Semiconductor

Embed: (wiki syntax)

« Back to documentation index

Events Encoder

Events Encoder

Event encoder for S110 SoftDevice serialization. More...

Functions

void ble_rpc_event_handle (ble_evt_t *p_ble_evt)
 Function for encoding a ble_evt_t.

Detailed Description

Event encoder for S110 SoftDevice serialization.

This module provides a function for serializing S110 SoftDevice events.


Function Documentation

void ble_rpc_event_handle ( ble_evt_t p_ble_evt )

Function for encoding a ble_evt_t.

The function will pass the serialized byte stream to the transport layer after encoding.

Parameters:
[in]p_ble_evtS110 SoftDevice event to serialize.