Hello,
Sorry for the basic question, but I am trying to customize an application basing on the ble_app_cgms example.
In the debugger terminal on SES I am receiving the following message when I try to access a ble characteristic:
<error> nrf_ble_gq: SD GATT procedure (5) failed on connection handle 0 with error: 0x00000008.
I couldn't find a table showing the meaning of this error, nor coudn't understand what is this procedure number 5.
I have read this documentation (https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.0.2%2Fgroup__sdk__error.html&cp=8_1_6_10_62) but wasn't able to get the meaning of the message.
My question is, where can I find the information regarding this two numbers I how to interpreting this message.
Thanks in advance