Decoder for serialized GAP events from nRF51822.
More...
This file contains declarations of functions used for decoding GAP event packets received from the Connectivity Chip.
void ble_rpc_gap_evt_length_decode |
( |
uint8_t |
event_id, |
|
|
uint16_t * |
p_event_length |
|
) |
| |
- Parameters
-
[in] | event_id | Event Id for the event to length decode. |
[out] | p_event_length | The pointer for storing the decoded event length. |
void ble_rpc_gap_evt_packet_decode |
( |
ble_evt_t * |
p_ble_evt, |
|
|
uint8_t const *const |
p_packet |
|
) |
| |
- Parameters
-
[out] | p_ble_evt | The pointer for storing the decoded event. |
[in] | p_packet | The pointer to the encoded event. |