I have modified this project to set the current date via a bluetooth service instead of UART. But as soon as we try to access any of these static variables from the bluetooth handler the application crashes
```
static time_t m_time, m_last_calibrate_time = 0;
```
Can anyone help me in understanding why this might be happening?
Is there any other info which I can provide to help debug this issue?