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.
Dependents: BLE_Health_Thermometer_HeartRateMonitor
Fork of BLE_API_Native_IRC by
Event Decoder
Decoder for serialized events from nRF51822. More...
| Functions | |
| uint32_t | ble_rpc_event_pkt_received (uint8_t *p_event_packet, uint16_t event_packet_length) | 
| Function for pushing an encoded packet in the event decoder. | |
Detailed Description
Decoder for serialized events from nRF51822.
This file contains the declaration of the function that initializes the event decoder module and processes received events.
Function Documentation
| uint32_t ble_rpc_event_pkt_received | ( | uint8_t * | p_event_packet, | 
| uint16_t | event_packet_length | ||
| ) | 
Function for pushing an encoded packet in the event decoder.
- Warning:
- This function is not reentrant safe and should always be called from the same interrupt context.
- Parameters:
- 
  [in] p_event_packet Pointer to the encoded event received. [in] event_packet_length Length of received packet. 
- Return values:
- 
  NRF_SUCCESS Upon success. NRF_ERROR_NO_MEM Upon receive queue full. 
Generated on Tue Jul 12 2022 18:38:50 by
 1.7.2
 1.7.2 
    