<?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>Can anyone get S110 v7 to pair with Windows 8.1 (desktop)?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/3030/can-anyone-get-s110-v7-to-pair-with-windows-8-1-desktop</link><description>I am trying to get the proximity example to pair with Windows, but it fails, requesting me to refer to the manufacturer. 
 I am using gcc in Eclipse on Windows 8.1 desktop, and a bluetooth usb adapter. 
 I am also seeing advertisements that are corrupt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Sep 2014 10:45:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/3030/can-anyone-get-s110-v7-to-pair-with-windows-8-1-desktop" /><item><title>RE: Can anyone get S110 v7 to pair with Windows 8.1 (desktop)?</title><link>https://devzone.nordicsemi.com/thread/11382?ContentTypeID=1</link><pubDate>Wed, 17 Sep 2014 10:45:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3537a2b0-eb0a-483d-99dc-8a203a65d467</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Thank you for answering your own question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can anyone get S110 v7 to pair with Windows 8.1 (desktop)?</title><link>https://devzone.nordicsemi.com/thread/11384?ContentTypeID=1</link><pubDate>Fri, 15 Aug 2014 16:00:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:db4bd6a4-a04e-4b50-a0dc-1a1428baa8dd</guid><dc:creator>Ulrich Myhre</dc:creator><description>&lt;p&gt;It is one of the known bugs in S110 7.0. The keys/id info given to the peer during bonding is not initialized properly without that piece of code. This makes the peer want to reconnect to a non-existing device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can anyone get S110 v7 to pair with Windows 8.1 (desktop)?</title><link>https://devzone.nordicsemi.com/thread/11383?ContentTypeID=1</link><pubDate>Fri, 15 Aug 2014 15:01:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b36c76a2-9340-4a41-b343-fb8e4aea2909</guid><dc:creator>Gilson</dc:creator><description>&lt;p&gt;Awesome,&lt;/p&gt;
&lt;p&gt;I was having the same issue and after applying the code above I was able to pair my nRF51822 device to Win 8.1&lt;/p&gt;
&lt;p&gt;I would like to understand why this made a difference.&lt;/p&gt;
&lt;p&gt;I found the Windows 8.1 sample app with heart rate, blood pressure and thermometer.
In the Windows 8.1 sample app, I get this output:
&amp;quot;Getting the device failed with error: 80070057&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can anyone get S110 v7 to pair with Windows 8.1 (desktop)?</title><link>https://devzone.nordicsemi.com/thread/11381?ContentTypeID=1</link><pubDate>Mon, 21 Jul 2014 16:34:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:806e0116-2889-4798-b957-413a3f5b3260</guid><dc:creator>Peter Myerscough-Jackopson</dc:creator><description>&lt;p&gt;It appears that the example for the HID profile works and with a support case a solution has been found:&lt;/p&gt;
&lt;p&gt;You must add this to application before starting advertising.&lt;/p&gt;
&lt;p&gt;==&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;ble_gap_addr_t m_ble_addr;&lt;/p&gt;
&lt;p&gt;uint32_t err_code;&lt;/p&gt;
&lt;p&gt;err_code = sd_ble_gap_address_get(&amp;amp;m_ble_addr);&lt;/p&gt;
&lt;p&gt;APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;err_code = sd_ble_gap_address_set(BLE_GAP_ADDR_CYCLE_MODE_NONE, &amp;amp;m_ble_addr);&lt;/p&gt;
&lt;p&gt;APP_ERROR_CHECK(err_code);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;==&lt;/p&gt;
&lt;p&gt;This allows pairing to occur, if somewhat slowly, hopefully Microsoft will work on speeding up the pairing as they focus more on the BLE stack.....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>