15 #ifndef APP_PROFILE_H__
16 #define APP_PROFILE_H__
44 #endif // APP_PROFILE_H__
void app_profile_start(void)
Start profile. Is called every time profile is activated.
void app_profile_on_ble_evt(ble_evt_t *p_ble_evt)
Handle BLE event.
void app_profile_stop(void)
Stop profile. Note: Needs to set the softdevice in a state where it is ok to initialize PRU profile...
void app_profile_on_sys_evt(uint32_t sys_evt)
Handle system event.
void app_profile_init(void)
Initialize profile. Is only called once.