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_ANCS_SDAPI_IRC
Fork of nRF51822 by
GATTS Event Decoder
Decoder for serialized GATT Server events from nRF51822. More...
Functions | |
| void | ble_rpc_gatts_evt_length_decode (uint8_t event_id, uint16_t *p_event_length, uint8_t const *const p_packet) |
| Function for decoding the length of a BLE GATTS event. | |
| void | ble_rpc_gatts_evt_packet_decode (ble_evt_t *p_ble_evt, uint8_t const *const p_packet) |
| Function for decoding a BLE GATTS event. | |
Detailed Description
Decoder for serialized GATT Server events from nRF51822.
This file contains declarations of functions used for decoding GATTS event packets received from the Connectivity Chip.
Function Documentation
| void ble_rpc_gatts_evt_length_decode | ( | uint8_t | event_id, |
| uint16_t * | p_event_length, | ||
| uint8_t const *const | p_packet | ||
| ) |
Function for decoding the length of a BLE GATTS event.
The decoded BLE GATTS event length will be returned in p_event_length.
- Parameters:
-
[in] event_id Event Id of the event, whose length is to be decoded. [out] p_event_length The pointer for storing the decoded event length. [in] p_packet The pointer to the encoded event.
| void ble_rpc_gatts_evt_packet_decode | ( | ble_evt_t * | p_ble_evt, |
| uint8_t const *const | p_packet | ||
| ) |
Function for decoding a BLE GATTS event.
The decoded BLE GATTS event will be returned in the memory pointed to by p_ble_evt.
- Parameters:
-
[out] p_ble_evt The pointer for storing the decoded event. [in] p_packet The pointer to the encoded event.
Generated on Tue Jul 12 2022 16:36:22 by
1.7.2
