I can't find anything related to this in the docs :(
In the client_handling.c is a function static void on_evt_hvx(ble_evt_t * p_ble_evt, client_t * p_client, uint32_t index)
. That looks promising. Also there is p_ble_evt->evt.gattc_evt.params.hvx.data[0]
How can I access this in main()? I can't get a variable I declared in either main.c or client_handling.c to be seen in the other file