<?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>Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1617/central-s120-and-authenticate</link><description>Hello, 
 I want to implement a proximity central. At the moment, I do not get a bonded connection from central to proximity peripheral (For peripheral i use the proximity application for evalutaion board). As described in documentation a bonded state</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Feb 2014 14:23:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1617/central-s120-and-authenticate" /><item><title>RE: Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/thread/7121?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2014 14:23:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9c57e1a-2a36-4f44-afe7-eeda4768384a</guid><dc:creator>Frederic</dc:creator><description>&lt;p&gt;Ok, thanks a lot :) The whitelist was the problem.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/thread/7120?ContentTypeID=1</link><pubDate>Wed, 19 Feb 2014 10:10:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2e496a1e-28a2-41f7-9bf2-f1e3525dcd00</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;Could it be that the proximity application is already bonded to some other Central? If so, it will advertise with a whitelist for 30 s upon start, in which period it will be impossible for any other than the already bonded Central to connect.&lt;/p&gt;
&lt;p&gt;If this is the case, you can either delete bond information from the proximity device, or modify the code of it so that it doesn&amp;#39;t use whitelisting. Deleting bond information can be done by holding button 1 when powering on the kit.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/thread/7119?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2014 17:47:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b117df4-d9d9-4eb0-abb2-83af9348923e</guid><dc:creator>Frederic</dc:creator><description>&lt;p&gt;My current application is based on the BLE Heart Rate Collector Example for nrf6310 board. For testing I have now deleted everything except for the connection manager. The connection manager is configured for auto connect on match and the policy is CONN_MNGR_CONNECT_POLICY_DEV_NAME. The name to search for is Nordic_Prox.&lt;/p&gt;
&lt;p&gt;For testing i just want to establish a connection to the proximity peripheral. The problem is that i get several connection (CONN_MNGR_CONN_COMPLETE_IND) and disconnection events (CONN_MNGR_DISCONNECT_IND). The disconnection event reason is always  BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED (0x3E). After about 3 to 5 disconnect events the connection is established permanently and the advertising LED from proximity server stop flashing.&lt;/p&gt;
&lt;p&gt;To establish a connection, it can take up to 30 sec. Thats a little bit long for a BLE device. What reasons are there why I get so often the event BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/thread/7118?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2014 15:39:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c762fa9d-ded4-4514-8b10-378150e3940e</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;I&amp;#39;m not quite sure I understand what you mean. Can you please check the reason field of the disconnect event struct, to see what kind of disconnect you get?&lt;/p&gt;
&lt;p&gt;Also, if possible, I think it would be helpful if you could share the complete application you&amp;#39;re working with. Can you either edit your original question here, and attach it there, or if you don&amp;#39;t want to share it here in the open, please open a support case and include it there?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/thread/7117?ContentTypeID=1</link><pubDate>Tue, 18 Feb 2014 15:23:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:971d74c9-58ef-4e71-a83b-0f7890500b76</guid><dc:creator>Frederic</dc:creator><description>&lt;p&gt;The problem is that I get back a disconnect event after the connect event. In addition, the advertising  LED is still flashing after i get the connect event. But after a while the LED will stop flashing. When I press the connect button in the Master Control pane the advertising LED stop flashing immediately. Therefore, I think there is a basic problem when establishing a connection with central stack.
But so far i can&amp;#39;t finde my mistake.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/thread/7116?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2014 14:30:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ad033db-1c0b-480b-8bfa-5fbc8bbf469f</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;There are currently no SDK example showing how to do bonding in the Central role, so to do this, you&amp;#39;ll have to refer to &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/5.1.0/html/a00888.html"&gt;the MSCs available as part of the S120 documentation&lt;/a&gt;. After initially bonding once, sharing keys, &lt;a href="https://devzone.nordicsemi.com/documentation/nrf51/5.1.0/html/a00886.html"&gt;this MSC&lt;/a&gt; shows how you&amp;#39;d reuse those previously exchanged keys on subsequent connections.&lt;/p&gt;
&lt;p&gt;Your general flow seems reasonable for a first time bond. As you can see in ble_err.h and nrf_error.h, the error code 0x3001 translates to BLE_ERROR_INVALID_CONN_HANDLE, indicating that you supply an invalid connection handle to the ble_db_discovery_start() function. Could that be the problem?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/thread/7115?ContentTypeID=1</link><pubDate>Mon, 17 Feb 2014 09:32:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1471f76-c493-40b0-971a-1a4f0b7effd8</guid><dc:creator>Frederic</dc:creator><description>&lt;p&gt;no one can help?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Central S120 and Authenticate</title><link>https://devzone.nordicsemi.com/thread/7114?ContentTypeID=1</link><pubDate>Fri, 14 Feb 2014 19:10:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c835b86e-e63a-4b29-b878-4dabd1c56319</guid><dc:creator>Frederic</dc:creator><description>&lt;p&gt;Now i use the ble_central_bondmngr.c for bonding process.&lt;/p&gt;
&lt;p&gt;With the connection manager i search for the proximity service. I get the event CONN_MNGR_CONN_COMPLETE_IND. After this event i get a CONN_MNGR_DISCONNECT_IND event and then a CONN_MNGR_CONN_COMPLETE_IND event again and so on... With master control panel all works great.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>