<?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>After pair&amp;amp;connect request device disconnect</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/80461/after-pair-connect-request-device-disconnect</link><description>Hi support Team, 
 I create custom ble-service with help of example project ble_app_att_mtu_throughput (nRF5_SDK_17.0.2)its working successfully.Now i need to add security so i refer the ble_app_gls example and then compiled successfully. 
 Then, 
 
</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 20 Oct 2021 12:49:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/80461/after-pair-connect-request-device-disconnect" /><item><title>RE: After pair&amp;connect request device disconnect</title><link>https://devzone.nordicsemi.com/thread/335107?ContentTypeID=1</link><pubDate>Wed, 20 Oct 2021 12:49:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e790365c-7ee8-4811-92d6-490d3d22a293</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Great, I will close the case then &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After pair&amp;connect request device disconnect</title><link>https://devzone.nordicsemi.com/thread/334500?ContentTypeID=1</link><pubDate>Mon, 18 Oct 2021 08:01:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:54c1fd20-05cc-42d8-b348-43fe72a5150a</guid><dc:creator>stark</dc:creator><description>&lt;p&gt;Hi ovrebekk,&lt;/p&gt;
&lt;p&gt;thanks for support,&lt;/p&gt;
&lt;p&gt;Self fixed,I write the code in c++&amp;nbsp; so i separate some the files,now i combine everything&amp;nbsp; in same file now qwr module&amp;nbsp;&lt;span&gt; successfully initialized and&amp;nbsp; pair and connect&amp;nbsp; also working fine.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks, &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Stark.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After pair&amp;connect request device disconnect</title><link>https://devzone.nordicsemi.com/thread/334056?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 08:17:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a27e0620-dec6-4e46-b098-adf8813186f1</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Are you able to share your main file with me, so I can see how the QWR library is initialized and used?&lt;/p&gt;
&lt;p&gt;I can make the case private if you want, in case you don&amp;#39;t want to share your code in a public case.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After pair&amp;connect request device disconnect</title><link>https://devzone.nordicsemi.com/thread/333615?ContentTypeID=1</link><pubDate>Tue, 12 Oct 2021 05:15:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80c686c9-495c-479b-987d-7d69ccba4554</guid><dc:creator>stark</dc:creator><description>&lt;p&gt;&lt;span&gt;Thanks for replay,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Actually in my case amts service suits for me so i need to be add pairing and security.&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Found some error,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;when i call nrf_ble_qwr_conn_handle_assign it will return invalid state i think VERIFY_MODULE_INITIALIZED(); is not initialized .I have called&amp;nbsp;&amp;nbsp;nrf_ble_qwr_init()&amp;nbsp; within services_init()&amp;nbsp; is called before conn_params_init() and&amp;nbsp; also checked error code from nrf_ble_qwr_init it is returning NRF_SUCCESSFULL&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you please let me know how to solve it or reason for the error?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: After pair&amp;connect request device disconnect</title><link>https://devzone.nordicsemi.com/thread/333466?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 11:12:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f2312de-170c-4f2e-8879-23fd39d9f390</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi Stark&lt;/p&gt;
&lt;p&gt;Adding bonding to an example that doesn&amp;#39;t already have it is quite tricky, since you have to include a lot of different libraries, and ensure they are all configured correctly.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Would it be an option to start out with an example that has bonding already (such as the ble_app_hrm example), and then add your custom service to that?&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>