nRF51 SDK - S110 SoftDevice
|
Serialization SoftDevice Handler on application side. More...
Functions | |
uint32_t | sd_ble_evt_mailbox_length_get (uint32_t *p_mailbox_length) |
Function for checking if there is any more events in the internal mailbox. More... | |
Serialization SoftDevice Handler on application side.
uint32_t sd_ble_evt_mailbox_length_get | ( | uint32_t * | p_mailbox_length | ) |
Function for checking if there is any more events in the internal mailbox.
[in] | p_mailbox_length | Pointer to mailbox length. |
NRF_SUCCESS | Length succesfully obtained. |
NRF_ERROR_NULL | Null pointer provided. |