nRF51 SDK
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
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. The function will pass the serialized byte stream to the transport layer after encoding. More...
 

Detailed Description

This module provides a function for serializing S110 SoftDevice events.

Function Documentation

void ble_rpc_event_handle ( ble_evt_t p_ble_evt)
Parameters
[in]p_ble_evtS110 SoftDevice event to serialize.