Hi, this is probably an easy one. Starting with the ble_app_uart peripheral example, I am customizing an application. I observe that two events with IDs 58 and 85 come through the ble_evt_handler function during a connection sequence. I'm sure it's fine, I'm just curious what they are, to increase my understanding. When I trace it back, it comes out a of a queue as an integer and I can't tell what enum it belongs to, and when I look through code it's not clear either.
Just curious. Thank you.