• Events handling

    I am looking at this example: github.com/.../main.c In ble_evt_dispatch (line 315), this function forwards an BLE event to all of the modules. By looking at ble_evt_t, none of the fields does not signify which event is for which. So how does the individual…
  • Problems with event handling and having ble_evt_dispatch called

    Folks, Sorry if I'm just being boneheaded here, but have been fighting with a couple problems while migrating my app on nRF51822/"C0"/SDK 4.2.2/S110 5 to nRF51822/"G0"/SDK 6.1.0/S110 7.1.0. App worked fine before, e.g., Advertising started, responded…