ghz 2000 / BLE_API_Native_TBO

Dependents:   BLE_Health_Thermometer_HeartRateMonitor

Fork of BLE_API_Native_IRC by Yoshihiro TSUBOI

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.