Dear sirs/madams
I am using SDK 17.0.2
Situation:
One Central unit (nRF52840) and one Peripheral unit (nRF52840) have established a connection (NUS service).
When Central unit is switched off, I get the following events in peripheral unit in the following order:
- on_adv_evt(….) with the event BLE_ADV_FAST
- ble_evt_handler(….) with the event BLE_GAP_EVT_DISCONNECTED
Why do I get these events in this order? To my understanding these events should come in the opposite order.
Kind regards
Svein