<?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>&amp;quot;Concurrent&amp;quot; scanning and advertising. Problem in ble connection.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10601/concurrent-scanning-and-advertising-problem-in-ble-connection</link><description>In my application I have to advertise and scan, I know these two actions are multiplexed and there are no problems when there is no BLE connection (I use s130, sdk 9.0.0). However when I am connected to my smartphone and I want to change some characteristic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Dec 2015 12:39:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10601/concurrent-scanning-and-advertising-problem-in-ble-connection" /><item><title>RE: "Concurrent" scanning and advertising. Problem in ble connection.</title><link>https://devzone.nordicsemi.com/thread/39461?ContentTypeID=1</link><pubDate>Fri, 04 Dec 2015 12:39:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8b8b3de6-2140-400a-b83c-18b9bbe29838</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I am not sure why you only encounter this error after initiating scanning. Can you post you code?&lt;/p&gt;
&lt;p&gt;The correct way to call the function without bonding will be:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;err_code = sd_ble_gatts_sys_attr_set(m_conn_handle, NULL, 0, 0);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>