<?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>using nRF5x with windows; how to get windows to accept parameters help</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/26772/using-nrf5x-with-windows-how-to-get-windows-to-accept-parameters-help</link><description>I am currently working with a the nRF5x bluetooth chip family and connecting to a windows 10 device as a central. I am using uart to get some visibility into what is happening and sadly it appears as if the central is refusing to accept the desired connection</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Nov 2017 00:41:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/26772/using-nrf5x-with-windows-how-to-get-windows-to-accept-parameters-help" /><item><title>RE: using nRF5x with windows; how to get windows to accept parameters help</title><link>https://devzone.nordicsemi.com/thread/105233?ContentTypeID=1</link><pubDate>Fri, 10 Nov 2017 00:41:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b1d9cd07-99ee-441b-9873-73fc4c0be05f</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;This looks much better. What do you mean by reject: is it proper Peripheral Connection Parameters Update request and response? Or does Central simply ignores it? Or does the link terminate?&lt;/p&gt;
&lt;p&gt;Anyway whatever the answer is I don&amp;#39;t have more to add or suggest as I don&amp;#39;t experiment with these things. I would expect these things depending on BT chipset/stack at least a bit similar to mobile phones and tablets so once you will be happy with your sequence don&amp;#39;t forget to test with wide range of PC brands, product lines, manufacturing years etc.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF5x with windows; how to get windows to accept parameters help</title><link>https://devzone.nordicsemi.com/thread/105236?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2017 23:59:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89ef5c54-16eb-49c1-85a1-7edc41dbb194</guid><dc:creator>jon</dc:creator><description>&lt;p&gt;however, windows has been coming back and setting parameters as:&lt;/p&gt;
&lt;p&gt;MIN_CONN_INTERVAL            48&lt;br /&gt;
MAX_CONN_INTERVAL           48&lt;br /&gt;
SLAVE_LATENCY                   0&lt;br /&gt;
CONN_SUP_TIMEOUT           9600&lt;/p&gt;
&lt;p&gt;I then went and lowered both the max and min conn interval. After this, windows then approved the request and reset the connection parameters. Do you have any idea why windows would reject the first wanted parameters but not the second set?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF5x with windows; how to get windows to accept parameters help</title><link>https://devzone.nordicsemi.com/thread/105235?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2017 23:56:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:deaf9a1b-892c-477b-a18e-fa762abe26b8</guid><dc:creator>jon</dc:creator><description>&lt;p&gt;Endnode, you have been great for answering all the questions I have been throwing out over the past week. Thanks for all the help.
My apologies for the vague question, let me clarify/ add more information. I am using the peripheral ble uart example as a base and trying to get the windows device (central) to accept connection parameters through parameter update request. I actually was able to get windows to accept different parameters in the last few minutes, but i would like to share what I am seeing so I can make sense of everything. Before hand i was changing parameters to the following:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define MIN_CONN_INTERVAL            MSEC_TO_UNITS(20, UNIT_1_25_MS)           
#define MAX_CONN_INTERVAL           MSEC_TO_UNITS(75, UNIT_1_25_MS)          
#define SLAVE_LATENCY                   0                                          
#define CONN_SUP_TIMEOUT    MSEC_TO_UNITS(4000, UNIT_10_MS)
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF5x with windows; how to get windows to accept parameters help</title><link>https://devzone.nordicsemi.com/thread/105234?ContentTypeID=1</link><pubDate>Thu, 09 Nov 2017 23:30:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:82fec1fa-8308-4418-a635-140a32b98e44</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Please add more details. What example or project you used (at least as baseline) on nRF5x, what exactly the debug says, what radio analyzer/sniffer logs say etc. If you read your question and inputs it&amp;#39;s as vague as it could be (how do you find out that windows don&amp;#39;t like the connection parameters? If windows are Central then they choose the parameters so it doesn&amp;#39;t make sense... and if nRF5x FW doesn&amp;#39;t like the parameters set by Windows peer that doesn&amp;#39;t make sense either because all Nordic Peripheral examples work with pretty much any legal connection parameters, so it would mean your custom code is &amp;quot;refusing&amp;quot; the connection... overall not really clear what are you doing and what you see).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>