<?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>iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/9811/ios9-can-not-pairing-sdk6-1-sd7-0-0</link><description>Use SDK6.1 / SD7.0, iOS9 can not pairing!
dm_ble_evt_handler() return error &amp;quot;BLE_GAP_SEC_STATUS_UNSPECIFIED&amp;quot;!
It is the captured packets file: ble_proximity_ios9.1.pcapng . The project hex: ble_app_proximity.hex</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Nov 2015 01:05:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/9811/ios9-can-not-pairing-sdk6-1-sd7-0-0" /><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36371?ContentTypeID=1</link><pubDate>Wed, 04 Nov 2015 01:05:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97d3490f-0ea7-490a-8520-98ac25740f8f</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;That work fine! Tks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36370?ContentTypeID=1</link><pubDate>Mon, 02 Nov 2015 12:12:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:476b3f0b-cbfb-4ccf-931a-ed6fa26963d8</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Could you try adding the following in main() and see if it helps?&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;uint32_t err_code;
    
ble_gap_addr_t address;

err_code = sd_ble_gap_address_get(&amp;amp;address);
APP_ERROR_CHECK(err_code);
   
err_code = sd_ble_gap_address_set(BLE_GAP_ADDR_CYCLE_MODE_NONE,&amp;amp;address);
APP_ERROR_CHECK(err_code);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36368?ContentTypeID=1</link><pubDate>Fri, 30 Oct 2015 03:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35f717b3-7080-4da5-afd2-281d988eca92</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;@Petter Myhre：I confirm that: HW-PCA10001-V2.2.0; SW-SDK6.1,SD7.0.0,ble_app_proximity; iPhone-iOS9.1,nRFToolbox. Just use the &amp;quot;SDK6.1\nrf51822\Board\pca10001\s110\ble_app_proximity&amp;quot; project, I think not need to upload the project. The hex have uploaded. Please check the issue again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36367?ContentTypeID=1</link><pubDate>Tue, 27 Oct 2015 14:33:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc913f77-9433-4902-81a2-0da6b12b3e00</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Just to confirm, you are using SoftDevice S110 7.0, not 7.1? Could you upload your complete project? And the application hex file?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36366?ContentTypeID=1</link><pubDate>Sat, 24 Oct 2015 08:09:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:329354fe-9b4d-4409-82d4-d8d073742866</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;@Petter Myhre, FICR[DEVICEADDRTYPE]=FFFFFFFF,  FICR[DEVICEADDR0]=75D93C3C,  FICR[DEVICEADDR1]=99F83E76; address type=1; address =FE7675D93C3C. Is it ok?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36365?ContentTypeID=1</link><pubDate>Fri, 23 Oct 2015 10:53:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4763553-015e-48f8-a52f-e08fb46ef0b8</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I&amp;#39;m not able to reproduce it here now, don&amp;#39;t know why. The issue seems to be that in the Rcvd Identity Address Information sent from the slave to master the address is 0x00, 0x00, 0x00, 0x00, 0x00, 0x00. If you see the 6 bytes after 0x09. The master doesn&amp;#39;t accept this address and this triggers pairing failed. Could you check what address you have in FICR? Open a command window and type nrfjprog --memrd 0x100000A4 and nrfjprog --memrd 0x100000A8. Could you also check what address and address type you get if you use sd_ble_gap_address_get()?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36364?ContentTypeID=1</link><pubDate>Fri, 23 Oct 2015 01:44:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c877fa0c-351f-468f-a1af-d3eef2d8d14b</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;I have uploaded the captured packets file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36369?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2015 14:23:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91db55cc-bbd8-4cd8-8657-f52e73e0256c</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;Could you provide a Sniffer trace of the issue with iOS 9.1?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36363?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2015 14:18:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4685fa8c-4850-4144-a3b7-66f41707122e</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;@Petter Myhre, I have tested with 9.0.2, 9.1 Beta 5 and 9.1(Apple just release), all have this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36362?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2015 14:08:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ffb6b5a-17b6-4552-a9d0-24842328343b</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;I have been able to reproduce this with iOS9.0.1, but it seems it is working fine with iOS9.1. I need to ask, are you sure you are using 9.1 and not 9.0.1?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36361?ContentTypeID=1</link><pubDate>Thu, 22 Oct 2015 07:12:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:51061836-e0b5-443f-a592-eebc665361bc</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;@Petter Myhre, test with ble_app_proximity and nRF Toolbox in iOS9.1(Apple just release). I searched a link that Apple reply this issue: &lt;a href="https://forums.developer.apple.com/thread/21718"&gt;link text&lt;/a&gt; . And I searched a similar answer: [link text](devzone.nordicsemi.com/.../windows-81-bondingpairing-error） , but that cannot try at SD7.0.0 as I have commented it.&lt;a href="https://devzone.nordicsemi.com/question/44396/windows-81-bondingpairing-error"&gt;link text&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: iOS9 can not pairing (SDK6.1/SD7.0.0)</title><link>https://devzone.nordicsemi.com/thread/36360?ContentTypeID=1</link><pubDate>Wed, 21 Oct 2015 14:17:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b234160-f8ef-4ad5-b11a-947dbe6638f4</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;What example are you using? What kind of app on the phone?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>