Hello,
I am studying the example ble_app_gls from SDK 15.0.0. with a static password for the board nRF52810, SoftDevice s112.
When I write debug messages of the event identifier (p_ble_evt-> header.evt_id) coming in ble_evt_handler, then in some cases,
when the connection is established, the values 80 and 87 appear. Also, when I transferred the static password settings to my project,
immediately after the connection was established, id 58 appears.
I could not find the description of these id in the specification. Can I find out what they mean?
Thank!