<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Understanding error message</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78580/understanding-error-message</link><description>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: 
 &amp;lt;error&amp;gt; nrf_ble_gq</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Aug 2021 12:00:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78580/understanding-error-message" /><item><title>RE: Understanding error message</title><link>https://devzone.nordicsemi.com/thread/325104?ContentTypeID=1</link><pubDate>Mon, 16 Aug 2021 12:00:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2955f564-21e7-4dfc-b80a-649db7f7ae92</guid><dc:creator>Jared</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Error code 0x08 is&amp;nbsp;NRF_ERROR_INVALID_STATE which is usually returned when you call a function when in an improper&amp;nbsp;state, such as trying to call the advertising function when the device is already advertising. The error message is printed in&amp;nbsp;request_err_code_handle() which again is called from different places in the nrf_ble_gq library. Try using the debugger and check the call stack when the error happens. It will reveal what function that is calling request_err_code_handle() and why.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;regards&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Jared&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>