Bluenet
5.7.0
Bluenet, firmware for nRF52 smart home devices
|
System event handlers. More...
Go to the source code of this file.
Classes | |
class | SocHandler |
class | BleHandler |
class | SdhStateHandler |
Functions | |
void | fds_evt_handler (const fds_evt_t *p_fds_evt) |
Function for dispatching a system event (not a BLE event). More... | |
System event handlers.
void fds_evt_handler | ( | const fds_evt_t * | p_fds_evt | ) |
Function for dispatching a system event (not a BLE event).
This function to dispach a system events goes to all modules with a system event handler. This can also be events related to the radio, for example the NRF_EVT_RADIO_BLOCKED (4) and NRF_EVT_RADIO_SESSION_IDLE (7) events that are defined for the timeslot API.
Events are send to:
This function is called from the scheduler in the main loop after a BLE stack event has been received.
sys_evt | System event. |