Hello,
I would like to trigger an action on every successfull connection event of a BLE connection.
Is there a way to know when the connection event was successful or at least when the RX part of the peripheral device was done?
I thought of using sd_ble_gap_conn_evt_trigger_start but then I saw this post and it says that the event is triggered before the radio event so it wont fit. Connection event trigger and Timeslot API
Also the BLE radio notification does not provides a way to know what type of radio was done.
Thank you,