Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of nRF51822 by
ble_rpc_event_encoder.h
00001 /* Copyright (c) 2013 Nordic Semiconductor. All Rights Reserved. 00002 * 00003 * The information contained herein is property of Nordic Semiconductor ASA. 00004 * Terms and conditions of usage are described in detail in NORDIC 00005 * SEMICONDUCTOR STANDARD SOFTWARE LICENSE AGREEMENT. 00006 * 00007 * Licensees are granted free, non-transferable use of the information. NO 00008 * WARRANTY of ANY KIND is provided. This heading must NOT be removed from 00009 * the file. 00010 * 00011 */ 00012 00013 /** @file 00014 * 00015 * @defgroup ble_rpc_event_encoder Events Encoder 00016 * @{ 00017 * @ingroup ble_sdk_lib_serialization 00018 * 00019 * @brief Event encoder for S110 SoftDevice serialization. 00020 * 00021 * @details This module provides a function for serializing S110 SoftDevice events. 00022 * 00023 */ 00024 #ifndef BLE_RPC_EVENT_ENCODER_H__ 00025 #define BLE_RPC_EVENT_ENCODER_H__ 00026 00027 #include "ble.h" 00028 00029 /**@brief Function for encoding a @ref ble_evt_t. The function will pass the serialized byte stream to the 00030 * transport layer after encoding. 00031 * 00032 * @param[in] p_ble_evt S110 SoftDevice event to serialize. 00033 */ 00034 void ble_rpc_event_handle(ble_evt_t * p_ble_evt); 00035 00036 #endif // BLE_RPC_EVENT_ENCODER_H__ 00037 00038 /** @} */
Generated on Tue Jul 12 2022 18:44:25 by
1.7.2
