| 
    Appiko
    
   | 
 
Module responsible for making sure that all the events generated by the Softdevice's SoC and BLE sections are received and passed on to handlers provided by the application. More...
Functions | |
| void | evt_sd_handler_init (void(*ble_evt_handler)(ble_evt_t *ble_evt), void(*soc_evt_handler)(uint32_t soc_evt_id)) | 
| Initializes the SWI2 interrupt routine and stores the handlers for the BLE and SoC events.  More... | |
| void evt_sd_handler_init | ( | void(*)(ble_evt_t *ble_evt) | ble_evt_handler, | 
| void(*)(uint32_t soc_evt_id) | soc_evt_handler | ||
| ) | 
| ble_evt_handler | |
| soc_evt_handler | 
Definition at line 59 of file evt_sd_handler.c.
Referenced by sensebe_ble_stack_init(), and sensepi_ble_stack_init().
 1.8.15